Zephyr examples and drivers for the nRF9160 Feather and nRF9151 Feather.
For the most up to date instructions, please see:
You can purchase the nRF9160 Feather and nRF9151 Feather direct from Circuit Dojo and from Digi-Key (nRF9160) (nRF9151).
All samples can be found in this respository except for the following external samples:
- Serial Modem - used for controlling the nRF9151 via UART from another application processor.
- Asset Tracker Template - template for common use case of asset tracking provided by Nordic.
All contributions must include a "Signed-off-by" line in the commit message to comply with the Developer Certificate of Origin (DCO). This certifies that you have the right to submit the contribution under the project's open source license.
To automatically add the sign-off:
git commit -sEnsure your Git configuration has your real name and email:
git config user.name "Your Full Name"
git config user.email "your.email@example.com"The email must match the one used in your commits. Pull requests with unsigned commits will be rejected.
Apache 2.0 applies to all samples. Some samples are based off of the nRF Connect SDK or Zephyr SDK. Full credit goes to those authors. See license information at the top of those files fore details.