Branch ยท Robotics / Embedded
Line followers, robotic arms, automation systems and embedded C projects with hardware.
intermediateA Self-Parking Robot Car is an autonomous vehicle prototype that detects suitable parking spaces and automatically performs parking maneuvers without human intervention. It uses distance sensors and intelligent parking algorithms to calculate the optimal path and park accurately.
advancedA Multifunctional Agricultural Robot is an autonomous farming robot capable of performing multiple agricultural tasks such as seed sowing, crop monitoring, irrigation, fertilizer spraying, and obstacle detection. It reduces manual labor and improves farming efficiency through smart automation and sensor-based decision-making.
advancedAn IoT-Based Swarm Robot system consists of multiple robots that communicate wirelessly and work together to perform tasks such as area monitoring, object tracking, and coordinated navigation. Each robot shares data through a cloud or local network, enabling intelligent group behavior and real-time control.
advancedA Raspberry Pi-based autonomous vehicle that uses a camera and sensors to detect lanes, avoid obstacles, and navigate without human intervention. The system processes real-time visual data using computer vision algorithms to make driving decisions automatically.
intermediateAn Object Sorting Robot is an automated robotic system that detects, classifies, and sorts objects based on color, shape, or size using sensors or computer vision. The robot automatically places identified objects into separate categories, simulating an industrial automation system.
intermediateA Face Recognition Security Robot is an autonomous surveillance robot that detects and recognizes human faces in real time using a camera and computer vision algorithms. It identifies authorized and unauthorized individuals and can trigger alerts, tracking, or access control actions.
advancedA Pick and Place Robot with Computer Vision is an automated robotic system that detects, identifies, and picks objects using a camera and robotic arm, then places them at designated locations. It uses computer vision algorithms to recognize object position, color, or shape for intelligent sorting and handling.
intermediateAn Autonomous Mapping Robot is a mobile robot that navigates indoor environments and creates a map of the surroundings in real time using sensors such as HC-SR04 ultrasonic sensors or LiDAR. It detects walls, obstacles, and room boundaries to generate a navigable map for autonomous movement.
beginnerA Maze Solving Robot is an autonomous robot that navigates through a maze and finds the shortest path using algorithms like Flood Fill, Left-Hand Rule, Right-Hand Rule, or DFS. It detects walls using sensors and makes real-time movement decisions to reach the destination efficiently.
beginnerA Self-Balancing Robot is a two-wheeled robot that automatically maintains its balance using a gyroscope, accelerometer, and PID control algorithm. It continuously adjusts motor speed in real time to prevent falling, demonstrating robotics, embedded systems, and control engineering concepts.