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

Committer:
Ottomanslap
Date:
Sun Mar 11 02:51:01 2018 +0000
Revision:
60:49746f10fef0
Parent:
44:63be19b7a3db
SUCCESS

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 44:63be19b7a3db 1 {
mbed_official 44:63be19b7a3db 2 "config": {
mbed_official 44:63be19b7a3db 3 "wifi-shield": {
mbed_official 44:63be19b7a3db 4 "help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
mbed_official 44:63be19b7a3db 5 "value": "WIFI_IDW0XX1"
mbed_official 44:63be19b7a3db 6 },
mbed_official 44:63be19b7a3db 7 "wifi-ssid": {
mbed_official 44:63be19b7a3db 8 "help": "WiFi SSID",
mbed_official 44:63be19b7a3db 9 "value": "\"SSID\""
mbed_official 44:63be19b7a3db 10 },
mbed_official 44:63be19b7a3db 11 "wifi-password": {
mbed_official 44:63be19b7a3db 12 "help": "WiFi Password",
mbed_official 44:63be19b7a3db 13 "value": "\"PASSWORD\""
mbed_official 44:63be19b7a3db 14 },
mbed_official 44:63be19b7a3db 15 "wifi-tx": {
mbed_official 44:63be19b7a3db 16 "help": "TX pin for serial connection to external device",
mbed_official 44:63be19b7a3db 17 "value": "PA_9"
mbed_official 44:63be19b7a3db 18 },
mbed_official 44:63be19b7a3db 19 "wifi-rx": {
mbed_official 44:63be19b7a3db 20 "help": "RX pin for serial connection to external device",
mbed_official 44:63be19b7a3db 21 "value": "PA_10"
mbed_official 44:63be19b7a3db 22 }
mbed_official 44:63be19b7a3db 23 },
mbed_official 44:63be19b7a3db 24 "target_overrides": {
mbed_official 44:63be19b7a3db 25 "*": {
mbed_official 44:63be19b7a3db 26 "platform.stdio-convert-newlines": true,
mbed_official 44:63be19b7a3db 27 "idw0xx1.expansion-board": "IDW01M1",
mbed_official 44:63be19b7a3db 28 "drivers.uart-serial-txbuf-size": 730,
mbed_official 44:63be19b7a3db 29 "drivers.uart-serial-rxbuf-size": 730
mbed_official 44:63be19b7a3db 30 },
mbed_official 44:63be19b7a3db 31 "UBLOX_EVK_ODIN_W2": {
mbed_official 44:63be19b7a3db 32 "target.device_has": ["EMAC"]
mbed_official 44:63be19b7a3db 33 }
mbed_official 44:63be19b7a3db 34 }
mbed_official 44:63be19b7a3db 35 }