External Circuit attached with PIC16F877

Thread Starter

ecaits

Joined Jan 6, 2014
56
Dear Friends,

I am working on PIC16F877 project. I am using ADC and taking the signal from sensor and giving it to analog pin.
I am preparing the circuit in which I am considering the four point given below.

1. When sensor is short, at that time I am getting 0mV and I can declare that Sensor is fail in program.
2. When sensor is open, at that time I will get some noise from atmosphere and I will reduce it to 0mV by resistor so that I can declare it as sensor is fail.
3. When accidentally, I will get over voltage (any voltage > +5) at analog pin, I will reduce it to approx 5 V by using the zener diode connected to pin and ground and by sensing the +5V at pin I can declare that sensor giving over voltage.
4.When accidentally, I will get reverse voltage (any voltage < 0 or any negative voltage) at analog pin, I will reduce it to zero voltage through zener diode and Controller will sense 0 voltage so at that case I can declare in my program that sensor is fail.

When sensor is working normally, at that time I will get voltage 0-5V and I want to give it to analog pin without any voltage drop or minimum voltage drop.

I have prepared a circuit, attached in file but it is not working properly.

Please suggest me that how can I solve it.

Thank you,
 

Attachments

Last edited:

ErnieM

Joined Apr 24, 2011
8,377
I have prepared a circuit, attached in file but it is not working properly.

Please suggest me that how can I solve it.
First you need to define what "not working properly" means.

Your circuit is a voltage divider for anything less than the zener voltage. Did you account for that?

What is this mystery sensor you frequently refer to (but never define)?

Have you read all the other threads about your project you started?

Mos6 PIC pins have built in ESD diodes which can typically be used as voltage limiters, but I would hesitate to advise you to use these as your sensor is still a mystery.
 

Thread Starter

ecaits

Joined Jan 6, 2014
56
First you need to define what "not working properly" means.

Your circuit is a voltage divider for anything less than the zener voltage. Did you account for that?

What is this mystery sensor you frequently refer to (but never define)?

Have you read all the other threads about your project you started?

Mos6 PIC pins have built in ESD diodes which can typically be used as voltage limiters, but I would hesitate to advise you to use these as your sensor is still a mystery.
Sir,

I am using pressure sensor...
 

ErnieM

Joined Apr 24, 2011
8,377
Gee, I wonder what a pressure sensor is.

I also wonder what "not working properly" means.

Finally, I wonder why simple details must be asked for multiple times.
 
Top