Description
Device configuration for FireBand device wearers. Some charts are displayed on to the web application.
Full description will be published soon.
Prerequisites
DHT11 Temperature and Relative Humidity Sensor
MAX30102 Heart Rate and Pulse Oximeter Module
Code Setup
-
First, clone this branch locally.
-
Test for functionality of all sensors using the
sensors/sensors.inofile. -
Use
http-client/http-client.inoto test for GSM/GPRS connection to ThingSpeak over HTTP andmqtt-publisher/mqtt-publisher.inoto test for GSM/GPRS connection over MQTT. -
In both configurations be sure to set the specified credentials in
secrets.hwhich is located within the respectivehttp-clientandmqtt-publisherfolders. -
Import the visualisation files in the
visualisationsfolder to ThingSpeakThis is done by first selecting the 'Custom' template on this page (only accessible once logged into ThingSpeak); then importing each file as separate visualisation charts i.e.
visualisations/location.mwould apply to the Geographical Map chart,visualisations/temp_hum.mwould apply to the Temperature and Relative Humidity Correlation Plot andvisualisations/hr_temp.mwould apply to the Heartrate against Temperature Plot.