TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (385 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139847 times)
  2. FAT32 Library (72210 times)
  3. Network Ethernet Library (57392 times)
  4. USB Device Library (47740 times)
  5. Network WiFi Library (43364 times)
  6. FT800 Library (42700 times)
  7. GSM click (29980 times)
  8. mikroSDK (28441 times)
  9. PID Library (26989 times)
  10. microSD click (26398 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

1-Wire Read Serial Number and Temperature DS18B20 or DS18S20

Rating:

5

Author: Petar Timotijević

Last Updated: 2013-07-03

Package Version: 6.0.0.0

Example: 1.0.0.0

Category: Measurement

Downloaded: 2320 times

Followed by: 2 users

License: MIT license  

1-Wire Read Serial Number and Temperature DS18B20 or DS18S20

Development Board : EasyPIC 7
Microntroller : PIC18F45K22 32MHz (can be other)
Sensors : DS18B20, DS18S20

Code recognize type of sensor and print sensor name and unique serial number with temperature on 2x16 LCD.

Tested & Works 100%

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "1-Wire Read Serial Number and Temperature DS18B20 or DS18S20 " changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "1-Wire Read Serial Number and Temperature DS18B20 or DS18S20 " changes.

Do you want to report abuse regarding "1-Wire Read Serial Number and Temperature DS18B20 or DS18S20 ".

  • Information
  • Comments (3)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

DS18B20 Sensor

DS18B20 Sensor

DS18B20 Sensor

View full image
DS18S20 Sensor

DS18S20 Sensor

DS18S20 Sensor

View full image
There is no sensor

There is no sensor

Try to remove sensor from socket.

View full image

1-Wire Read Serial Number and Temperature DS18B20 or DS18S20

Development Board : EasyPIC 7
Microntroller : PIC18F45K22 32MHz (can be other)
Sensors : DS18B20, DS18S20

Code recognize type of sensor and print sensor name and unique serial number with temperature on 2x16 LCD.

ALSO FROM THIS AUTHOR

Log ADC Values when button is pressed in internal EEPROM

0

Log ADC Values when button is pressed in internal EEPROM RD0 - Start Log RD1 - Erase complete EEPROM LCD shows current ADC steps and voltage in 0-5V range. Each time when RD0 is pressed uC take 8 samples from ADC in intervals of 3sec and stop. PortC LEDs shows progress of sampling each byte in EEPROM like bargraph.

[Learn More]

LCD 2x16 ADC Steps to Progress bar / Bargraph

5

EasyPIC v7, PIC18F45K22 32MHz, 8MHz crystal oscillator, PLL Enabled. Description: ADC voltage on RA0, show ADC steps in first row and progress bar / bargraph in second row. Progress bar represents ADC steps in range from 0-1023.

[Learn More]

Alarm System 12V Lead Acid Battery Charger (Simple Example Version)

0

Device purpose is to maintain alarm system 12V battery on float charge voltage. When battery voltage reach or go above 13,80V charger is disconnected. In : ADC 0-5V Out : LCD 0-18V RA1 is ADC input. RC0 is output to control charger. RC0 On &lt;= 13,80V &gt; RC0 Off

[Learn More]