Blog

This category has a lot of contents on various topics about SajiloBot. This is where we write about a whole new array of stuffs that you could do with your robot.

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; //...