Embedded systems developer
I worked on the software logic, sensor calibration, movement behavior, and testing needed to make the robot operate autonomously.
Featured case study
An Arduino-based robot designed to follow lines, avoid obstacles, track movement, and complete relay-style tasks through sensor-driven control logic.
I worked on the software logic, sensor calibration, movement behavior, and testing needed to make the robot operate autonomously.
The robot used motors, line sensors, rotation encoders, an ultrasonic sensor, and a servo-driven gripper controlled from Arduino code.
The hardest part was turning noisy real-world sensor input into stable decisions for line following, turning, stopping, and object interaction.
Project story
The BattleBot project was a hands-on embedded systems assignment where the goal was to build a robot capable of navigating a track independently. The robot had to read its environment, follow a line, avoid obstacles, and complete tasks without direct human control.
On the software side, I developed control logic in C/C++ using the Arduino IDE. The implementation included PID-based line following, state-machine behavior, and real-time sensor processing. This made it possible to switch between actions such as line following, turning, stopping at markers, and using the gripper.
A large part of the work involved testing and calibration. Lighting changes, sensor thresholds, wheel movement, and physical friction all affected the robot, so the project required careful debugging and repeated improvement.
Key skills
Downloads