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 Maxim Integrated

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.

History

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. default tip

2018-10-04, by lore71 [Thu, 04 Oct 2018 11:37:43 +0000] rev 12

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.


updated mbed library to latest rev

2016-05-31, by j3 [Tue, 31 May 2016 22:21:07 +0000] rev 11

updated mbed library to latest rev


Merging Forks

2016-05-31, by j3 [Tue, 31 May 2016 22:13:34 +0000] rev 10

Merging Forks


updated mbed lib, fixed 5x7 character map by flipping bits and removed 'get_5x7_character' from demo. Now uses memcpy.

2016-05-25, by j3 [Wed, 25 May 2016 21:32:57 +0000] rev 9

updated mbed lib, fixed 5x7 character map by flipping bits and removed 'get_5x7_character' from demo. Now uses memcpy.


version1.2 - Updated with code cleanup

2016-05-24, by pradipv [Tue, 24 May 2016 08:40:07 +0000] rev 8

version1.2 - Updated with code cleanup


version 0.2 - Updated with note while using 16x16 fonts

2016-04-28, by pradipv [Thu, 28 Apr 2016 08:46:24 +0000] rev 7

version 0.2 - Updated with note while using 16x16 fonts


version 0.2 - Updated with manual 16x16 font data

2016-04-27, by pradipv [Wed, 27 Apr 2016 10:27:34 +0000] rev 6

version 0.2 - Updated with manual 16x16 font data


Merged branches

2016-04-19, by j3 [Tue, 19 Apr 2016 22:02:54 +0000] rev 5

Merged branches


NA

2016-04-19, by j3 [Tue, 19 Apr 2016 22:01:47 +0000] rev 4

NA


version 0.1, updated with 16x16 font data and code

2016-04-11, by pradipv [Mon, 11 Apr 2016 16:19:13 +0000] rev 3

version 0.1, updated with 16x16 font data and code