nRF52840 NeoPixel controller board
Important
Make sure you have a proper Zephyr development environment according to the official documentation.
west init -m https://git.leon.fyi/lumen-sdk --mr main lumen-workspace # or
west init -m https://github.com/leonrinkel/lumen-sdk --mr main lumen-workspace
cd lumen-workspace
west update
west build -b lumen lumen-sdk/app # or
west build -b lumen lumen-sdk/app -- -DOVERLAY_CONFIG=debug.conf
west flash --runner jlink # or
west flash --runner pyocd
Building automatically produces an app_update.bin
file in the build/zephyr
directory. This file can be used to update firmware using the
nRF Connect Device Manager.
Please see hardware/LICENSE and lumen-sdk. The software side of this project is based on Zephyr which is mostly licensed under the Apache-2.0 license.