Attempts to make an oscilloscope for Raspberry Pi.
- For data capture, set up the STM32 capture card
To capture data:
python3 capture.py
which produces the file capture.txt
Plot the data:
python3 plot.py
- Arduino_Scope
- Let's build an oscilloscope - useful instructions in using this project