PDA

View Full Version : Delta-Sigma Converter



leonel
- 17th July 2006, 17:16
Hi.
I'm trying to read directly from a PIR sensor (3.3mVpp) using a PIC.
I read in Microchip AN700 it's possible using Delta-Sigma Converter to increase resolution (to 20 bits !!!!) then sense small signals, like this one.
How i can do that? I'm a little confused...

BigWumpus
- 17th July 2006, 18:41
Äh,
flux-compensator ?

leonel
- 17th July 2006, 18:50
Sorry but i don't understand... ???

RSSHARPE
- 17th July 2006, 19:35
I have used a pic and a cs5524 (24 bit a/d ) this uses shift in / out commands. I had 19 bits efffectivly. Remember your input circuits need to be layed out carefully to take advantage of available dynamic range.

regards

Dave
- 17th July 2006, 21:00
leonel, have a look at the MCP355x series of Delta-Sigma Converters. I have done some work with the MCP3553 and am planning on incorporating into a new design. They are fully differential and the MCP3553 has a 16Ms. update rate. The series is made by Microchip.

Dave Purola,
N8NTA

leonel
- 18th July 2006, 08:51
Using MCP3553 probably will work, but my circuit is to be supplied with 4 batteries of 1.5V, +-700mAh. MCP3553 has 170uA of current supply it's a little too much.
I would like to have a consume of about +-20uA.

Dave
- 18th July 2006, 20:58
leonel, In shutdown mode it only draws 1 uA...... In sleep mode it only draws 10uA......

Dave Purola,
N8NTA

leonel
- 19th July 2006, 13:38
You're right Dave. I took a better look after, and i read what you say.
Probably i will follow you're advise, but first i will see if there are another cheaper solution... (but i don't think so...)

Thank you.

Charles Linquis
- 19th July 2006, 14:37
Have you thought of amplifying the sensor's output with an op-amp before you feed it into the A/D?

A gain of 1000 isn't hard to do with one or two stages. Your 3.3mV p-p would then be 3.3V p-p.

leonel
- 19th July 2006, 16:27
yes, i already thought... It was my first solution.
But micro-power opamps are expensive, and consumes a little more than MCP3553.