Today we are going to dive into the technology of OLED display with Arduino, trying out two libraries and settling for one with Arduino UNO
Another update for you on the bicycle odometer project, showing that I have finished the schematic and routing the PCB
Update one of the bicycle speedometer project, an instrument used to measure speed of a bicycle using a single reed switch sensor
Let’s talk about the RCWL-0516 microwave radar sensor, a human-presence detector sensor using microwaves. Simple Arduino interface (one wire)
We are discussing how to use the PIR motion sensor, a infrared human motion sensor with Arduino, using a single digital input
Do you know how to use the 433MHz transmitter receiver with Arduino? it allows wireless communication between two parts
Let’s study a way to convert from float to byte/bit in Arduino code, using the bitRead() function and a bit of logic
We will learn how to use the NTC thermistor temperature sensor with Arduino, reading it on an analog input
Let’s discover what are the Arduino alternatives, companies that make board similar to the ones Arduino makes.
Let’s create an Attiny85 thermometer using DHT11 temperature sensor and six LEDs as the binary display
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 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 dive in and learn about a more advanced subject, Interruptions in Arduino with attachInterrupt() function
Today we will discuss what are the Arduino alternatives, ecossistems and boards you can use for your projects