Is there a good resource for getting started with the AD725 (or AD724) and the Arduino or Aduino Due? I need to make a gui (possibly using bitmaps) that outputs s-video and composite.
Thanks in advance
Is there a good resource for getting started with the AD725 (or AD724) and the Arduino or Aduino Due? I need to make a gui (possibly using bitmaps) that outputs s-video and composite.
Thanks in advance
Here is an update:
I found this very helpful:
Basic Arduino VGA - Introduction | PyroElectro - News, Projects & Tutorials
I successfully ported it to the Due, and by adding a DAC and additional timings, I would be well on my way.
I am also looking at using a PICASO μVGA-III Graphics Controller instead of the DIY approach. This would make things much easier. It would be interfaced with the Due to get it's input, and the AD725 to convert the signals to composite and S-video. This is probably going to be my solution, and I'll continue to update this post to help future viewers.
Here is an update:
I found this very helpful:
Basic Arduino VGA - Introduction | PyroElectro - News, Projects & Tutorials
I successfully ported it to the Due, and by adding a DAC and additional timings, I would be well on my way.
I am also looking at using a PICASO μVGA-III Graphics Controller instead of the DIY approach. This would make things much easier. It would be interfaced with the Due to get it's input, and the AD725 to convert the signals to composite and S-video. This is probably going to be my solution, and I'll continue to update this post to help future viewers.