geomatsi / nrf24-tools

Tools to work with nRF24 modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nRF24 tools

Travis CI status

Build Status

Download

$ git clone https://github.com/geomatsi/nrf24-tools
$ cd nrf24-tools

Build with UM232H backend

$ mkdir build && cd build
$ cmake .. -DWITH_UNIT_TESTS=ON -DNRF24_CONN='UM232H'
$ make
$ make test

or

$ mkdir build && cd build
$ cmake .. -DWITH_UNIT_TESTS=ON -DNRF24_CONN='UM232H' -G Ninja
$ ninja
$ ninja test

Build with SBC backend

$ mkdir build && cd build
$ cmake .. -DKERNEL_DIR=/usr -DWITH_UNIT_TESTS=ON -DNRF24_CONN='SBC'
$ make
$ make test

or

$ mkdir build && cd build
$ cmake .. -DKERNEL_DIR=/usr -DWITH_UNIT_TESTS=ON -DNRF24_CONN='SBC' -G Ninja
$ ninja
$ ninja test

About

Tools to work with nRF24 modules


Languages

Language:C 72.3%Language:CMake 11.4%Language:C++ 9.1%Language:Python 7.2%