Camera Slider Firmware 1.0
Firmware for camera slider with stepper motor control and BLE communication
Macros
Troubleshooting

Common issues and solutions. More...

Macros

#define BLE_TROUBLESHOOT_COMMANDS   "Command troubleshooting guide"
 Command not working.
 
#define BLE_TROUBLESHOOT_CONNECTION   "Connection troubleshooting guide"
 Connection issues.
 
#define BLE_TROUBLESHOOT_PERFORMANCE   "Performance troubleshooting guide"
 Performance issues.
 

Detailed Description

Common issues and solutions.

Macro Definition Documentation

◆ 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.