AtoD Speed
Ultrasonicer
Posts: 3
Is there any way to speed up the sampling rate using the ADC0831 chip used in APPNOTE7 ?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
calls multiply().
If you stick to the raw data (i.e comment out calcMV() in read)
then you get a much higher sample rate.
I suggest you copy the read method and rename it to readRaw or something
like that and remove calcMV() from readRaw().
It is usually better to work with native units (raw data bytes) and only convert to human-readable
values (millivolts) when necessary, not for each read.
regards peter