TOP Contributors

  1. MIKROE (2662 codes)
  2. Alcides Ramos (357 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 (137029 times)
  2. FAT32 Library (70155 times)
  3. Network Ethernet Library (56033 times)
  4. USB Device Library (46355 times)
  5. Network WiFi Library (41970 times)
  6. FT800 Library (41298 times)
  7. GSM click (29072 times)
  8. mikroSDK (26513 times)
  9. PID Library (26452 times)
  10. microSD click (25440 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

Single chip (PIC12F683) temperature data logger

Rating:

15

Author: Rajendra Bhatt

Last Updated: 2016-02-21

Package Version: 1.0.0.0

Category: Measurement

Downloaded: 2498 times

Followed by: 3 users

License: MIT license  

It is a very simple data logger project based on PIC12F683 microcontroller. The microcontroller reads temperature values from a temperature sensor on a regular interval basis and stores them into its internal EEPROM memory.
http://embedded-lab.com/blog/?p=2236

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Single chip (PIC12F683) temperature data logger" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Single chip (PIC12F683) temperature data logger" changes.

Do you want to report abuse regarding "Single chip (PIC12F683) temperature data logger".

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

Project Blog

It is a very simple data logger project based on PIC12F683 microcontroller. The microcontroller reads temperature values from a temperature sensor on a regular interval basis and stores them into its internal EEPROM memory. The recorded temperatures can be later transferred to a PC through serial interface. The sensor used in this project is DS18B20. It is a digital temperature sensor manufactured by Dallas Semiconductor (now MAXIM) that can measure temperature ranging from -55°C to +125°C with an accuracy of ±0.5°C over the range of -10°C to +85°C. Each temperature reading is stored as a byte into the internal EEPROM of PIC12F683, which means only the eight most significant bits of DS18B20 output is recorded.



Temperature data logger using PIC12F683

Temperature data logger using PIC12F683

The data logger is powered from a 9V battery using a LM7805 regulator IC. The three tact switches allows user to set the sampling interval.

View full image
Circuit diagram

Circuit diagram

The circuit uses a single transistor based TTL to RS232 conversion circuit for transferring the recorded measurements to a PC through serial port.

View full image

ALSO FROM THIS AUTHOR

DIY heart beat rate meter using clicker2 for PIC18FJ and Easy Pulse mikro

0

This project is about building a stand-alone pulse meter using Easy Pulse mikro and mikroElektronika‘s clicker 2 for PIC18FJ board. An OLED W click board is also used to display the pulse rate in beats per minute (BPM).

[Learn More]

LED Marquee using PIC16F1847 and shift registers

0

This project is about constructing a mono-color LED matrix display board that consists 320 LEDs arranged in 8 rows and 40 columns. The heart of this project is PIC16F1847 microcontroller and the firmware is developed using mikroC Pro for PIC compiler.

[Learn More]

Temperature measurement using TC74 (Microchip) thermal sensor and StartUSB for PIC

0

This project describes how to interface Microchip's TC74 sensor with a PIC microcontroller to measure ambient temperature. The code is written in mikroC Pro for PIC and is illustrated with StartUSB for PIC board.

[Learn More]