Audio Waveform on TFT screen

I’m looking for advice as to whether this would be possible / ideas how to go about doing it….

I want to hook up a TFT screen and microphone to my Arduino and display a real time audio waveform on the screen responding to what the microphone picks up.

Something similar to this, except this one relies on being connected to a computer – my set up needs to be stand alone

http://www.dtic.upf.edu/~jlozano/interfaces/microphone.html

I will be using an Arduino Uno

I have this screen already in the post:

and I have this microphone:

Thanks in advance!

1 Like

You are pushing the capbility of the UNO to do that. Yes it's possible, but it's not going to be highly responsive and dynamic. I expect that it would look OK for most purposes.

I would start from Mr Lozano's code and then try to plot some dots on the LCD screen.