Skip to content

Microcontroller firmware for the orb

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

worldcoin/orb-firmware

Repository files navigation

Proto2 Main MCU

Getting started

Download the source

Go to the workspace repository and follow the instructions in the README.md.

Once downloaded, West will checkout the repository in the app_main directory with a branch called manifest-rev. If you want to work on the repo, make sure to checkout the main branch and branch from there.

git remote add origin git@github.com:worldcoin/proto2-main-mcu.git
git fetch
git checkout main

# From there, create a new branch

Compilation

Compile the app:

west build -b [stm32g484_eval | orb]

Installation

Flash the target:

west flash