Common issues and solutions.
More...
Common issues and solutions.
◆ BLE_TROUBLESHOOT_COMMANDS
#define BLE_TROUBLESHOOT_COMMANDS "Command troubleshooting guide" |
Command not working.
- Verify connection is established
- Check that commands are sent as single characters
- Monitor serial output for error messages
- Ensure device is not in error state
Definition at line 374 of file ble_api.h.
◆ BLE_TROUBLESHOOT_CONNECTION
#define BLE_TROUBLESHOOT_CONNECTION "Connection troubleshooting guide" |
Connection issues.
- Ensure device is advertising (LED should be blinking)
- Check device name: "Camera Slider"
- Verify BLE is enabled on your phone/computer
- Try restarting the device if connection fails
Definition at line 363 of file ble_api.h.
◆ BLE_TROUBLESHOOT_PERFORMANCE
#define BLE_TROUBLESHOOT_PERFORMANCE "Performance troubleshooting guide" |
Performance issues.
- Reduce command frequency if experiencing lag
- Check battery level (low battery may affect performance)
- Verify firmware version is up to date
- Monitor memory usage during operation
Definition at line 385 of file ble_api.h.