TOP Contributors

  1. MIKROE (2664 codes)
  2. Alcides Ramos (358 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 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 (137145 times)
  2. FAT32 Library (70245 times)
  3. Network Ethernet Library (56134 times)
  4. USB Device Library (46452 times)
  5. Network WiFi Library (42110 times)
  6. FT800 Library (41412 times)
  7. GSM click (29126 times)
  8. mikroSDK (26571 times)
  9. PID Library (26512 times)
  10. microSD click (25509 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
Project

DS18B20 - Retrieving the Unique 64-Bit Serial Code to PIC EEPROM

Rating:

0

Author: Allen Mulvey

Last Updated: 2016-02-21

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 1009 times

Followed by: 2 users

License: MIT license  

When using multiple DS18B20 temperature sensors in a single project they are all connected in parallel and must be addressed by their unique ID. This project allows you to retrieve that ID and store it in the PIC EEPROM or an ihex file for reference in other projects.

Instructions are in the comments at the top of the c source file.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "DS18B20 - Retrieving the Unique 64-Bit Serial Code to PIC EEPROM" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "DS18B20 - Retrieving the Unique 64-Bit Serial Code to PIC EEPROM" changes.

Do you want to report abuse regarding "DS18B20 - Retrieving the Unique 64-Bit Serial Code to PIC EEPROM".

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

Project Blog

LCD Display

LCD Display

I display the temperature and the device ID so you know the communication is working correctly. The EEPROM offset is also displayed so you know where the ID was stored.

View full image

ALSO FROM THIS AUTHOR

nRf24L01+ with PIC16F877A and NO libraries

5

This project shows how to use a nRf24L01+ with a PIC16F877A and NO precompiled libraries. Many potential stumbling blocks are exposed and explained.

[Learn More]