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 Carey Williams

Revision:
33:12f0df4d51d7
Parent:
32:bca3f5f442b3
Child:
36:aa0b6789bbd2
--- a/README.md	Fri Sep 08 10:15:04 2017 +0100
+++ b/README.md	Tue Sep 26 08:30:04 2017 +0100
@@ -41,7 +41,7 @@
    Edit ```mbed_app.json``` to include correct WiFi shield, SSID and Password:
 
    ```
-       "config": { 
+       "config": {
  	  "wifi-shield": {
                "help": "Options are WIFI_ESP8266, WIFI_IDW01M1",
                "value": "WIFI_IDW01M1"
@@ -57,10 +57,13 @@
        },
    ```
 
+   For built-in WiFi, ignore the value of `wifi-shield`
+
 3. Copy the respective _ignore_ file to `.mbedignore`
    * Copy `esp8266-mbedignore` when using ESP8266 module.
    * Copy `idw01m1-mbedignore` when using [X-NUCLEO-IDW01M1](https://developer.mbed.org/components/X-NUCLEO-IDW01M1/) expansion board.
-  
+   * For built-in WiFi, keep the default `.mbedignore`
+
 4. Compile and generate binary
 
    For example, for `GCC`: