Using Pic Microcontroller

Temperature regulator

DS1820 Temperature regulator using PIC16F628

This simple project uses a Dallas DS1820 one wire temperature sensor and a pic 16f628 microprocessor. A simple temperature regulator where a LED symbolizes the Fan. Data derived from the DS18s20 is a 9bit centigrade temperature measurement. As mentioned the temperature sensor communicates over a one Wire bus that requires only one data line and ground for communication with a …

DS1820 Temperature regulator using PIC16F628 Read More »

Temperature sensor (8)

Roll and Temperature sensor applications using PIC18F2550

This page will show you how to use the TD-CMP modules in a way which fits you most.   Here are the technical specifications of the modules: Compass: Resolution: 1° – Accuracy: 3° Tilt/Roll: (TD-CMP02 and TD-CMP03 only) Resolution: 2° – Accuracy: 5° Temperature: (TD-CMP03 only) Resolution= 1°C/F – Accuracy =1° New: Sampling rate: 12,5 to 25 samples/second. Easy Tilt/Roll calibration.(TD-CMP02 and TD-CMP03 only) …

Roll and Temperature sensor applications using PIC18F2550 Read More »

SHT setup

Humidity and temperature measurements with Sensirion’s SHT1x/SHT7x sensors using PIC18F2550 (Part 2)

In Part 1 of this tutorial, we discussed about Sensirion’s SHT1x and SHT7x series of humidity sensors, their interface specifications, the communication protocol used for transferring data in and out of the sensor, and the equations to convert their digital outputs to actual physical quantities. These sensors are capable of measuring temperature along with relative humidity and …

Humidity and temperature measurements with Sensirion’s SHT1x/SHT7x sensors using PIC18F2550 (Part 2) Read More »

Single Chip Temperature Data Logger

Single Chip Temperature Data Logger Using Pic

Introduction A data logger is a device that records measurements over time. The measurements could be any physical variable like temperature, pressure, voltage, humidity, etc. This project describes how to build a mini logger that records surrounding temperature values. It has following features: – Uses just one 8?pin chip, so very compact size circuit. – …

Single Chip Temperature Data Logger Using Pic Read More »

Digital Temperature Controller

PIC Projects: Digital Temperature Controller

Digital temperature controller is an essential instrument in the field of electronics, instrumentation and control automation for measuring and controlling temperatures. It can be used as much at homes as in industrial applications. Different types of analogue and digital temperature controllers are readily available in the market, but they are generally not only expensive, their …

PIC Projects: Digital Temperature Controller Read More »

Schematic Temperature Monitoring System

PIC16F877A-Based Temperature Monitoring System

Temperature monitoring and control is important in industry environments. Sensors are widely used for measurement of temperature. Usually, a temperature sensor converts the temperature into an equivalent voltage output. IC LM35 is such a sensor. Here we describe a simple temperature measurement and display system based on LM35 sensor and PIC16F877A microcontroller. The temperature in …

PIC16F877A-Based Temperature Monitoring System Read More »

Temperature and relative humidity display

Temperature and relative humidity display with adaptive brightness control using pic

The objective of this project is to illustrate a technique of implementing adaptive brightness control to seven segment LED displays. It consists of a closed loop system that continuously assesses ambient light condition using an inexpensive light-dependent resistor (LDR) and uses that information to adjust the brightness of the display. For the proof of concept, …

Temperature and relative humidity display with adaptive brightness control using pic Read More »

Revised version of LM35 based digital temperature meter

Revised version of LM35 based digital temperature meter using pic

This is a revised version of my LM35 based digital thermometer project that I posted last year. Although it is one of the simplest projects, it is very popular among newbies who are just starting to learn microcontrollers. There was a little flaw in the original project as pointed by some readers. I was using a 1.2 …

Revised version of LM35 based digital temperature meter using pic Read More »

Temperature sensor

Temperature sensor using PIC16F877A microcontroller

In this tutorial, we are making a Digital Thermometer using PIC microcontroller and LM35 Temperature Sensor. In this project, we will sense the temperature using LM35 and display it on 16×2 LCD. LM35 Temperature Sensor is accurate and cheaper and doesn’t require any external calibration. The output voltage is proportional to Celsius temperature scale and changes by 10mV …

Temperature sensor using PIC16F877A microcontroller Read More »

TRH Meter Prototype OP2 (1)

A DIY indoor thermometer plus hygrometer using PIC16F688

This project is about building a microcontroller-based digital room thermometer plus hygrometer that displays temperature and relative humidity on 4 large (1 inch) seven segment LED displays which adjust their brightness level according to the surrounding illumination. It consists of a closed loop system that continuously assesses ambient light condition using an inexpensive light-dependent resistor …

A DIY indoor thermometer plus hygrometer using PIC16F688 Read More »