BMP180 sensor with MicroPython
Have you ever had the need to use the BMP180 sensor with MicroPython? this post is for you. We will use a RP2350 microcontroller.
Have you ever had the need to use the BMP180 sensor with MicroPython? this post is for you. We will use a RP2350 microcontroller.
We will implement a decorative WiFi binary thermometer, using WS2812b LEDs and an ESP32. Temperature in degrees Celsius will be shown in binary format in six RGB addressable LEDs.
In this post we will implement an one button Arduino game, using exactly one button, one ESP32 and Arduino IDE. The ideia is to implement a game that I call “one second game”.
ESP32-C3 has an internal temperature sensor, readable via Arduino code. All you need is a bit of code and the Arduino IDE serial monitor.
Do you want to learn how to implement an Youtube subscribers counter with ESP32 and Arduino code? Number of subscribers will be shown on a 128×64 pixels LCD display.
Learn how to control the brightness of an LED with feedback from a sensor. It is called an LDR, light dependent resistor and brings control to your LED.
Have you ever needed to generate random numbers with ESP32? then this post is for you. We will use ESP32’s built in capabilities to create random number.
Have you even wanted to send Cellphone notifications with ESP32? then this post is for you. We will implement a push notifications system that allows ESP32 to send data to your phone
I implemented an ESP32 reading sensors (weather station) and sending data to my Telegram APP. Using Arduino IDE and ESP32-C6.
Let us program random blinking lights with ESP32, using the Arduino random() function and two 5mm LEDs. ESP32-C6 and Arduino IDE.
I made a Pomodoro timer with PIC12F675, using MPLAB X and XC8 compiler. It times between 15 and 60 minutes at the press fo a button.
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
I will teach you how to create a home automation with ESP32 and Google Home, using Sinric service to turn an LED ON
Let’s learn how to connect and use a LCD display with micropython, with the raspberry pi pico 2 and thonny ide. Sensor LM35
Get creating analog voltages with Arduino, using a low pass filter (resistor + capacitor) and PWM (code). microcontroller SAMD21
This post is all about the VEML6040 RGB light sensor, a sensor capable of detecting colors and light level. We are using ESP32-C3 with it
Let’s get to know the AS7341 RGB and IR light sensor, a complete sensor for light level and color detections, with ESP32-C3
Today’s post is all about the complete and precise MPU-9255 Accelerometer and gyroscope, programmed with microPython