benbusby / piro

A Raspberry Pi security camera rover
MIT License
100 stars 17 forks source link

No motor #2

Closed vinodmadhu6 closed 5 years ago

vinodmadhu6 commented 5 years ago

You are not using a H bridge.. a motor driver. Won't you burn the raspberry pi ? How did you solve this ?

benbusby commented 5 years ago

You don’t need an H bridge. Sending the right pwm values to the servos accomplishes clockwise/counterclockwise rotation (1500µs as center, >1500 = clockwise, <1500 = counterclockwise).

The 5V pins on the raspberry pi are fine for powering the two small servos and nothing will get damaged on the board.