Let’s give a update on developing a circuit board – ESP32-C6 WiFi. It may feature sensors (DHT11 and LM35) and a WS2812 LED
See the process to develop a circuit board for the ESP32-C6 with some sensors onboard, like the LM35, DHT11 and also a LED WS2812
Let’s create an Attiny85 thermometer using DHT11 temperature sensor and six LEDs as the binary display
Let’s connect and learn how to use the DHT11 temperature sensor with ESP32-S2 Franzininho. It is a one-wire temperature and humidity sensor
See how to use a BMP280 temperature sensor with ESP32-S2 Franzininho WiFi, via i2c communication protocol. Measuring temperature and atmospheric pressure.
We are going to get to know the DS18b20 temperature sensor with ESP32-S2 Franzininho WiFi, a sensor that communicates with the microcontroller via one wire
We will learn how to interface the SHT21 temperature sensor with ESP32-S2, via i2c protocol
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
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 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