Code for a Portable Weather Station built on a PCB.

Dependencies:   BMP180 N5110 PowerControl mbed

Changes

RevisionDateWhoCommit message
14:054e6faf0ca8 2015-05-06 Volcano_498 Revision 1.0.1 . Comments for semihost_powerdown and the block of code commented due to the fact that the function also prevents Flash Memory from being overwritten. default tip
13:560d1f39fdc7 2015-05-04 Volcano_498 Published!
12:1d4b5465ecc1 2015-05-04 Volcano_498 Final Commit for the Development Stage. Revision 1.0. Fully complete with Doxygen comments.
11:dc05458980b6 2015-05-04 Volcano_498 Project officially complete with all features. An Easter Egg has been added to the Pressure Graph menu...
10:06b35733ca25 2015-04-30 Volcano_498 Log interval change setting added. Counter implemented to facilitate logging as Tickers cannot store time settings longer than 30 minutes.
9:693f69e0a175 2015-04-19 Volcano_498 Visual and audible feedback added for operational states.
8:29ac7d274ae0 2015-04-19 Volcano_498 A more dynamic pressure change commentary implemented. Measurements menu UI improved.
7:104ac8e707e6 2015-04-19 Volcano_498 UI improved and blurs eliminated.
6:0aca5c17c988 2015-04-19 Volcano_498 User Interface: Menus and sub-menus implemented. Due to limitations of Tickers a log timer could not be implemented.
5:6d85cafa1085 2015-04-13 Volcano_498 Implemented timers to avoid the use of wait(). May have problems so I'm committing this to keep it as a revision and revert back to a previous version for debugging/testing.
4:da904413485a 2015-04-13 Volcano_498 PNought value corrected. Now current altitude as calculated by the device is approximately 97 metres.
3:70e14f1577f7 2015-04-13 Volcano_498 Few more objects and structs added. Display of temperature pressure and altitude successful. A more powerful algorithm may be needed for altitude.
2:08f2469728d5 2015-04-11 Volcano_498 Reading print function and altitude calculate function added. Minor changes to pointers and variables.
1:454dddb8adc2 2015-04-11 Volcano_498 Timer/Interrupt etc. objects have been added and prepared for testing
0:b30f86a9a1c5 2015-04-08 Volcano_498 Initial Commit