This project enables you to transmit Ruuvi tag measurements to the Particle cloud using Monitor One.
Ruuvi TagsWith Ruuvi sensors you can measure temperature, air humidity, air pressure and movement at home, in your hobbies, or at work.
You can find them at https://ruuvi.com/.
Particle Monitor OneA Field-Ready, Yet Customizable IoT Gateway. Track and manage assets with reliable and dynamic cellular connectivity (LTE CAT 1/LTE CAT M1) and BLE.
Read more about them here: https://www.particle.io/devices/monitor-one/.
How this project worksUsing BLE on the Monitor One, the firmware provided with this project scans for Ruuvi tags and sends the first tag found to the Particle Cloud.
From there, you can send this information to the Web Service of your choice via Particle Webhooks.
Even if you do not configure any webhook, your Monitor One will publish this information to the cloud every now and then, depending on its configuration.
Use the Particle cloud console at https://console.particle.io/ to see it:
You can also request the information at any time with the {"cmd":"get_loc"} command:
This project supports one Ruuvi tag but you can add as many as you like by modifying the code.
The code can also be used on other Particle devices like Argon (Wi-Fi), Photon 2 (Wi-Fi), Boron (Cellular), and Tracker One (Cellular).
Thank you!
Comments