Getting Started with MicroPython on BPI-UNO32

Getting Started with MicroPython on BPI-UNO32

MicroPython is a well-known lightweight version of Python designed specifically for embedded modules. It allows you to execute necessary functions with simple commands. To use MicroPython on embedded modules, you need to download the MicroPython firmware. Only with the firmware installed can the chip parse Python statements. Currently, chips that support MicroPython firmware include ESP32, … Read more

×