Electronics Project
My experiments with embedded devices
Electronics Project
Description: My experiments with embedded devices
Images from: assets/blog/5/maxresdefault.jpg
Arduino Line Follower
In this project, I used an Arduino-based line follower robot that follows a black line using an array of IR sensors. The movement of the robot is controlled using a PID controller, allowing it to adjust its speed and direction to follow the line more smoothly.
Raspberry Pi-based Robot
This project involves a robot controlled by an Arduino and managed via serial communication with a Raspberry Pi. The Raspberry Pi sends commands to the Arduino for motor control, making it possible to control the robot using more complex software running on the Raspberry Pi.
PS3 Controller and Arduino
In this project, I integrated a PS3 controller with an Arduino to control the movement of a robot wirelessly. The PS3 controller sends signals to the Arduino, which controls the robot’s motors to move it forward, backward, and perform turns.