MC68HC908JK1 ADC INPUT

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MC68HC908JK1 ADC INPUT

2,072 次查看
mauricio2346
Contributor II
HELLO! i am trying long time ago to control 2 adc signals at the same time with HC08JK1 microcontroller.Then the microcontroller will show a pressure level from 7 segments (led) display. the signals are from MPX2010D pressure sensor as a diferential voltage signals with a little lm358-based circuit. I need some help with the software to control that signals. if someone knows about it please tell me or send me some schematics. i'm using the HC08 studio from Metrowerks. I am desperate!. PD: sorry for my english (i use to speak spanish).
标签 (1)
0 项奖励
回复
1 回复

588 次查看
bigmac
Specialist III

Hello,

The pressure sensor produces a full scale differential voltage of 25mV between +Vout and -Vout.  However, I assume these voltages are offset from "ground" by one half the supply voltage (presumably one half of 10 volts or thereabouts), but the data sheet is not entirely clear on this.

It is unclear much differential gain you provide in your analog processing, and what measures you take to reduce the offset, but your post suggests that you are processing the +Vout and -Vout signals separately.  To convert the 25mV differential signal, and provide a span from 0 to 5 volts suitable for the A/D, a differential gain of 200 would be required.  I suspect that this will require a suitably precise differential "instrumentation amplifier" to achieve.  I don't think that the use of LM358 operational amplifiers, in an instrumentation amplifier configuration, would be adequate because their initial offset voltage is comparable with the signal level, and the variation of offset with change of temperature would be unacceptable.

If the differential amplifier approach is used, only a single A/D input to the MCU would be necessary.

Regards,
Mac

 

0 项奖励
回复