Deep Slumber, codename ISA, is a program made for the arm MBED during Hack The Burgh 2018 that analyses light, temperature, humidity and CO2 levels in a room. It uploads this information onto an SQL server through a rest API, providing the necessary environment for data processing. Further improvements we hope to provide are the regulation of said parameters by wifi connection to electric heaters, wifi enabled controllable lightbulbs and other iot gadgets as well as a website that will provide recommendations for sleep cycle improvements.
Dependencies: C12832 CCS811 Sht31 TSL2561
Fork of ARM_HACK_THE_BURGH by
Diff: Jenkinsfile
- Revision:
- 47:6796df310c90
- Parent:
- 46:9282f93cd1ce
- Child:
- 54:b9963ccc0c2d
diff -r 9282f93cd1ce -r 6796df310c90 Jenkinsfile --- a/Jenkinsfile Wed Nov 22 11:00:03 2017 +0000 +++ b/Jenkinsfile Thu Nov 23 10:45:03 2017 +0000 @@ -30,7 +30,7 @@ // Supported RF shields def radioshields = [ "builtin", - "WIFI_IDW01M1", + "WIFI_IDW0XX1", "WIFI_ESP8266" ]