I am trying to build Raspberry Pi based Oscilloscope.I am using raspberry Pi 3 B+ with Python 3.5 installed.I followed below link to perform this practical
https://circuitdigest.com/microcontroller-projects/raspberry-pi-based-oscilloscope/
My python script is executed successfully,as follows
reading ADS channel 0: value
But problem is unable to display graph on screen.I already installed matplotlib and drawnow packages .
I want to display graph on screen.As I am not aware about this much, so please help me to resolve this.
It's hard to know from the outside what exactly the problem could be. I do have some doubts about the usefulness of the
drawnow
package. So I would leave that one out and see if a usual animation works.