3-Axis Slider Commands List
3-Axis Slider Commands List
To use a function listed in the table you need to send the appropriate command over the
serial connection to the Arduino. The serial connection can be over USB or Bluetooth as they
both work the same. You can simply use the serial monitor provided in the Arduino IDE or
one of many Android apps (I use Arduino Bluetooth controller by Giumig Apps). Bluetooth
modules commonly have a default baud rate of 9600 which will need to be changed to
57600 to avoid any timing issues with the code.
Examples:
To get the pan tilt mount to print out its current status just send “R” (without quotes).
To set the step mode to 16th stepping move send: “m16” (without quotes).
To move the pan axis -22.5 degrees send: “p-22.5” (without quotes).
Important:
When the code is first uploaded the EEPROM values will not have been properly set and will
result in unusable values. You will need to set appropriate values then save them to the
EEPROM (by sending he command character U). A restart may then be required.
To see the current setting and stored EEPROM values send the command character R. The
screenshots below show the settings and stored values before and after setting appropriate
EEPROM values.