Robokishan / nrf_iot

nrf52840 iot for mesh device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NRF52840

N|Solid

It is based on nrf52840 thread device and openthread library is used.

Project structure

  • include (user application libraries)
  • lib (system libraries)
  • src (main source)
  • third_party -> source1 -> source_code (thirdparty libraries) -> source2 -> source_code

1.Install adafruit-nrfutil from pip

$ pip3 install --user adafruit-nrfutil

2.Install nrfutil

pip install nrfutil

3.Update submodules

git submodule update --init --recursive

4.Make submodule

cd custom-baud ; make

5.Make

make clean ; make all

About

nrf52840 iot for mesh device


Languages

Language:C 85.6%Language:Makefile 13.9%Language:Python 0.5%