Browse over 10,000 Electronics Projects

Thermistor Thermometer: LCD version

Thermistor Thermometer: LCD version

This is the 2nd version of Thermistor Thermometer Project done by group of student. The 1st version having 4-digit 7-segment LED shows the use of simple display device. For applications that needs text display, this LCD version is more suitable and easy to adapt for many kinds of measuring devices.
Hardware schematic
The ADC can be LTC1298 or MCP3202. Now with this design, P0 is used to interface LCD bus. SW1 is optional key switch. Since the number of I/O port are not many, we then can replace the 40-pin MCU with 20-pin MCU easily. J2 is available for connecting another sensor. The input range is 0 to +5V.
Software
The main function is the same as 1st version. Now with LCD, the function print_ADC() will use sprintf, to print formatted ASCII string into the buffer. Then the string can be sent to the LCD by function print_LCD. The 0xc0 is the address for 2nd line.



Advertisement1


Visit Here for more.

 


Top