Let’s learn how to use the STM32 Blue pill Arduino IDE package, in this case to blink an LED
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 talk about a project I made for the Hackaday business card contest, which is happening in 2024 and having some money prizes
It is easy to program the Raspberry Pi Pico with Arduino IDE, all you need is a URL, the IDE and the board itself
Today we will learn Why use Arduino interrupts, with an example of code I used in the company I work for. I solved a big problem easily
Let’s dive into and see how to teste thyristor and triac using a power supply, some resistors and LEDs. Multimeter is optional
Let’s learn the Difference between Arduino and Raspberry Pi, by means of studying each ones characteristics and strenghts
Today we will implement a circuit and code to Simulate 555 in Arduino. 555 is a very well-known oscillator chip, let’s recreate it in Arduino
Let’s learn today how many Raspberry Pi models exist, analyzing every version since its inception all the way to the end of 2023
Let’s dive in and learn how to simulate a circuit in Tinkercad. Let’s see a 555 circuit PWM and a double Arduino one
Let’s dive into the getting started of the STM32C0 Franzininho with Arduino IDE, doing two examples: LED blink and button reading
Let’s talk about a project fo mine, Fritzen Proto – an Arduino-compatible circuit board that can be connected to a breadboard
In this post we will see together what is Arduino Zero, how and when it came to be and what can it be used for
Let’s study how to implement an algorithm of Falling and rising edge input detector with microPython, to read buttons and process state
Let’s dive in and learn about a more advanced subject, Interruptions in Arduino with attachInterrupt() function
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