Sensor – Transducer – Detector Projects

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 »

Diagram of sensor placement on the neck of the AirBass

AIR BASS

INTRODUCTION AirBass is an air bass guitar that allows the user to play distinct notes without the added weight and cost of an actual bass guitar. It implements various sensors for input to output sound that is accurate both in terms of frequency and duration. HIGH-LEVEL OVERVIEW SOCIAL IMPACT Our plan for this project was

AIR BASS Read More »

Final Project Setup

EEG Error Correction Interface

Introduction Our project was an EEG-controlled brain computer interface that allowed a user to correct errors in machine behavior. The project was modeled as a trial-based “game.” In each trial, a solid colored green block or dotted yellow block was placed on a conveyor belt. One end of the conveyor belt had a solid colored

EEG Error Correction Interface Read More »

DHT11 sensor

Measurement of temperature and relative humidity using DHT11 sensor and PIC microcontroller using PIC16F628A

Measurement and control of temperature and relative humidity finds applications in numerous areas. These days devices are available which have both temperature and humidity sensors with signal conditioning, ADC, calibration and communication interface all built inside them. The use of such smart sensors greatly simplify the design and reduces the overall cost. We discussed in

Measurement of temperature and relative humidity using DHT11 sensor and PIC microcontroller using PIC16F628A Read More »