Skip to content

geomatsi/nrf24-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published