by
Published on - 25th May 2011 02:14
Hi,
I don't know what the "best" way to aproach this actually is. I don't think me posting hundreds or thousands of lines of code is going to actually help others that much and I don't think I'll get much out of it either.
Instead I think I'll post snippets and routines, explaining what they do (or at least intend to do) and why. This way I think it's easier to tag along, one step at the time and, which is important,
...
Re: ADC input signal filter selection
I prefer the inductor on the +Vdd side.
Ioannis Yesterday, 22:05Anyway, I'd suggest get 10 or more samples in an array, then sort them in order and keep the middle 5 values.
Then add them together and divide by 5.
...