-
2D Scanner with Ultrasonic sensor and a servo
08/22/2016 at 18:18 • 0 commentsWorking of Ultrasonic sensor-
We have mounted an ultrasonic sensor atop a servo. When the ultrasonic sensor is triggered, it sends out a pulse and simultaneously starts an internal clock. When the pulse hits an obstacle, it gets reflected back to the sensor. The sensor calculates the time difference between the sending and receiving of the pulse. Since the speed of the pulse in air (let it be 'v') and the time gap ('t') is known, the distance to the obstacle can be calculated as-
Time for total trip = t
Time for reaching the obstacle = t/2
=> distance = v*(t/2)
This value has been calculated in our code and can be stored and manipulated accordingly.
-
Making modular mobile robot
08/22/2016 at 17:03 • 0 commentsFirstly we have made a modular mobile robot.
A detailed instructions are availalble: https://hackaday.io/project/12533-making-a-modular-differential-drive-robot
The CAD files for making the robot are available at GrabCAD : https://grabcad.com/library/modular-differential-drive-robot-1For beginners, have a look at this video to assemble the robot: