For multiple Crowbots, how to ensure each joystick is only connected to the Bluetooth of one Crowbot
To ensure that each joystick pairs only with its designated CrowBot without interference, you can modify the factory code by assigning a unique set of 4 BLE UUIDs for each joystick-CrowBot pair.
Specificly, Please refer to the following information:
1 You can generate unique UUIDs using the following website:
https://www.uuidgenerator.net/
Then, Upload the corresponding modified program separately to the CrowBot and the joystick.
2 To upload the code, please make sure to copy the content inside the "library" folder provided in the Arduino code package (from our Wiki) into your Arduino runtime libraries path. Then follow the instructions in the tutorial PDF included, as shown in the image below.
⚠ Important: When uploading the program to the joystick, please make sure to select "ESP32C3 Dev Module" as the board type, as shown in the image below.
Comments
......