Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC Microcontroller Interfacing

Status
Not open for further replies.

basitccp

Junior Member level 1
Joined
Apr 23, 2010
Messages
18
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,283
Location
Pakistan
Activity points
1,369
Can any one tell me how to interface pressure sensor (24pc01smt) with pic16f877a ..???
 

THNx for replying but i dnt knw any thing about this sensor i have read all data sheet but i cannot find any thing..CAn u tell me how to calibrate it and if u have any idea about its coding then plz tell me ....
 

First the ground of the circuit ie sensor and micro controller should be common. then you connect the output of sensor to micro controller pin and check weather the sensor is responding for 1 of zero by glowing some led or something else. example is as below:

if(PORTB.F5==1) //If sensor output is 1
PORTE.F2=1; //Glow led

if there is no response then check following

if(PORTB.F5==0) //If sensor output is 0
PORTE.F2=1; //Glow led
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top