gillham / logic_analyzer

Implementation of a SUMP compatible logic analyzer for the Arduino
Other
463 stars 99 forks source link

It records for ~300 ms then stops. how can I make it go longer? #36

Closed amrelk closed 5 years ago

amrelk commented 8 years ago

Title is fairly self explanatory

dhiltonp commented 8 years ago

Increase buffer size (requires compatible hardware), or decrease sample rate. Alternatively, try to get triggering working so that it records exactly when you need it to.

gillham commented 5 years ago

Triggering and lower sample rates should help you out. I’ve tested a few combinations of simple triggers. Let me know if you’re still having trouble.