Runtime parameters
The brushless and flight control programs have dynamic parameters that can be
tuned with the tk3-flash
utility (see Install
section).
Brushless ESC parameters
Name | Default value | Description |
---|---|---|
id |
0 |
Defines the motor number on your robot, in the
range |
rotation |
1 |
The direction of rotation of the motor. |
poles |
14 |
The number of magnetic poles of the motor. |
max-current |
9000 |
The maximum current (in milliampere) after which the software starts decreasing the spinning velocity. |
watchdog |
500 |
Time (in millisecond) after which the spinning velocity is reset to the minimum value if no spinning velocity message is received. |
start-pwm |
8 |
The startup PWM (in %). |
start-delay |
400 |
The rotor alignment time (in milliseconds) before startup (or reversing). |
start-period |
16384 |
The initial commutation time (in microseconds) for motor startup. The motor is slowly accelerated from this value until closed loop control can be achieved. |
post |
1 |
Power-on self tests. A boolean that can deactivate the startup tones of the motor and the 2s delay associated with it, for a faster startup. |
uart |
500000 |
The UART baud rate. Available values are between
|
clock-adj |
0 |
RC oscillator calibration offset. This changes
the value of the |
Flight Controller parameters
Name | Default value | Description |
---|---|---|
version |
0 |
The flight control board version: 21, 22 or 25. 0 means to determine it automatically. |
robot-id |
0 |
A number that must be unique among a fleet of robots. |
motors |
4 |
The number of attached motors. |
uart |
500000 |
The UART baud rate. Available values are between
|