Tag: platformio
15
Project Caretaker. Part 10. Bluetooth
Connecting the Radiomaster TX12 as a BT controller through the ELRS module. Among other things, I had previously attempted to get into FPV. For various reasons, it wasn't successful, but I was left…
Read252
Project Caretaker. Part 8. Software
The ESP32CAM is a fairly popular controller. Wi-Fi-controlled devices with cameras are also very popular. But despite all this, I couldn't find any suitable firmware. The ESP32CAM is a fairly popular…
Read1907
Project Caretaker. Part 1. Beginning
Project Caretaker - a remotely controlled robot on a tracked platform with camera streaming. Why - for fun! Project Caretaker - a remotely controlled robot on a tracked platform with camera streaming…
Read211
Enabling runtime statistics collection in ESP32-arduino
This article will focus on the FreeRTOS functions vTaskGetRunTimeStats and vTaskList, but the same method applies to change any sdkconfig option. The main issue is that in the pre-built ESP32-arduino…
Read