-
Notifications
You must be signed in to change notification settings - Fork 74
Raspberry Pi integration
Emerick Herve edited this page May 1, 2019
·
3 revisions
You can install a Raspberry Pi (like a RPiZeroW or a RPI3) inside the hoverboard, powered from a DC-DC convertor off 12v or 38v, and connect to the hoverboard via an STLINK if you want to program it via the RPI and a USB serial.
Also, on any RPI don't forget to make your serial port transparent before using it
- If you use a USB serial dongle, use:
screen /dev/ttyUSB0
- If you use GPIO UART, try:
OR
screen /dev/ttyS0
screen /dev/ttyAMA0
For control, you can use Node-Red.
See this page
- Home
- Building and flashing
- Raspberry Pi integration
- Physical Hardware
- Projects