robotics

Building Arduino Bluetooth-Controlled RC Car

Recently, I had the opportunity to assemble and drive my very first Arduino-powered Bluetooth-controlled RC car. Creating my own wireless RC car has been a personal goal for a long time. I’ve written multiple tutorials covering the core technologies…

ee-diary

My RC car works

Here is what I done with regards to learning and building RC controlled car, whether automomous, Wi-Fi controlled or bluetooth controlled or any RF system.  The first rc car I built is the bluetooth Arduino based RC car which is controlled using a…

ee-diary

Building a Wi-Fi Camera Car Rover with ESP32-CAM and L298N

Previously I had build couple of RC controlled car with Arduino with Bluetooth, controlled with NodeMCU WiFi and wrote note on it in my diary note Arduino-Based Bluetooth Car ,  autonomous robot car and Two wheels WiFi control NodeMCU Car .  Now fo…

ee-diary

MOSFET H-Bridge for Motor Speed and Direction Control

This article presents a MOSFET-based H-bridge motor driver circuit for controlling motor speed and direction, ideal for robotics and motor-driven applications. It utilizes four N-channel MOSFETs (IRF540N) and two P-channel MOSFETs (IRF9540) with PW…

ee-diary

Driving Relay H-bridge with Arduino

Controlling the direction of a DC motor is a fundamental concept in robotics and automation. One of the simplest ways to achieve this is by using an H-Bridge circuit . While transistor-based H-bridges are common, using relays offers a straightforw…

ee-diary

How to build SPDT switch based H-bridge for Robotics

In the world of robotics, motor control is a crucial aspect that determines movement precision and efficiency. One of the most widely used methods for controlling DC motors is the H-Bridge motor driver . This circuit configuration allows bidirection…

ee-diary
Load More
That is All