Skip to content

Use hardware timer interrupt to capture ADC values at a specific frequency #4

@TheUnity42

Description

@TheUnity42

We need to be able to read ADC values at 1000 Hz. To do this off the raspberry pi pico, we can use the hardware timer interrupt to call a read function at a specified frequency. This function should also timestamp the samples (use a struct) and enqueue them onto a data structure to be read by the communication interface in the main loop

Metadata

Metadata

Labels

PicoIssue for work against the RPI Pico boardenhancementNew feature or request

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions