Shoot me in the right direction.
sccoupe
Posts: 118
I am looking to monitor a 0-5vdc analog signal and send back out a 0-5vdc analog signal based on a lookup table. 8bit resolution would be fine. I was thinking of using a serial ADC into a propellor and then back out of a propellor to a serial DAC. Is this basically it? Would a BS1 be just as good to handle this? What part numbers for the 8bit dac/adc should I use? I am experimenting with different mass air meters in an automotive application and need to adjust the 0-5vdc signal before it goes to the engine computer. Any thoughts?
Thanks
Jason
Thanks
Jason
Comments
Yes.
> Would a BS1 be just as good to handle this?
Don't know about BasicStamp. But the task doesn't sound like needing a lot of MIPS.
> What part numbers for the 8bit dac/adc should I use?
Many examples if you search for ADC or have a look at the objectExchange. There you'll find ready made building blocks for some ADC/DACs for a quick start.
> Any thoughts?
Well, the Propeller is quite an overkill for that task. Except you want to serve many meters at a time.
Anyhow, it will work on the Propeller. And you could connect a laptop to your converter and change the translation table online.
Nick
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never use force, just go for a bigger hammer!
The DIY Digital-Readout for mills, lathes etc.:
YADRO
I generally recommend a low-cost I2C ADC/DAC (4 Channel, 8 Bit, 10 kHz, $3) PCF 8591.
This will take two I/O lines. What do plan to do with the other 30 I/O lines?
With that said, I'd probably recommend the I2C route that deSilva mentioned for overall simplicity...