-
ad7710
hi there
can anyone help me with some code for this a/d converter
have worked with the ad7715 with good results
we use the chip in a electronic weigh scale and any links to information would be appreciated.
any good 16-24 bit averaging code is also welcome.
thanks
werner
south africa
-
ad7710
Good way to average results from ADC is using moving average digital filter.Read,for example, six values.After that simply reject lowest and highest values, add rest and divide by factor 4. The newest result of ad conversion takes place [0] in array of six values while the other resultas moves from place[0] to place [1] and so on.