Last updated
Last updated
All of the ORBs are controlled using a command line system. The command line system is the same for all versions of the ORB. It doesn't matter whether you are using an Acceroires ORB V2 or Model ORB V3, the command structure is the same. The only differences are the values that can be stored by default.
How to connect to the ORB using Arduino:
Download Arduino:
Open Arduino
Go to Tools > Port
Select the COM port, i.e. usbserial... If it does not appear check normal connection issues, replug the USB cable, power cycle etc
Go to Tools > Serial Monitor
A new window should appear
Change the baud rate in the bottom right of the window from 9600 to 115200 You should see "ORDRE" in ASCII art
Once connected, you can type "help" and hit enter to get a list of the commands available
Common Commands
ORB V3 default video command capture,0,19680,300,0
ORB V3 default spin command capture,0,19680,850,72
The page explains how to control the ORB using the commandline system