This Arduino oscilloscope is perfect if you need an oscilloscope right now, but all you have is an Arduino.
Update: There’s an even easier way to do this now. Check out my new article on how to build an Arduino oscilloscope with 7 lines of code.
I needed an oscilloscope to debug my Radar Arduino library.
The code worked perfectly when it was not in “Arduino library”-form. But when I modified it into a library, it just didn’t work at all.
Since the radar module (from https://www.xethru.com) was using the UART, I didn’t have any way of checking what was going on.
So I needed an oscilloscope to check if there was actually any action on the UART lines.









