Last month MicroPython officially became part of the Arduino ecosystem. The inclusion of MicroPython as a member of the Arduino family is an exciting development for those interested in using Python to develop for any board with a serial REPL interface, like the ESP32. The ESP32 is a low-cost, low-power system-on-chip (SoC) microcontroller with built-in WiFi and Bluetooth capabilities, making it a popular choice for a wide range of projects, including IoT devices, home automation, and wearable electronics.
You can find the Arduino MicroPython Firmware and the Arduino IDE for MicroPython here: https://docs.arduino.cc/micropython/
So what is the Arduino Ecosystem?
As an experienced developer, you may already be familiar with the Arduino platform and its capabilities. Arduino is an open-source hardware and software platform that is widely used for building electronics projects, including microcontroller-based projects such as IoT devices, robotics, and home automation…
[gs-fb-comments]