Skip to content

Saving code of a robot project built based on a Nordic nRF52840 microcontroller

License

swfischer/nrf52840-bot-a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nrf52840-bot-a

Saving code of a robot project built based on a Nordic nRF52840 microcontroller

Getting started

Initialization

Create a workspace folder. Run the following command:

mkdir nrf52840-bot-a
cd nrf52840-bot-a

Create a python virtual environment and install "west":

python3 -m venv .venv
source .venv/bin/activate
pip install west

Initialize the example code and download all the necessary components:

west init -m https://github.com/swfischer/nrf52840-bot-a.git .
west update
west zephyr-export

Install the remaining python tools:

pip install -r zephyr/scripts/requirements.txt

Building

The most common means of building the project is:

cd apps
west build main -b adafruit_feather_x -p

About

Saving code of a robot project built based on a Nordic nRF52840 microcontroller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published