New project using Propeller. Need recommendation for ADC chip
I am starting a new project and one of the features will be to measure the voltage of the 18V battery pack. What I am looking for is recommendations for an ADC chip. Which one is popular, simple to use? Accuracy to .1 volt would be sufficient.
I haven't messed with any ADC chips as of yet so this is a new area for me to delve into.
Thanks.
I haven't messed with any ADC chips as of yet so this is a new area for me to delve into.
Thanks.
Comments
Check out TIs offerings as well. They sometimes have interesting devices.
Frank
-Phil
If you want smart and flexible, this one appeals to me :
http://www.ti.com/product/ina226
with 0.1% precision, and 36V rating, you can measure Voltage, Current and power, with no additional precision parts needed.
@Phil- I like your thinking in terms of saving money. And it looks like it would be an interesting alternative however it ends up being a learning curve for me with another micro.
Jim
If you're not concerned about size then a DorkBoard (http://www.wulfden.org/TheShoppe/freeduino/dorkboard.shtml) might work for you. It is basically an Atmel 328P with an Arduino bootloader. The cost of entry is low as the development tools are free and the P4 programmer is cheap also. You might even be able to use your propeller programmer with some fiddling.
It should be a piece of cake to write a program which does an analog read and then a serial out. The propeller can then serial read on a pin connected to the DorkBoard's Tx pin. You could also use I2C as well. You would need to make sure you handle the usual 5 volt to 3.3 voltage issue, although reading the 328p's data sheet you may be able to run it off 3.3 volts also.