-
How are you connecting the servo(s) to the rpi? Directly to the serial pins or are you using Hiwonder's control board? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @Jaroto and welcome! Short answer: Long answer: I hope this helps :-) |
Beta Was this translation helpful? Give feedback.
-
I got this one: https://www.hiwonder.com/products/hiwonder-ttl-usb-debugging-board So I got several servos connected to the board, and the board connected to the raspberry-pi (through a level switcher 3.3V to 5V). Notes: Cables ( I think, but to be checked): VID_20200910_192248.mp4 |
Beta Was this translation helpful? Give feedback.
I got this one: https://www.hiwonder.com/products/hiwonder-ttl-usb-debugging-board
So I got several servos connected to the board, and the board connected to the raspberry-pi (through a level switcher 3.3V to 5V).
Then, you can use my library in a software running on the RPI. You could potentially drive it through ssh or similar.
Notes:
The copper-like board is just a power supply.
5 to 3.3V is made just two resistors (divisor)
3.3V to 5V is done with a NXP 74HC126N or similar.
Cables ( I think, but to be checked):
yellow: seems the board power.
white: 5V power
black/blue: gnd
red: RPI-RX
orange: RPI-TX
Dark-violet: board-TX
light-violet: board-RX
VID_20200910_192248.mp4