Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.08 KB

File metadata and controls

21 lines (16 loc) · 1.08 KB

Parameter-Setting-Tool-for-EBike-Controller

Open source project for controllers with 78K0R/Kx3 processors like KU63, XCM

Write your personal setting to your controller with the DIY programmer.

Caution! This project is in a test phase, I was not able to write the parameters successfully yet. There is the risk of bricking your controller!

Usage:

  1. Flash the .ino code to your ST32 development board
  2. Connect the STM32 Board to the PC and to the controller.
  3. Reset the STM32 Board and start a terminal program like HTERM on your PC and connect to the COM-Port of the STM32 board
  4. send any character with the terminal program to set the controller to programming mode

now the controller is ready to receive commands from the STM32 board

there are 5 functions implemented so far.

  1. send "1" (not Ascii but byte): Check Blank Block
  2. send "2" : you are asked to upload the binary file with the parameter settings (file has to contain 161 byte of data), use the "send file" button from HTERM
  3. send "3" : Write Block
  4. send "4" : Choose Block, default is Block 15
  5. send "5" : Erase Block