Sensor – Transducer – Detector Projects

Ionization Smoke Detector With Programmable Calibration schematic

Ionization Smoke-Detector With Programmable Calibration

Microchip Technology unveiled the RE46C180—the world’s first Ionization Smoke-Detector IC with programmable calibration and programmable feature selection, and the first with horn synchronization and auto alarm locate. This Ionization Smoke-Detector ASIC also has expanded options for implementing hush operation, and more options for interconnect operation—including with carbon-monoxide detectors. These features enable designers to develop and

Ionization Smoke-Detector With Programmable Calibration Read More »

Pulse Sensor

Introducing Easy Pulse: A DIY photoplethysmographic sensor for measuring heart rate

When I first built the Heart rate measurement through fingertip project, the infrared LED and photodiode used for finger photoplethysmography were actually from salvaged parts, and therefore, I could not provide specifications for them in the article. As a result of that it takes quite a bit of time to replicate that project with a different set

Introducing Easy Pulse: A DIY photoplethysmographic sensor for measuring heart rate Read More »

RC Circuit

Read analog values without an ADC using PIC12F675 microcontroller

Digital electronics and Analog electronics doesn’t mix easily. A Microcontroller can’t get analog values unless an Analog-to-Digital converter is used, however, you may find a little complicated the use of an ADC and it need lots of Input/Output ports.   Some Microcontrollers, like the small 8-pin Microchip PIC 12F675, do have an ADC integrated, but

Read analog values without an ADC using PIC12F675 microcontroller Read More »

Analog to Digital Converter Using PIC16f877A Microcontroller

Analog to Digital Converter Using PIC16f877A Microcontroller – Beginners Guide using pic microcontoller

What is meant by Analog to Digital Converter (ADC)? An ADC converts analog signal to it’s corresponding digital signal. How to convert analog signal to digital signal? CircuitsGallery.com has already posted ADC using LM324 IC, in that ADC tutorial I had already explained Analog to Digital Converter how it works. While dealing with Microcontrollers we may

Analog to Digital Converter Using PIC16f877A Microcontroller – Beginners Guide using pic microcontoller Read More »

Interfacing DHT11 humidity and temperature sensor with PIC16F877A

Interfacing DHT11 humidity and temperature sensor with PIC16F877A using pic microcontoller

After interfacing the DHT11 with Arduino uno board at the following post: ARDUINO Humidity & Temperature Measurement Using DHT11 Sensor Now we are going to see how to interface this sensor with microchip pic16f877a. There are some descriptions of how this sensor work  in the above link A brief description of the code: The code

Interfacing DHT11 humidity and temperature sensor with PIC16F877A using pic microcontoller Read More »

temperature sensor

A Digital temperature meter using an LM35 temperature sensor using PIC16F688

Introduction A digital thermometer is a good choice of project for beginners who just stepped in to the world of microcontrollers because it provides an opportunity to learn using sensors to measure the real world signals that are analog in nature. This article describes a similar project based on a PIC16F688 microcontroller and an LM35

A Digital temperature meter using an LM35 temperature sensor using PIC16F688 Read More »