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
- Host: GitHub
- URL: https://github.com/daniel-k/nrf-beacon
- Owner: daniel-k
- License: bsd-3-clause
- Created: 2014-09-22T16:25:58.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T01:43:00.000Z (over 11 years ago)
- Last Synced: 2025-05-05T09:08:10.431Z (about 1 year ago)
- Language: Eagle
- Size: 395 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```