Page 2 of 2

Re: Are all ESP32's created the same??

Posted: Fri Aug 16, 2019 11:10 am
by ESP_Sprite
We would certainly applaud anyone who tries, but the reality of having two cores and a plethora of complex communication protocols (WiFi, BT, BLE) plus the layers on top of it (LWIP) make it much, much easier to approach problems from a thead-based point of view, hence our choice of FreeRTOS instead of 'bare-metal'.