How to create a analogic digital converter for a basic stamp 2 board
gussir
Posts: 8
Hello guys,
I'm on a project where I am using a resistive sensor to display the weight of an object (more precisely a FSR sensor). I wanted to know how it is possible to treat the analogic signal coming out of the sensor in order to have a digital one readable by the board and programmable. I was wondering how I could possibly build one or buy one somewhere.
Do any of you have an idea on how to do this?
Thanks!
Gussir
I'm on a project where I am using a resistive sensor to display the weight of an object (more precisely a FSR sensor). I wanted to know how it is possible to treat the analogic signal coming out of the sensor in order to have a digital one readable by the board and programmable. I was wondering how I could possibly build one or buy one somewhere.
Do any of you have an idea on how to do this?
Thanks!
Gussir
Comments
You can also use a dedicated analog-to-digital converter like the LTC1298 to convert a voltage signal to a 12-bit WORD in the Stamp.
Cheers,