A Raspberry Pi and a Sense-Hat board are used to capture temperature, humidity and pressure at approximately 10-minute intervals. The Pi then uploads these readings via a Web API that he developed. The data are stored in a MySQL database.
Requirements: Your team is required to do the following
1. Retrieve the data
2. Process the data (as required by your application)
3. Visualise the data or result in a GUI or embedded HMI
Recorded data:
• Temperature, relative humidity and pressure are recorded every ten minutes
• The measurements are uploaded to the database and the date and time of successful upload are logged at the database end. The recorded time is therefore the time of storage.
• Each successful upload is given a unique ID that auto-increments in a sequential fashion.
•The measurement IDs autoincrement. So, the ID reliably indicates the order of measurements.
Comments
Leave a comment