Depending on the application (if any latency is acceptable),
you could take the mean of the last few readings and use that.
Heart rate monitors typically do it. Things like speedometers, not such a...
I'm a hobbyist (the hobbiest of hobbyists) and struggle similarly. I have come to the conclusion that I can spend time trying to quantify the noise - so as to know...
"SSP1BUF = MRFSPIdata": This loads real fast. But the actual transmission that takes place after that, takes a lot more micro seconds.
If you write to the SSP1BUF back to back, the TX buffer gets...
Do you think it would be too risky to just assume the transmission is complete if I am only sending a byte or two?
just send using MSSP and go about your business or must I poll the flag?
do I have...
Re: ADC input signal filter selection
Depending on the application (if any latency is acceptable),
Art Today, 05:43you could take the mean of the last few readings and use that.
Heart rate monitors typically do it. Things like speedometers, not such a...