bipropellant / bipropellant-hoverboard-api

C++ Wrapper around the hoverboard UART protocol. Arduino compatible.
MIT License
28 stars 21 forks source link

How to do - Arduino #16

Closed marco-teixeira closed 8 months ago

marco-teixeira commented 3 years ago

Hello everyone!

I am trying to communicate with the hoverboard for the first time. I added the library to the Arduino IDE and compiled the readSpeed.ino code on an Arduino mega 1280.

However, I have no return from the board. Would anyone have a "how to do?"

I am using the firmware "https://github.com/bipropellant/bipropellant-hoverboard-firmware" without any modifications; I just downloaded, compiled, and uploaded it to the board. The process went without errors.

I'm trying to connect the Arduino to the ports shown in the image below, I tried on both sides, and I didn't have any success. Diagrama1

Maybe I'm connecting the wrong Arduino? Maybe I have to modify something in firmware? Thanks!