Mumono Internet of Things device is an embedded systems project designed to provide remote safety for babies.
- Visit marketing website on: https://mumono.squarespace.com/
- Find WebApp on our website and backend code in directory:
babymon2
- WebApp can also be accessed here: https://whyphybabymonitor.firebaseapp.com/
Ensure 'Python 3'
and 'requests'
library is installed on your PC
- Call
'python3 Runtime.py'
to initiate full functionality of the product - The script calls
'driver_package.py'
which handles polling of all sensors 'Communications.py'
handles all data formatting and communicates correctly with Firebase App'ExceptionDefinitions.py'
handles all exception errors that could occur in sensor runtime'accelerometer.py'
'air_quality_sensor.py'
'temperature_sensor.py'
contains our sensor interaction code
- HTTPS communication was used using 'POST','GET' and 'PATCH' to interact with Firebase App
- MQTT Client and Publisher was trialled, but unused as HTTPS has equivalent abstraction
This project was completed with Neelesh Ravichandran (Neelesh99) and Agrim Manchanda (agrimmanchanda).