Code for the Hexiwear sensor system. Requires an Air Quality Click, Carbon Monoxide Click, and Buzzer Click for full functionality. Currently only reads values and displays to the OLED while testing and alerting the user of present threats. Future goals are to incorporate button presses with separate screens to display the data as well as using the KW40 drivers to transmit the data. Still in early stages of development, many unnecessary files will be removed and cleaned up once final product is completed within the next month. Driver.cpp is the main driver for the program and was written for purposes of this project. All other headers and functions were found on mbed.org from other developers repositories or provided by NXP Semiconductors for purposes of this project.

Dependencies:   Hexi_KW40Z images

History

Final version of the project - BLE integrated, code cleaned up, ARC calculation implemented, all user interface screens/button presses implemented, alert states tested and verified default tip

2017-04-28, by Gfolker [Fri, 28 Apr 2017 07:26:16 +0000] rev 3

Final version of the project - BLE integrated, code cleaned up, ARC calculation implemented, all user interface screens/button presses implemented, alert states tested and verified


Application now supports data transmission via BLE

2017-03-28, by Gfolker [Tue, 28 Mar 2017 21:41:06 +0000] rev 2

Application now supports data transmission via BLE


This revision includes the changes to the user interface including the button presses and transition screens

2017-03-27, by Gfolker [Mon, 27 Mar 2017 17:36:47 +0000] rev 1

This revision includes the changes to the user interface including the button presses and transition screens


v1.0 of Hexiwear Sensor system. Currently able to detect air quality and carbon monoxide and display to the screen with alerts on the PWM buzzer click module and RGB LED.

2017-03-15, by Gfolker [Wed, 15 Mar 2017 19:14:55 +0000] rev 0

v1.0 of Hexiwear Sensor system. Currently able to detect air quality and carbon monoxide and display to the screen with alerts on the PWM buzzer click module and RGB LED.