Final code used in Whitworth University Near Space Research Ozone Determination project, Spring 2019
Dependencies: mbed SDFileSystem AS7265x ExtendedTimer
History
Final Code
2019-05-13, by nthompson22 [Mon, 13 May 2019 22:44:49 +0000] rev 4
Final Code
Switch to pins for actual LEDs. Left in mbed built in LEDs for testing purposes.
2019-04-07, by nthompson22 [Sun, 07 Apr 2019 23:37:02 +0000] rev 3
Switch to pins for actual LEDs. Left in mbed built in LEDs for testing purposes.
Working code that records data from BRT, UV sensor, time, and which LEDs are currently active to an SD card in a table that looks nice
2019-04-06, by nthompson22 [Sat, 06 Apr 2019 02:40:48 +0000] rev 2
Working code that records data from BRT, UV sensor, time, and which LEDs are currently active to an SD card in a table that looks nice
First attempt at making code that records data from BRT and the UV Sensor on the SD card. It also prints the time at which data was taken to the SD card, as well as which LEDs are on at the time of data collection. Also prints everything to computer.
2019-04-05, by nthompson22 [Fri, 05 Apr 2019 19:42:33 +0000] rev 1
First attempt at making code that records data from BRT and the UV Sensor on the SD card. It also prints the time at which data was taken to the SD card, as well as which LEDs are on at the time of data collection. Also prints everything to computer.
Working code that measures with BRT and records values to an SD card. This version does not implement the UV Sensor.
2019-04-05, by nthompson22 [Fri, 05 Apr 2019 19:20:32 +0000] rev 0
Working code that measures with BRT and records values to an SD card. This version does not implement the UV Sensor.