A program to measure the temperature using the Max6675 board. The temperature is shown on 8x8 Max7219 matrix display and it is saved on SD as well.
Dependencies: MAX7219 SDFileSystem mbed
Fork of MAXREFDES99_demo by
The program measures the temperature using the Max6675 board designed for Arduino. The temperature is shown on Max7219 8x8 matrix display (designed for Arduino as well) as text marque from right to left. The fonf size is 5x7 so the last row is used to show some info:
- All leds off: Normal temperature measuring - Leds shifting: Saving on SD card - Leds blinking: SD card missing or damaged
The Blue "user button" is used to save measured temperature on SD card. First click start saving, the second stop the process. Together the temperature is saved also the time. The time is reset when the process start. Connecting the USB to PC it's possible to see instant temperature and all saved data on SD.
mbed.bld@9:3c6d6c856e3d, 2016-05-25 (annotated)
- Committer:
- j3
- Date:
- Wed May 25 21:32:57 2016 +0000
- Revision:
- 9:3c6d6c856e3d
- Parent:
- 0:6b0161c3e440
- Child:
- 10:d96f44006feb
updated mbed lib, fixed 5x7 character map by flipping bits and removed 'get_5x7_character' from demo. Now uses memcpy.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
j3 | 9:3c6d6c856e3d | 1 | http://mbed.org/users/mbed_official/code/mbed/builds/7c328cabac7e |