From my past diving into the codebase, I think in `libsigrok/src/hardware/fx2lafw/api.c` line 144 there is a `static const uint64_t samplerates[]` list. Try and adding another entry to that list (so in your case SR_HZ(1))

On 5/7/21 2:54 PM, RadSolution via sigrok-devel wrote:
Hello,

I'm hoping to use Sigrok / PulseView to capture some slow-running activity using a Salaea clone device.

This would typically be pulses occurring seconds or minutes apart, spread over several days.

I can see that the sample rate lowest setting is 20KHz - how can I make it much lower? Say 1Hz Would I have to create my own fork, and build it? Or is there some config file which sets these values?

Thanks, Dave


_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to