Sin descripción

Fabian Peter Hammerle b161d46c35 readme: mention "pcscope" as potential alternative hace 3 años
.gitattributes b90943a0ff added photos of arduino setup hace 3 años
.gitignore f1aff33cd1 remove unused version.h hace 3 años
20201223T220611.jpg b90943a0ff added photos of arduino setup hace 3 años
20201223T220636.jpg b90943a0ff added photos of arduino setup hace 3 años
Makefile 1fdd81f5b4 arduino: report analog reading of pin A0 once per second as unsigned 16bit int via serial port hace 3 años
README.md b161d46c35 readme: mention "pcscope" as potential alternative hace 3 años
arduino-sketch.ino e0fd86e934 increase sample rate from 400 to 500 Hz (measured 495 Hz) hace 3 años
display.py~ c62de7ddb6 replace python display script with gnuradio flowchart; increase sample rate to 400Hz hace 3 años
epy_block_0.py d8d70656a0 flowchart: added voltage divider hace 3 años
scope.grc e0fd86e934 increase sample rate from 400 to 500 Hz (measured 495 Hz) hace 3 años

README.md

alternatives:

pcscope (source)

By default, the ADC configuration of the Arduino gives samples every 116µs. So here the ADC is configured with additional lines of code to get samples faster than 85µs by setting the prescaler to 16. With this, you get ADC conversion every 20µs, […]