Ruuvi Station is an open-source Android app available on the Google Play. You can observe the weather parameters, such as temperature, humidity, air pressure (and more) right on your Android device. Ruuvi Station is a companion app for open-source IoT BLE devices made by Ruuvi.
RuuviTag is an advanced open-source sensor beacon platform designed to fulfill the needs of business customers, developers, makers, students, and can even be used in your home and as part of your personal endeavours. The device is set up to work as soon as you take it out of its box and is ready to be deployed to where you need it. Whether you need a beehive monitor in your backyard, or an industrial mesh network asset tracking system, RuuviTag gets you covered.
- Temperature (°C, °F, K)
- Humidity (%, g/m3, °C)
- Air Pressure (Pa, hPa, mmHg, inHg)
- Acceleration (g)
- 10 days sensor data storage
- Charts
- Cloud Features
- Data Forwarding
Join our Slack community.
Join our Telegram community.
You can order RuuviTag sensors online. Find more info about the devices on Ruuvi.com.
We would love you for the contribution to Ruuvi Station, check the LICENSE file for more info.
Maintainer release workflows are documented in
docs/android-release-automation.md.
- Open Android Studio (4.0 or newer)
- Select 'Get from Version Control
- Enter repository URL: https://github.com/ruuvi/com.ruuvi.station
- Clone repository
- Select a branch you want to build
- Sync project with Gradle file
- Now you can run project on emulator or phone
To receive Cloud Push Notifications during development, you must register your local debug SHA-1 fingerprint:
-
Get your SHA-1 Fingerprint:
- Run
./gradlew signingReportin the Android Studio terminal. - Copy the SHA1 string from the
debugvariant.
- Run
-
Firebase Console:
- Go to Firebase Console -> Project Settings.
- Add your SHA-1 fingerprint to the Android app.
- Download the updated
google-services.jsonand replace the one in your/app/folder.
-
Google Cloud Console:
- Go to Google Cloud Credentials.
- Find the Android key (auto created by Firebase).
- Ensure the Firebase Installations API is added to the list of allowed APIs for this key.
- Verify that the Firebase Installations API is enabled in the API Library.
-
Finalize:
- Clean and Rebuild the project in Android Studio.
Watch video showing build process:











