Raspberry Pi Pico temperature sensor
Let’s learn in this post how to use the Raspberry Pi Pico temperature sensor, an internal diode that can give us the chip temperature
Let’s learn in this post how to use the Raspberry Pi Pico temperature sensor, an internal diode that can give us the chip temperature
What I did when I bricked my Raspberry Pi Pico? There is a simples workaround that involves a UF2 file and the BOOTSEL button
I will show you how to implement an Algorithm to LED blink with microPython, using the Raspberry Pi Pico 2 and Thonny IDE.
We will see in this article how to Read a button with Raspberry Pi Pico and microPython, using its internal pull-down function
Have you ever had the need to use the BMP180 sensor with MicroPython? this post is for you. We will use a RP2350 microcontroller.
Let’s learn how to use the ESP32-C3 internal temperature sensor with microPython, using Thonny IDE and a breadboard
Let’s dive into the world of external and timer interrupts with microPython, using Thonny IDE and Raspberry Pi Pico 2
Today’s post is all about the complete and precise MPU-9255 Accelerometer and gyroscope, programmed with microPython
Learn how to control buttons and LEDs with microPython, not using any delay (time.sleep()), making non-blocking code Raspberry wit Pi Pico 2
Ever needed to detect object presence and distance? use the APDS-9900 proximity sensor with microPython, with the ESP32-C3 super mini
Let’s learn how to get configuring microPython on ESP32-C3 super mini, using a command line tool called “esptool” and Thonny IDE
Let’s learn how to control and read the DS18b20 temperature sensor with micropython, using Thonny IDE and A Raspberry Pi Pico 2
Let’s see how to create analog voltage with microPython, using a Raspberry Pi Pico 2 and MCP4725, along with a GC9A01 round LCD display
Let’s control the round display GC9A01 with microPython, using a Raspberry Pi Pico 2 and a breadboard. Let’s show text on it
We will learn how to control the BH1750 light level sensor with microPython, using the Raspberryp Pi Pico 2 RP2350 board and Thonny IDE
Let’s get to know how to implement readings on the HDC1080 temperature sensor with microPython, using Raspberry Pi RP2350
Let’s study how to implement an algorithm of Falling and rising edge input detector with microPython, to read buttons and process state
This is a guide for you to learn how to program Raspberry Pi Pico with microPython, it is easy to start and blink an LED
Learn how to use the Franzininho Wi-Fi, an educational board based on the ESP-S2, programmed in micropython