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
Revision 42:bc09823900d8, committed 2017-11-09
- Comitter:
- mbed_official
- Date:
- Thu Nov 09 10:15:04 2017 +0000
- Parent:
- 41:cee8e4d98264
- Child:
- 43:45429aa163a0
- Commit message:
- Update ESP8266 driver with ATCmdParser
Point at the latest version of the ESP8266 driver that uses the ATCmdParser part of Mbed OS.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-wifi
Changed in this revision
| esp8266-driver.lib | Show annotated file Show diff for this revision Revisions of this file |
| mbed-os.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/esp8266-driver.lib Mon Oct 30 09:45:04 2017 +0000 +++ b/esp8266-driver.lib Thu Nov 09 10:15:04 2017 +0000 @@ -1,1 +1,1 @@ -https://github.com/armmbed/esp8266-driver/#44fb447c72a37fb397a413467e02208ffeddb88e +https://github.com/armmbed/esp8266-driver/#b0d79dad507d0bc4c7df404816a2f1c15f164273
--- a/mbed-os.lib Mon Oct 30 09:45:04 2017 +0000 +++ b/mbed-os.lib Thu Nov 09 10:15:04 2017 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#e62a1b9236b44e70ae3b0902dc538481c04d455b +https://github.com/ARMmbed/mbed-os/#78474a5129e18e136cc7e872adbaa5b74fbb8f6a
