Bluetooth controlled car using ESP32
Electronics project Electronics tutorial ESP32

Bluetooth Controlled Car using ESP32 and Android phone

In this project, we are making a Bluetooth Controlled Car using ESP32 Dev module. There is a reason why we have chosen ESP32 instead of any other board like Arduino. here is the reason why we have chosen it. ESP32 is now becoming more famous due to its great features like inbuilt Bluetooth and Wi-Fi modules. Also, it has […]

Water level indicator and pump controller using arduino
Arduino based projects Electronics tutorial

Water Level Indicator and Pump Controller using Arduino

Making a water level indicator and pump controller using Arduino is a very good idea. We can fully automate our water supply system using sensors, electronics, and some programming knowledge. The water pump controller which we are making automatically switches ON and off depending on the level of water. Also, it displays the level of […]

ultrasonic sensor without arduino
555 timer IC Arduino Arduino based projects Electronics tutorial

Ultrasonic Sensor Without Arduino using 555 timer

Hey folks, have you used an ultrasonic sensor in your projects! Do you know how it works? In this project, we will use an ultrasonic sensor without Arduino for object detection. We will interface ultrasonic sensor with a 555 timer to control a DC motor. How ultrasonic sensors work? As the name suggests an ultrasonic […]

Arduino with 7 segment display
Arduino based projects Electronics tutorial

Seven Segment Display with Arduino Interfacing 0 to 99 counter

Hey folks, in this article we will see what is a seven-segment display with Arduino Interfacing. How to connect a seven-segment display directly to the Arduino without any decoder IC. Also, we will code Arduino to count Arduino from 0 to 99 on seven segment display. Let’s get started. What is a seven-segment display? A […]

Arduino uno board
Arduino based projects Electronics tutorial

Arduino Uno Pinout Diagram and it’s Special Features

In this article, I am going to talk about Arduino Uno pinout and its features Let’s start… The Arduino Uno board: In Italian Uno means one. The Arduino Uno is an open-source microcontroller-based development board. ATmega328p is the microcontroller used in Arduino Uno. Its software is also open-source. It is simply ideal for hobbyists as […]