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

https://github.com/don/rfduino-js


https://github.com/don/rfduino-js

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

[RFduino](rfduino.com) Node Example

### index.js
Discover and read temperature from RFduinos running the [Temperature sketch](https://github.com/RFduino/RFduino/blob/master/libraries/RFduinoBLE/examples/Temperature/Temperature.ino)

### ledButton.js
Read the button state and control the LED on the [RFduino RGB Pushbutton shield](http://www.rfduino.com/rfd22122-rgb-pushbutton-shield-accessory-board.html) running the [LedButton sketch](https://github.com/RFduino/RFduino/blob/master/libraries/RFduinoBLE/examples/LedButton/LedButton.ino)

Uses [noble](https://github.com/sandeepmistry/noble) for Bluetooth Low Energy support.