Have you ever looked at a smart home dashboard and thought, “I could build this myself”? That itch to tinker, to understand what’s really going on behind the scenes, is what pulled me into building my ...
You unbox a small IoT device, plug it in, and… nothing. No screen. No keyboard. No buttons that make any sense. This is a familiar situation if you've ever worked with microcontrollers like the ESP32.
I’ve worked with hardware before, so the electronics themselves were never the problem. What consistently slowed me down was the software side. C, C++, and the Arduino ecosystem always felt like too ...
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 ...
Once the firmware file is downloaded, the next step is to download the firmware flashing utility. For flashing or upgrading the firmware we are going to use the kflash_gui, for that download it from ...
In this case I used a Ganglion Board. Please make sure to visit OpenBCI documentation page. All the necessary information about the setup and specification are included there. And to assemble elements ...
In case you haven’t heard, about a month ago MicroPython has celebrated its 11th birthday. I was lucky that I was able to start hacking with it soon after pyboards have shipped – the first tech talk I ...
In repo https://github.com/hmaerki/experiment_micropython_mip, I create a mip-package which may be install as follows: The installation of the hashes works nice. In ...
The passionate development team at Arduino has always been committed to empowering developers, and in this mission, they have unveiled their latest tools when using Arduino and MicroPython. Aimed at ...
Depending on which command Python 3.x.y (with x.y as some numbers) is returned, use that command to proceed. The following command will exit with a non-zero code in case of a difference between the ...