TODO use ESP32 and FreeRTOS. Many advantages over arduino, including increased storage, ram, and processing speed. FreeRTOS allows project to be more modular and allows for multithreading and use of both processing cores on ESP32 modules, with the added benefit that it is supported natively by the ESP32, which means it is easy to integrate.
TODO use ESP32 and FreeRTOS. Many advantages over arduino, including increased storage, ram, and processing speed. FreeRTOS allows project to be more modular and allows for multithreading and use of both processing cores on ESP32 modules, with the added benefit that it is supported natively by the ESP32, which means it is easy to integrate.