Releases: NiHoffmann/ORB
Releases · NiHoffmann/ORB
Release v1.0
Setup
- Install Python and make sure it is added to your Windows PATH variable.
Run
python --versionto confirm. - Add
Release<Version>/Toolsto your Windows PATH variable.Run
orb-util --helpto confirm. - Configure the ORB DFU mode driver as a 'WinUSB device' (using Zadig or a tool of your choice).
Note
This step is optional if you already have the firmware installed on your ORB.
- Use
orb-utilto upload and compile Python programs or flash your firmware.
Quick Guide
Execute these commands from your Python project directory. You may use 'Template' as a starting point.
The Quick Guide suggests using the .build file, as found in 'Template':
{
"import": ["import1.py", "import2.py", ...],
"main": "main.py"
}This will allow you to compile multiple Python scripts into one binary.
Flash firmware
orb-util --flash <version>Test your program on Windows
orb-util -b -t winCompile and Upload with ORB Monitor
- You can start the ORB Monitor setup with your program using this command:
orb-util -b
- Select your port (USB).
- Press "Download Program."
- Recompilation can be done using:
or initialize the program download right away:
orb-util -b -c
orb-util -b
v0.001
Test Release: Working-Firmware.