An open API service indexing awesome lists of open source software.

https://github.com/daniel-k/nrf-beacon

A small board featuring an stm32f3 and the popular nRF24L01+ radio module
https://github.com/daniel-k/nrf-beacon

Last synced: 5 months ago
JSON representation

A small board featuring an stm32f3 and the popular nRF24L01+ radio module

Awesome Lists containing this project

README

          

nrf-beacon
==========

Please do

```bash
git submodule init
git submodule update
```

after cloning to fetch the xpcc library

Build and program via DFU:

```bash
cd src/
scons dfu
```