#Ultrasonic support
By using an ultrasonic sensor we give the Visabot a sense of sight. Comibining it with a small servo we can cover a larger with the sensor.
Build the Ultrasonic model attached to the Mini Servo by following these instructions:
You will need to solder a cable like this. Heat shrink is available on request.
Once the ultrasonic module is built attach it to the front of your Visabot. Attach the wires as required.
Servo examples
Ping
The Ultrasonic sensor we are using, HC-SR04, is called a Ping object in Johnny-Five.
Loads more examples at: https://github.com/rwaldron/johnny-five/blob/master/docs


