nodebotsau / simplebot

SimpleBot is a very basic robot designed for learning about NodeBots.
MIT License
66 stars 20 forks source link

Ultrasonic sensor uses incorrect power supply #7

Closed ajfisher closed 10 years ago

ajfisher commented 10 years ago

This isn't a major problem but the ultrasonic sensor currently uses the servo power supply. They can take up to 10V generally however it should be driven from 5V from the arduino.

ajfisher commented 10 years ago

Updated to use arduino 5v rail rather than from servo batts. Fixed in b511584