tiny_scope
tiny_scope copied to clipboard
Tiny Scope for Arduino
I came across this so called 'LXARDOSCOPE', which uses an arduino uno to input signals to the software for Linux and I think this is a really nice enhancement for...
Add FFT
Integrate an FFT library to display frequency spectrum (or dominant frequency at least).
Enter CPU sleep modes instead of busy waiting or delay(), to reduce power usage. Use ADC Noise Canceler mode on AVR. From the Atmega328P docs: 24.6 ADC Noise Canceler The...
See if u8glib might work better since it supports more displays.