Last updated
Last updated
First, we need to connect to the ORB using Arduino to access to commands needed for video.
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 we are connected, we can adjust the lighting
Copy this command below into the text box at the top of the window Default light setting led,c,255,255,50,60,50,60,255,0,0,0,0,0,# Left Top, Left Bottom, Back Bottom; Back Top, Right Bottom Right Top, Top Light
Press enter
Type “L” to turn on the lights
Type “D” to turn off the lights
You can change the brightness of the lights by changing the numbers in the command above, for example, changing the second number in the command to 150 instead of 255, will make the light less bright
Default capture command: capture,0,19680,300,0 How it works: rotate,'direction','number of steps','time between steps’
Direction can either be 0 or 1
The number of steps, 19680 will rotate the model ORB 360 degrees, so 9840 would be 180
The time between steps in microseconds, higher = slower, lower = faster. 850 is the standard capture speed. TEST SPEED CHANGES WITHOUT THE MODEL FIRST!
Instruction on how to shoot video in using the Model ORB V3