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