Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 559 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 559 Bytes

ArduinoRuuviClient POC

ArduinoBLE based Client to read RuuviTag Advertised Data.

Important sidenode; the Arduino Documentation misses some importatant Methods which are crucial to get the communication with the RuuviTag working. Check out the Header files directly to get methods like int BLEDevice::advertisementData(uint8_t value[], int length) const

The whole Ruuvi Protocol is described here