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.

MCU connection to an analog circuit

Status
Not open for further replies.

sagi4422

Newbie level 2
Joined
Aug 29, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Haifa, Israel, Israel
Activity points
1,317
Hi there,
I am building a circuit to measure a sensor I fabricated. The circuit is based on a simple op-amp non-inverting circuit.
The sensor acts like a dynamic resistor, it changes its resistance according to the environment. The problem with the sensor is:
1. That the baseline resistance is very high - tens of MOhm
2. The fabrication method is not stable therefore I have variance between the baseline in each sensor I fabricate
3. The change I am looking to detect are 1-90% change in resistance from the baseline.
Although that, I connected the circuit to an arduino board and the results are reasonable.

I have some questions to advance the circuit:
1. The Vout calculation is Vout=2.5V(1+R2/Rsensor). In case I put a passive resistor in R2, when I change my sensors, I will see different response. I would like to have the ability to control R2 (potentiometer maybe) to receive better sensitivity in such case.
2. I would like to connect it to a MCU (and later to wireless chip). I am not familiar with coding MCUs and found that the simple solution is Picaxe, is it?
The MCU should have the ability to be connected as simple as available to wireless and/or PC.
3. Low power consumption powered by thin batteries.

I know its a lot but only partial help will be helpfull.

Regards.
Sagi
 

Attachments

  • asd.png
    asd.png
    3.7 KB · Views: 104

If you have a wide variation of your sensor bse resistance an adjustment for each is needed. Either manually(potentiometer) or a calibration process with the microcontroller.

If you plan a wireless application it might be best to look at examples of this kind, because it requires a special design technique to achieve ultra low power(sleep mode etc.). The Picaxe might be easier to program, but it is unclear from the look at the documentation what the power management is. One example for a ultra low power design is EZ430-Cronos (https://processors.wiki.ti.com/index.php/EZ430-Chronos ).

Enjoy your design work!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top