Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/v-i-s-h/rf24beacon

Arduino library for using nRF24L01+ as BLE beacons
https://github.com/v-i-s-h/rf24beacon

Last synced: about 1 month ago
JSON representation

Arduino library for using nRF24L01+ as BLE beacons

Awesome Lists containing this project

README

        

RF24Beacon
----------

Arduino library for using nRF24L01 modules as BLE beacons.

## Pin Connections
Arduino | nRF24L01+
------- | --------
D13 | SCK
D12 | MISO
D11 | MOSI
D10 | CSN
D9 | CE
-- | IRQ
3V3 | Vcc
GND | GND
------- | --------

You can intialize RF24Beacon using
``` c++
RF24Beacon beacon( 9,10 );
```
See examples folder for more information