This sample demonstrates how to use MicroPython to connect to Cloud IoT Core incorporating parts from TrackingPrototype. Download and install MicroPython. esptool.py ...
In a previous blog, Using MicroPython for real-time software development, I examined the idea behind using MicroPython for real-time embedded software. Now, let’s examine some of the core pieces that ...
Install MicroPython on your device, non Raspberry Pi Pico boards may require amending code to work with their GPIO. The program requires a JSON config file (example in /config/test.json). This JSON is ...
Managing libraries for Arduino boards has traditionally been a time-consuming and error-prone process. Developers often had to manually search for, download, and configure libraries, which could be ...
Wouldn’t it be great if you could keep all of your small Internet-connected hacks up to date with a single codebase? A couple of weeks ago, we wrote up a project that automagically pulls down OTA ...
What exactly is Python and what is MicroPython? The major differences between both languages. Some use cases for each. As difficult as it is to imagine, the Python programming language made its ...
As if the prospect of having everyone’s favorite scripting language ported over weren’t enough to get you to install MicroPython on a spare ESP8266, there is now a contest for that. Over on ...