Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 517 Bytes

Picoripheral Suite

Suite of tools using the Raspberry Pi pico as a peripheral for strictly timed measurements - complementing the capability of the host Pi.

Frequency Counter

Frequency counter (well, not really frequency, since measuring pulse lengths) but records µs time spent in high, low. Simple implementation waits on high on GPIO, then counts.

More at Frequency Counter

Picoscope

Toy oscilloscope, hardware timed ADC data capture.

More at Picoscope