News

This project implements a password entry system using Arduino, where users enter a 4-digit password via a keypad, and the entered password is displayed on an LCD. If the password matches the preset ...
Hey there! 👋 I'm thrilled to share my latest Arduino project featuring an alphanumeric LCD display (LCD1602). This project allowed me to dive into the world of hardware and microcontrollers, creating ...
// C++ code // include the library code: #include // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 5, 4, 3, 2); int ultrasonic = 0; long ...
Nowadays visual indication is a must feature for any electronic device, which will make user interaction much easier. There are multiple ways to implement the visual indication, from simple light ...
One of the limitations of the small 8 bit microcontrollers like the Atmel ATMega family adopted by the Arduino board, is the reduced number of I/O ports. Among the main advantages of these ...
This is a simple 0 to 9 counter circuit constructed using Arduino! Here, a common cathode 7-segment LED display is connected to Arduino for displaying the digits. The code (Arduino sketch) allows push ...
In our daily lives, we use thermometers on various occasions and for various purposes, from medical needs to repair and diagnostic purposes. As you know there are different types of thermometers, and ...
The team at Soldered Electronics has been designing Inkplate ESP32-based e-paper displays ever since the first 6-inch model was launched in 2019. The latest Inkplate 5 comes with a recycled 5.2-inch E ...