News

I’ve been playing with a few MicroPython projects recently on several different embedded platforms, including a couple of ESP32 WiFi modules. There are various ways to program these modules ...
MicroPython is a compact implementation ... the application can also be used to program boards, though it’s primarily optimized for ESP32 and ESP8266 variants. The steps for installing ...
He eventually settled on a “bottum-up” approach to build a library for the platform, rather than implementing MicroPython directly as a firmware image for the ESP32. The blog post is an ...