Right now, this is just a project that is slowly evolving as I learn through some material.
This is a project for nRF52840-DK.
Eventual goals are some mesh networking, some sensor collection, and some data processing.
This project only supports Ubuntu 20.04 and Windows 10 Pro right now.
You can emulate a full automated CI run, which will properly set up your
machine, including installing all apt
packages, bootstrapping Rustup, setting up the necessary
tools, and getting Python untangled.
make ci PREREQS=true
Note: Windows support is preliminary.
You'll need to install Zadig and scoop yourself.
Then, please bootstrap your toolchain in Powershell:
scoop install rustup busybox make gawk python
make ci PREREQS=true
Once you've done that, I suggest you enjoy the make help
command.
these should all just work and I'd love it if you reported a bug if they didn't.
😊