ADC data plot

Hi,
Is it possible to plot analog data output onto the real time video? Any help would be appreciated.

Thank you,
Anil

Yes, you just need to read the ADC and then do set_pixel(). You can plot the data like an oscope.

Just do img.clear() to blank the screen buffer.

Thank you. On a different topic. The openmv IDE is awesome. I am working with pyboard for another project. I was wondering if I could use openmv IDE for programming pyboard?

Thank you,
Anil

Yep, you can.

Go to tools->Open Terminal.

The you can send the script to the pyboard after connecting to it via the buttons on the top bar of the terminal.

I spent a lot of hours and days to find a good IDE for programming the pyboard. So far Openmv IDE is the best. I think it is a good idea to pivot the openmv IDE to directly work with pyboard.

Best,
Anil

https://forum.micropython.org/viewtopic.php?f=15&t=3075&p=19911&hilit=openmv+ide#p19911

We posted that we had this feature years ago… Folks didn’t really pick it up.

Write a blog post about the IDE and post to hackster.