Category: Arduino
Arduino Button Debounce Tutorial
One of the major problems encountered when using push buttons and switches in digital electronics project is the problem of bouncing. When we press a button once it may register twice and when we press it four times, in a row, it may register just twice. This occurrence is due to a...
Continue ReadingArduino controlled Dual Mono AK4490 DAC (part 3)
Here’s the part 3 of Dimitris’ Arduino controlled Dual Mono AK4490 DAC project. If you missed part 1 and part 2, check them out. Following up on Part 2, it’s time to talk about the output stage. This output stage is the brainchild of my friend Kostas, all I did was lay out the...
Continue ReadingDisplaying Customized Graphics on OLED display using Arduino
One thing we all always wish we could do when using any display is to load our own custom graphics, be it a logo, gif etc. In today’s tutorial we will show how to do just that on an OLED display using an Arduino. OLED (organic light-emitting diode) display is a display based on...
Continue ReadingMini Infra-Red Remote Robot Controller Shield For Arduino Nano
The Mini Infra-Red Remote Robot Controller shield for Arduino Nano is designed to drive mini mobile robots. Low voltage DC Motor controller interface allows Infrared wireless control of two DC motors, two PWM and 2 Direction signal outputs to drive two motors separately. TB6612 IC is...
Continue ReadingSODAQ Cellular IoT Development Kit Supports LTE-M, NB-IoT, GNSS and Arduino
SODAQ wants to provide you with the tools to build for the estimated 25 billion Internet of Things by 2020 using their set of Cellular IoT suite called SODAQ SARA Family. Several industriy analysts have claimed that we will have 100 billion IoT devices connected and in circulation by...
Continue ReadingPIC Arduino with RS485
This board created for makers, who wants to use various Arduino UNO shields using PIC microcontrollers from Microchip. Board facilitates the use of any 28 PIN SMD SO PIC microcontrollers without crystal (internal oscillator). Project also can be used to develop RS485 application with...
Continue ReadingArduino distance meter with Ultrasonic Sensor (HC SR04) and Nokia 5110 LCD display
Measuring distance is so important in today’s world that things like driverless cars will be impossible without it, that description is probably enough to describe how important knowing the distance between two objects can be. For that reason, today we will be building a distance...
Continue ReadingAdafruit Metro 328 – An Arduino Uno Compatible Development Board
The Adafruit Metro 328 development board is an alternative to the Arduino Uno with an equivalent and compatible board design. It's designed and manufactured by Adafruit. The Metro 328 just like other Arduino Uno clones is also based on the famous Atmega 328P that has been used in...
Continue Reading