mirror of
https://github.com/EFeru/hoverboard-firmware-hack-FOC.git
synced 2025-08-04 18:14:28 +02:00
Updated Debug Serial (markdown)
@@ -1,9 +1,11 @@
|
||||
Debug Serial will allow you to get information from the board as Human readable ASCII output to:
|
||||
* Calibrate the battery voltage reading
|
||||
* Calibrate the temperature reading
|
||||
* See input Calibration results
|
||||
* Debug
|
||||
* Plot the results
|
||||
|
||||
|
||||
## Wiring:
|
||||
* Connect GND and RX of a 3.3v uart-usb/FTDI adapter to the left (USART2) or right sensor board cable (USART3) depending on config.h settings
|
||||
|
||||
@@ -12,7 +14,7 @@ Debug Serial will allow you to get information from the board as Human readable
|
||||
## Output:
|
||||
|
||||
Use a serial terminal/monitor to read the output at 115200 bauds (could be 38400 bauds if you use a previous version of the firmware).<br />
|
||||
DEBUG_SERIAL_ASCII output is:
|
||||
DEBUG_SERIAL_ASCII output is:
|
||||
`in1:345 in2:1337 cmdR:0 cmdL:0 BatADC:0 BatV:0 TempADC:0 Temp:0\n`
|
||||
|
||||
|Field|Ouput|
|
||||
|
Reference in New Issue
Block a user