Skip to main content
FW version: Stable

Geofencing

info

All here listed messages are little-endian.

Using this feature you can limit the speed of the vehicle by external IOT device. This is usually used as geofencing feature.

0x621 Geofencing, global limitation

The timeout is 10s. After timeout vehicle is disarmed.

  • If you set the parameter mapopts|= 128, this message is required to run the vehicle.
  • Once the message is present on the CAN it is required to be present all the time.
info

This feature works only if speed and power are set in maps

BytetypeDescription
0 - 1UINT16Global power limitation. This value multiply current power settings from maps.
0xFFFF = no limitation you have
0x0 = Full limitation (You have 0 available power)
2UINT8[kph] - Maximumm allowed speed, 255 - no limitation
3UINT8Bit 1 - Disarm bike forever (until next power cycle )
4 - 7reserved