HC-05 Bluetooth car with mobile control

hc-05 bluetooth car

Developing a HC-05 Bluetooth car that is controlled via a Bluetooth mobile app. It is similar to a wireless remote-controlled car. It uses an Arduino Uno, a HC-05 Bluetooth module, and a H-bridge motor driver. Components used in the S/NO Component Value Qty 1 Robot car chasis – 1 2 Arduino Uno – 1 3 L298N – … Read more

Obstacle Avoidance robot using L293D motor driver

obstacle avoidance robot

Creating a self-driving obstacle avoidance robot is an exciting venture, and with this obstacle-avoidance robot, you’ll learn how to navigate an Arduino-based project to avoid obstacles autonomously. Using sensors, motors, and some clever programming, this robot will detect obstacles and adjust its path accordingly—essentially a self-driving car! Hardware Components Used in This Project Here are … Read more

How to make an I2C slave send data in an I2C system

I2C slave

The master device mostly controls the I2C slave device. In this post, we will send data from the master to the slave. This is useful as some projects require the I2c slave to send sensor readings to the master to be processed or displayed. We will send distance readings from an ultrasonic sensor and display … Read more

How to use Newping.h Library for ultrasonic sensors

Newping.h library

Newping.h is a Library developed by Tim Eckel. It makes interfacing and using ultrasonic sensors much easier. The library can be installed directly from the Arduino IDE, or the zip file can be downloaded from GitHub. The default method of using an ultrasonic sensor was difficult and didn’t give much flexibility, with this library many can … Read more

How to use L298N dual H-bridge motor driver

L298N motor driver

The L298N dual H-bridge motor driver is among the most popular DC motor drivers. It features a simple interface and uses fewer pins to connect to the microcontroller. Its method of integration allows it to support a wider range of microcontrollers. In this practice, we will focus more on understanding how to use the L298N … Read more

How to use Serial communication between 2 Arduino boards

serial communication

Serial communication refers to data transmission between two or more devices over a communication channel. Arduino Uno and other smaller variants have two (2) serial communication pins namely RX and TX normally D0 and D1 respectively. Serial communication is similar to I2C communication the main difference is the library used. They both make use of … Read more

How to use DHT11 sensor

DHT11 project

DHT11 is a four(4) pin sensor for measuring temperature and humidity. This sensor is cheap, small, and reliable for temperature and humidity projects. The DHT 11 works well with all microcontrollers for Arduino to ESPs. This post will review how to use this sensor in projects. How to add the DHT 11 library in Arduino … Read more

Multiple devices on a slave in an I2C system

I2c system with Blynk ioT

A typical I2C system consists of two separate components or microcontrollers between which we intend to enable data transmission. The I2C system is handy in electronics design as it can facilitate communication between as many as 119 components. The I2C system is made up of 4 pins, they are power (Vcc), ground, SCL, and SDA … Read more

I2C communication between microcontrollers

I2C communication

I2C communication refers to the transfer of data between two devices. It stands for Inter-Integrated Circuit. It is a protocol that aids the communication/data transfer between two microcontrollers or components. For example, I2C technology is used in robotics to control all the different parts and aspects of the robot. Most electronic devices today make use … Read more

6 way remote controlled system

IR Remote 6 way

Introduction to a 6-way remote controlled system A 6-way remote-controlled system represents a significant leap in automation technology, offering unparalleled convenience and efficiency. This innovative system allows users to operate six different devices or functionalities from a single remote control unit. The design is based on the principles of user-centric engineering, ensuring ease of use, … Read more

Exploring the TTP223 Capacitive Touch Sensor

TTP223

Imagine a world where buttons vanish, and your touch alone activates devices. Picture a light switch that responds to your fingertips, a doorbell that senses your approach, or a sleek control panel that requires no physical buttons. Welcome to the realm of TTP223 Capacitive Touch Sensor, where magic meets technology. In this blog post, we’ll … Read more

Bi-directional counter with light control

bi-directional counter

Introduction to bi-directional counter with light control A bi-directional counter with light control is a device that can measure the number of people entering and exiting a place at any point and turn on lights accordingly. It can be used for various applications, such as counting visitors in a museum, monitoring traffic flow, or controlling … Read more

Smart Traffic Light system

Smart traffic light system

Introduction to smart traffic light system Traffic congestion is a common problem in many urban areas, causing delays, frustration, and pollution. One of the factors that contribute to traffic congestion is the inefficient operation of traffic signals, which are often fixed and do not adapt to the changing traffic conditions. To address this issue, a … Read more

A comprehensive break-down of ESP-01

esp-01

Introduction to ESP-01 ESP-01 is a Wi-Fi module that enables wireless communication and internet access for microcontroller projects. It is based on the ESP8266 chip, which has a 32-bit processor, a TCP/IP stack, and a Wi-Fi transceiver. It can operate in three modes: as an access point, as a station, or as both. It can … Read more

A comprehensive guide on Ethernet Shield(W5100)

Ethernet Shield w5100

Introduction to Ethernet Shield(W5100) Ethernet shield w5100 is a device that allows an Arduino board to connect to the internet and perform various network tasks. It is based on the Wiznet W5100 chip, which provides a TCP/IP stack and supports up to four simultaneous socket connections. The shield can be easily mounted on top of … Read more

Understanding Blynk IOT

Blynk

Introduction to Blynk IOT Blynk is a low-code IoT software platform for businesses and developers. It allows users to create mobile and web applications for their IoT devices without any coding required. It supports over 400 hardware modules, such as ESP32, Arduino, Raspberry Pi, and more. Users can connect their devices to the secure Blynk … Read more

A comprehensive breakdown of PIR sensors

PIR sensors

Introduction to PIR sensors PIR sensors consist of a pyroelectric sensor, which is a material that generates an electric charge when exposed to heat. The sensor has two slots that are sensitive to infrared radiation. A Fresnel lens or a mirror is used to focus the infrared radiation onto the slots. When the sensor is … Read more

Simple fountain with night light display

featured image fountain with night light display

Introduction to fountain with night light display Fountain with night light display are great for designs. Fountains have long been cherished as captivating displays of water’s graceful choreography, but when bathed in the electrifying glow of night disco lights, they transcend the ordinary and become a mesmerizing spectacle of dynamic artistry. As daylight fades and … Read more