Learn how to implement a function similar to BlinkWithoutDelay with Raspberry Pi Pico and microPython. Never use time.sleep() again
Let’s see how to use ESP32-S2 to publish in the cloud using Thingspeak; we will send the ESP32-S2 internal temperature sensor to it
Come with me to learn how to use the ESP32-S2 internal temperature sensor, with the Arduino IDE and printing on a serial monitor
What I did when I bricked my Raspberry Pi Pico? There is a simples workaround that involves a UF2 file and the BOOTSEL button
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
Today we will discuss what are the Arduino alternatives, ecossistems and boards you can use for your projects
Learn how to program a board based on ESP32-S2 Franzininho with Arduino IDE, doing both the blink LED and Wi-Fi server examples
Learn how to lower relay power consumption by harnessing its coil’s histeresis via PWM with Arduino
Learn how to use the Franzininho Wi-Fi, an educational board based on the ESP-S2, programmed in micropython
Learn how to program the Texas Instruments MSP432 with the energia IDE
Learn how to implement a charlieplexing with 8 LED’s and only 4 pins of Arduino
Learn how to implement a 10 key keypad using only one analog pin as their interface, with Arduino
A video of myself repairing an Arduino nano
A weather station reading temperature and humidity using a DHT11 sensor and a LCD display
A mockup prototype of Arduino circuit with cardboard
A binary (with LEDs) thermometer with LM35 and Arduino UNO
Let’s learn how to implement a substitute for the delay() function in Arduino, using the function micros() and some clever coding