My Sensor is an Android and iOS application for air quality monitoring. It retrieves PM2.5, PM10, temperature, humidity, and pressure data from sensor.community and displays it on your smartphone. The iOS version is ready, but not yet published.
My Sensor — это Android и iOS приложение для мониторинга качества воздуха. Оно получает данные о PM2.5, PM10, температуре, влажности и давлении с платформы sensor.community и отображает их на вашем смартфоне. iOS-версия готова, но ещё не опубликована.
- Download the latest version from the Releases page.
- Install the APK file on your Android device.
- Grant the necessary permissions when you first launch the app.
- Скачайте последнюю версию со страницы релизов.
- Установите APK-файл на ваше Android-устройство.
- При первом запуске предоставьте необходимые разрешения для работы приложения.
You can use the app as a dashboard to monitor air quality in your area.
Вы можете использовать приложение как дашборд для мониторинга качества воздуха в вашем регионе.

The app allows you to monitor a specific sensor in real-time.
Приложение позволяет отслеживать данные конкретного сенсора в режиме реального времени.

The Android app has two store flavors:
play- regular build with Firebase Analytics and Firebase Crashlytics.fdroid- F-Droid-oriented build without Firebase, Crashlytics, or Google Play Services Location.
The fdroid variant can run without local.properties and without a MapTiler API key by using the built-in raster map style. It does not send crash reports automatically; if a crash report is created, the user can explicitly share it through Android's standard share/email UI.
Useful commands:
.\gradlew.bat :app:assemblePlayDebug
.\gradlew.bat :app:assembleFdroidDebug
.\gradlew.bat :app:assembleFdroidRelease