EFeru / hoverboard-firmware-hack-FOC

With Field Oriented Control (FOC)
GNU General Public License v3.0
1.09k stars 915 forks source link

Checksum in Arduino Code #19

Closed blubbi321 closed 4 years ago

blubbi321 commented 4 years ago

https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/blob/fb362f04a9544fdeb3f569726408623cc4ecfa41/02_Arduino/hoverserial/hoverserial.ino#L61

needed to change this to uint16 to make it work.

However there still seem to be a lot of transmission errors. (I get problems in every 5-6th received string)

EFeru commented 4 years ago

You are right, I will do the change soon.

EFeru commented 4 years ago

fixed.