तपाईको रोबट साथी

SajiloBot is an Educational Robotics Kit that helps students of all ages get into robotics and make some fun projects in no time.

Latest posts

Line Follower

The above video shows how SajiloBot follows a black line using the help of the Infrared Sensor on the bottom of the robot. Below is the Arduino code to make the robot work in line following mode. // Black Line Follower int IR1=A0; //...