You are here

Disabling the bluetooth function of the VESC

1 post / 0 new
Hermann Schnaeuzle
Offline
Last seen: 1 year 11 months ago
Joined: 2021-04-23 14:51
Posts: 2
Disabling the bluetooth function of the VESC

Hey,
I would like to disable the Bluetooth function of the VESC, so no one can connect to it via Bluetooth
and you have to physically get to the VESC and connect for example via USB to change the settings.

I couldn't find an existing function for that if there is one already, so I thought maybe it's possible to
take the firmware source code and set something like "Bluetooth_Enable" from "1" to "0" and rebuild it.

Is this possible or am I completely on the wrong path?
If it is possible, could someone give me a hint which file I would have to edit and how to build it?
I read on the forum about it a little bit and installed the Linux subsystem on windows and got a Debian CLI
running for compiling (if I remember correctly it's supposed to be easier on Linux).

Thanks a lot in advance,
Hermann