Over-the-air switch from ESP-IDF to micropython
Over-the-air switch from ESP-IDF to micropythonOr how to save hours and hours of unscrewing and reassembling enclosed devices in the field just for a decision of code language change Table…
Over-the-air switch from ESP-IDF to micropythonOr how to save hours and hours of unscrewing and reassembling enclosed devices in the field just for a decision of code language change Table…
The scenario is pretty much typical. A software project/application has been created and now it is time to be deployed on multiple devices. In the IoT world, the devices are microcontrollers and our topic is focused on those that run MicroPython firmware (Pycom devices & simple ESP32/ESP8266).
Arduino IDE and PlatformIO - Part 2 How to structure a project to be compilable by both Table of Contents Introduction Through the changes recommended by the first part of this…
Arduino IDE and PlatformIO - Part 1 How to structure a project to be compilable by both Table of Contents Introduction The goal of this post is to provide hints on…