Smart parking system using esp8266

overview In this tutorial, you will learn how to create an IOT-based car parking space monitoring system using Arduino, Nodemcu esp8266 wifi module and the Blynk app. With the help of the Nodemcu esp8266 wifi module and the Blynk app, parking spaces can be monitored from anywhere in the world. In this tutorial, we can…

Read More

Bluetooth Controlled Robot

Overview Today in this article we are going to discuss How to make a Bluetooth Controlled car using Arduino so without wasting any time let’s make it Components Used Block Diagram Arduino Description The Uno R3 CH340G ATmega328p Development Board is the low-cost version of the popular Uno R3 Arduino. It is assembled with the…

Read More

RTC Time Display in OLED using Arduino

Overview In this tutorial, we are going to make a digital clock with Arduino UNO, an RTC module and an OLED display. Hardware & Software Needed Arduino IDE Arduino UNO DS3231 SSD1306 128×32 OLED Screen Project circuit: DS3231 RTC Description DS3231 RTC is a precise real-time clock module with 32Kbit EEPROM and a built-in 10bit…

Read More

Keypad Interface With Arduino

Overview In today’s lesson, we will learn how to connect the keyboard to the Arduino. In embedded devices, one of the essential parts is the keyboard, which is used to interact with embedded devices, the keyboard is an input device used to give commands to other devices, from the calculator to the computer; keyboard input,…

Read More