To get started with MicroPython on your Hibiscus Sense ESP32 Development Board, you will need to flash it with MicroPython firmware with a handy tool called esptool.py. MicroPython are available for ...
#DESCRIPTION: Learn how to use TM1637 4-digit 7-segment display module with ESP32 using MicroPython. This hands-on tutorial covers wiring, displaying integers, text, temperature, and time with colon ...
There are currently around 600 programming languages to choose from, so picking the one that’s right for you can be pretty difficult. But if you’re looking for a language that’s incredibly popular, ...
In 2012, the Raspberry Pi Foundation introduced us to a single board computer, the Raspberry Pi, which was mainly promoted for teaching the basics of computer science to kids. But 9 long years later, ...
If you are following our Raspberry Pi Pico tutorial series, then you must have read the tutorial on how to interface an OLED display module with a pico board in which we measured the ADC value from ...
A simple example showing how to set up a WiFi access point on your MicroPython board, run a webserver and use it to remote-control GPIOs. Now that your MicroPython board is ready, let's set up an AP ...
Scripting languages are for large computers, right? “Real” embedded device work is a hellish, never-ending cycle of code, compile, and re-flash. Well, I used to think so too, but with the ...
If you’ve used MicroPython much, you know that debugging usually amounts to printing a few things out, trying your code out, ...