A contributed air quality system deployed in algeria, inspired from other ready to use solutions.
Link to Android Mobile Application
Home View | Home Menu | Home Guide | Home Drawer Menu |
---|---|---|---|
Phone Auth | Device location | Sync data from mobile to Air Quality Device |
---|---|---|
Weather Forecast | Weather details |
---|---|
Web Version |
---|
- once device is configured in user environement, the device will send data periodically to backend
- backend will store data recieved from devices and provide a way to secure writing data into database using user authentication using SMS OTP
- frontend will display data stored in backend for mobile ( Android / IOS ) and Web
we managed to create two devices one based on ESP8266 for low cost, and other based on ESP32 for maximum features
we chosse firebase for free plan offer, and since it's a serverless approach that mean it's durable and flexible
we chosse flutter for cross platfrom user expirance mobile and web