8 channel LCD Teperature meter using microcontroller Using Atmega

Temperature meter (1)

Description
This is the fully featured, jammed packed temperature readout unit. I can measure temperature from up at 8 DS1820 digital temperature sensors all on the same 1-wire bus. That’s right only 3 wires are needed to go to all the temperature sensors, GND, VCC and 1-wire data. All sensors will connect to the same cable!
Anyone who has used the DS1820’s will know that each DS1820 sensor will have a 48bit serial number that is used to address the sensors. With this unit the microcontroller will search the bus automatically for all present DS1820’s and record thier serial numbers in memory. You just connect the sensors and go. You dont have to program in serial numbers of each device.

Temperature meter (1)

And to add to the all the features, this unit can display two temperatures on the screen and display 8 temperatures on it’s RS232 serial port. There are a few catches. 1 – You can’t yet pick the two sensors you wish to display on the screen. I only use the unit to display inside and outside temperature so there is no insentive for me to this as an option. The first two serial numbers found on the bus are displayed on the unit. The second catch, you need a PC or terminal monitoring the serial port to display greater that 2 temperatures. No time nor date is displayed on the serial port. This can be very easily added if required.

Read more: 8 channel LCD Teperature meter using microcontroller

Leave a Comment

Your email address will not be published. Required fields are marked *