CH341 USB TO I2C/SPI/EPP
USB to I2C OLED
USB to LCD
USB Input Output
SD CARD
SD FAT32 Player PIC12F1822
W25Q64 Flash Recorder
Picture Frame PIC16F690
Color OLED Picture Frame
SD FAT32 TFT Display
Doorbell with SD/EEPROM
SD Talking Clock
SD Sound Recorder
SD FAT32 wav Player
SD Arduino Recorder
Arduino Picture Frame
FREQUENCY COUNTER
Chrome Browser Counter
Arduino LED MAX7219 Counter
LCD Accurate Counter
OLED Accurate Counter
MilliHertz Counter
PIC Counter For Android
MAX7219 LED Counter
WiFi Frequency Counter
Frequency Generator
OLED Counter PIC12F629
Talking Frequency Counter
TFT Counter PIC16F628A
SSD1306 Counter PIC16F628A
SSD1331 Counter PIC16F628A
Arduino Counter for PC
OLED Arduino Counter
OLED Frequency Counter
TFT 10MHz Counter
PC Counter
LED Counter
Scope Screen Counter
LCD 16 x 2 Counter
LCD Arduino Counter
6MHz Android Counter
NIXIE Android Counter
Bluetooth Counters
USB Counter
OBD2
OBD2 Engine Rev Counter
OBD2 Diagnostic app
OSCILLOSCOPE
Logic Analyzer
PIC12F1822 Scope for PC
Arduino Oscilloscope for PC
Arduino OLED Oscilloscope
Android Oscilloscope
TFT Oscilloscope
USB Oscilloscope
THERMOMETER
Thermocouple 1023 Deg
Thermometer For Browser
OLED Thermometer PIC12F629
OLED Room Thermostat
TFT Clock and Thermometer
LED Thermometer
USB Thermometer
Serial Thermometer
Serial Thermostat
USB DS18B20 Sensor
TIMER / CLOCK
Real Time Clock DS3231
LED TM1637 Timer
OLED Timer Thermometer
TFT Timer Thermometer
LED Timer
LCD Timer
Clock Thermometer
Talking Clock PIC16F628A
Android Talking Clock
WiFi
WiFi, Ethernet
WiFi Thermometer
WiFi ESP8266
USB
IO for Chrome Browser
USB 16x2 LCD
USB TFT display BMP
USB Meter
USB Input-Output
USB Input-Output Android
DATA ACQUISITION
Analogue to USB (CH341)
MCP3201 on Serial Port
PC Analog Input (USB-UART)
SERIAL PORT
Serial TFT Text
Serial Inputs Outputs
Serial Port LCD
Analogue Signal to Serial
OTHERS
HC-SR04 Sensor
OLED Amp Meter
PC digital I/O (no coding)
Analogue Signal to LPT
LCD Display on LPT
Water Softener
3.7V to 5V
Solar Charger
PIC Music
Code Lock
SMALL PROJECTS  
  Technical Tips  

2 THERMOMETERS USING DS18B20 SENSOR AND MAX7219 DISPLAY

2 thermometers based on PIC16F629 . Included C code and circuit diagram. Displays -55 to 125 °C.
The temperature is read every 2 seconds. Sensors are DS18B20. 4 digits are used for each thermometer.
LED brightness can be set in the code, value can be 0-15.
It can be used for temperature inside and outside the house.
The 7 segment LED is a module of 8 digits driven by MAX7219, I got it from eBay.
When programming the PIC disconnect the sensors from pins 6 and 7.

You are free to use the circuit diagram and the software with no limitations.

7219 7219

line

4 DIGITS THERMOMETER USING DS18B20 DIGITAL SENSOR

Thermometer based on PIC16F628A . Included C code and circuit diagram. Displays -55 to 125 °C or -67 to 257 °F.
The temperature is read every 15 seconds, can be changed in the code.
The math is using integers to calculate the degrees and the tenths of degrees are calculated separately.
The 7 segment LED is common cathode, 4 separate digits can be used with segments a to g linked.
There are 2 versions for the software: °C, °F .

You are free to use the circuit diagram and the software with no limitations.

 

Circuit Description
See also Technical Tips

LED Thermometer
All transistors are BC337 or equivalent.
Total 5V supply current is 90mA.
The 4 digits display is common cathode, the 7 resistors of 220 ohms enable current of 15 mA for each
segment which is on for 25% of the time. The seven segments, a to g,
of one digit are linked to the corresponding seven segments in the other digits.
Segment e is connected differently because RA4 is an open drain output.
The 4 digits are multiplexed by pins 6-9 that drive the common cathodes cc1-cc4.
DP is the decimal point.
DS18B20 can be any type.



Name:

Comments and questions

Copy the number from the picture It stops net-robots from adding comments.



19.06.2021 - 19:39
Name: Moty
Comment: Hi Scott, I emailed you a suggestion.

19.06.2021 - 14:35
Name: Scott
Comment: I am trying to change the display to show Fahrenheit, but am having trouble. I have the formula and it sort of works, but I get a "-" in front of the temp. I added the formula to the following line, after tempH: temp = tempL | ((unsigned int)tempH << 8); //calculate temp Obviously I did it wrong. Can you help point me in the right direction? I want to monitor the temp in our pool and I thought this would be a fun project, but as I found out, I am not very good at coding. Thanks for any input.

19.06.2021 - 02:17
Name: Scott
Comment: I am trying to change the display to show Fahrenheit, but am having trouble. I have the formula and it sort of works, but I get a "-" in front of the temp. I added the formula to the following line, after tempH: temp = tempL | ((unsigned int)tempH << 8); //calculate temp Obviously I did it wrong. Can you help point me in the right direction? I want to monitor the temp in our pool and I thought this would be a fun project, but as I found out, I am not very good at coding. Thanks for any input.

02.04.2020 - 10:13
Name: mkirat
Comment: evet

23.12.2019 - 00:28
Name: Moty
Comment: Hi Manoochehr, The sensor (ds18b20) has typical error of +/-0.5 , max +/-3 . If the error is the same for the whole range then you can add a line to the code to subtract 1.5 , or you can try to change the sensor, most sensors are within +/-0.5

22.12.2019 - 18:48
Name: manoochehr
Comment: hi/this thermometer shows 1.5 degree upper.please tell me what is wrong ?

28.02.2019 - 20:30
Name: Fabio Jesus
Comment: Thank you!!

09.01.2019 - 09:48
Name: heidari
Comment: Thank you very much

24.12.2017 - 13:59
Name: Moty
Comment: Yes, -55

23.12.2017 - 17:49
Name: Manoj Soorya
Comment: Is this unit shows the Minus (-) Degree ?

18.06.2016 - 12:25
Name: Moty
Comment: Try another LED display.

17.06.2016 - 22:15
Name: Adalto
Comment: Amigo simulando no proteus Isis ele não funciona! Fica aceso os 4 display e o seguimento "d" fica piscando e não muda de estado. Me ajuda , obrigado.

17.02.2016 - 11:21
Name: Moty
Comment: If you have basic knowledge of mikroC you'll be able to correct the errors. Most errors are the delay macro.

16.02.2016 - 16:17
Name: seed
Comment: I need code in micro c

30.01.2016 - 17:36
Name:
Comment: Hi again, I finished and run it. Nice work but values are higher 2-3 degrees. I changed 4 pieces of 18B20 all the same. Can I set it "c" program lines etc? Thanks and regards..

23.01.2016 - 18:34
Name:
Comment: Here's the results: 0 1 mikroCPIC1618.exe -MSF -DBG -pP16F628A -DL -O11111114 -fo4 - 6 304 error: Can't open include file "htc.h" #include 1 error in preprocessor. C:\Users\serkan\Desktop\led_thermo\led_thermo.c 0 122 Compilation Started led_thermo.c 26 300 Syntax Error: ')' expected, but '&' found led_thermo.c 113 424 '}' expected '}' found led_thermo.c 109 1163 Variable 'ret' has been declared, but not used led_thermo.c 114 1503 Result is not defined in function: 'reply' led_thermo.c 114 312 Internal error '' led_thermo.c 0 102 Finished (with errors): 23 Oca 2016, 19:29:21 MyProject ser.mcppi

23.01.2016 - 14:58
Name:
Comment: I'm going to try. Some beta ones doesn't to let compiled.

22.01.2016 - 21:00
Name: Moty
Comment: Why didn't you answer my question? You can edit the code with XC8 compiler, you can download it from Microchip. You can also use MPLABX or download old Hi Tech from the archive on their website. Google what you need and you will find it.

22.01.2016 - 17:24
Name:
Comment: I think you fed up me..But I cannot compile the files. I don't have hi tec c. I've only mplab and how to use it correctly. I could'nt add a,b,c,f to no. "7" and add to -a- digit for "6" and -d- digit to "9" for more readable. Need help.. Thanks a lot..

22.01.2016 - 17:09
Name: Moty
Comment: It took you less than 12 minutes to solve the problem, that's quite fast. By the way, is it a project for school or you have an interesting use for it?

22.01.2016 - 11:17
Name:
Comment: Terribly sorry. We've just find the problem. It was sourced pcb drawing. İt's working now. Thanks again..

22.01.2016 - 11:05
Name:
Comment: Your .hex files are faulty/broken. Not working. Tried for many times. Also other guys tried. But unfavorable..

17.01.2016 - 22:46
Name:
Comment: Ok. Thank you..

17.01.2016 - 21:11
Name: Moty
Comment: You will enjoy it more if you try it yourself. The answer is 0b1000111 I corrected the drawing today the a and b were swapped.

17.01.2016 - 17:49
Name:
Comment: Last question if possible. I'd like to add "f" digit to number "7". At present ...digit[7]=0b111; Must I write like this:...digit[7]=0b111001; or digit[7]=0b10100111.

17.01.2016 - 17:30
Name:
Comment: Thank you very much for soonest reply. I'm going to assemble it. Nice work..

17.01.2016 - 01:06
Name: Moty
Comment: Yes, reduce the 1200 to a smaller number to get shorter time.

16.01.2016 - 15:32
Name: serkan karaaslan
Comment: Hi, It'S a very nice circuit. Besides I'd like to shorten read time like 5-6 seconds. "display(1200); //display for 15 seconds" From here or etc? Thanks a lot..

03.01.2016 - 16:25
Name: sheco bab
Comment: very good

03.01.2016 - 16:24
Name: sheco
Comment: very good

iconFlag Countermoty22.co.uk  2008-2023