esp8266_bitseq icon indicating copy to clipboard operation
esp8266_bitseq copied to clipboard

How many samples per sec?

Open raz123 opened this issue 10 years ago • 1 comments

Hey, cool little build you have here. I was wondering if you could tell about the performance specs of your bit sequencer?

raz123 avatar Feb 07 '15 18:02 raz123

I don't have the tools to measure the max sample rate, but at least it handles the ~45kHz signal of that power meter w/o any losses. This is an interrupt based sampler (posedge/negedge) so it will be a quite a bit slower than a bitbanging sampler, but at the same time i imagine that it will be more accurate.

I tried to do this interrupt based sampling on an arduino, but the non-arm based arduinos i have could not keep up. Only my Due could sample the Dial (~40kHz), but that's a too big and expensive board for this purpose.

eadf avatar Feb 07 '15 19:02 eadf