One of the most underutilized yet powerful features of the ESP32 is its built-in support for ESP32 FreeRTOS multitasking for... Continue reading
Blog & News
Every Arduino project needs to deal with time. Whether you are blinking an LED, reading a sensor every 500 ms,... Continue reading
If you’ve been working with the ESP32 and want to take your IoT projects to the next level, understanding ESP32... Continue reading
One of the biggest limitations of the classic Arduino Uno is that it runs everything sequentially on a single core.... Continue reading
If you have ever tried to make your Arduino do two things at the same time — say, read a... Continue reading