Hello everyone!

Does anyone know about VGA signals? I searched on the web and found some Arduino libraries to generate composite video with Arduino. Then, I found an interesting article about creating VGA images with PIC. Since, the microcontroller in case runs at 2MHz, while Arduino runs at 16MHz, I tought is plausible to generate that signal with Arduino.

I got some results:

1 – Both CRT and LCD monitors detect the signal

2 – Only the CRT shows something flicking on the screen

But, my problem is with timers. I am using the delay() and micros() function, but they aren't accurate enough. Does anyone know how to use interrupts and timers to create a better accurate signal?

Thanks!

Tags: arduino, signal, vga

Views: 206

Reply to This

Replies to This Discussion

Hi Marcelo,

try using the Arduino Timer 1 http://arduino.cc/playground/Code/Timer1 library. Different from the usual timer library, this one uses the 16-bit timer of atmega328. You can have a precision up to 0.0625uS.

Fernando

Almost there!

Yesterday I could keep a solid blue square on the screen for a few seconds, then it looses sync and come again few seconds later.

But as suggested, I had to use __asm__ and interrupt with timers.

Now, as a fried suggested, I will try the same code in an Arduino Mega, just to test the code and adjust with more precision.

Then, I will go back to UNO.

Hope to have good news soon!

 

Marcelo,

Did you check this link before? http://www.tinyvga.com/avr-vga

It's an Atmega16 based vga project...

Thanks Fenando. This will certainly help.

Today I generate the highest freq signal I could with Arduino: 4MHz.

I did this to make the VGA from the bottom. Now I know how far can I go with it.

I will post the code on the blog.

Very good! I am just trying to understand why she has chosen the ATmega324. Any idea?

I will keep my efforts to do the same but using the ATmega328, or more/less specificaly, the Arduino. :)

My wish is give the opportunity to anyone generate VGA signal using their own Arduinos.

(If nobody has done this yet)

Hey Marcelo, that's my project that HaD linked to, there. The reason I chose an ATmega324 is because:


1) It runs at 20Mhz, and has 10Mhz I/O bandwidth. You need speed to push pixels in VGA. The expected pixel rate is 25.175Mhz, but we can give up some resolution and run a little slower than that.

2) Wide I/O. Unless you generate all your pixels procedurally, you need video memory to render from. Reading memory fast enough to push pixels at VGA rates means you need parallel access to it, and the ATmega324 has a lot of I/O pins. For 8-bit VGA color at a reasonable resolution, you need 16 bit addresses and 8-bit data, for 24 pins total. Then you also need a few other pins for sync signals and such. The ATmega324 is the smallest AVR I know that can meet all these requirements.

The reason some slower chips like the Propeller can generate VGA is because they aren't doing it with the system clock and system I/O. They have special subsystems for the video driving. 

VC,

Thanks for the reply. Now I understood. As I am going forward on my trials with Arduino, more I understand your choice :) . But, I will keep trying with Arduino to see how far I can go.

Please, take a look at the blog post I have just made: http://garagelab.com/profiles/blogs/arduino-generated-vga-color-signal

Any comments are more than welcome.

Thank you!!!

RSS

Latest Activity

GarageLab posted a blog post

Airburr Flying Robot Attaches to Walls

Airburr was developed at the Laboratory of Intelligent Systems, a branch of the European École…See More
8 hours ago
Profile IconAlly Kabba, Fabian Mascia, Ken and 1 more joined GarageLab (arduino, electronics, robotics, hacking)
9 hours ago
GarageLab posted a blog post

Arduino robotic hand under $200

Robotic hand is one of most important parts in robot equipment. This is main manipulator that…See More
yesterday
Profile IconDavid M Patterson, Jordan Hanger , Jason and 3 more joined GarageLab (arduino, electronics, robotics, hacking)
yesterday
abhishek yadav posted a discussion

how to record time between two events using arduion

i have a disk rotating at variable speed(max rpm 600) . i want to know how much time it takes to…See More
Sunday
Danny Vigo updated their profile
Sunday
Danny Vigo commented on Fernando Gil's blog post Tutorial: Servomotor + Arduino
"Why would you want to connect them in parallel? Are you trying to increase the current? Perhaps to…"
Sunday
Danny Vigo replied to SATYA NARAYANA REDDY NIMMAKAYALA's discussion 5 stepper motor control code
"Well if you look in the examples that come included with the Arduino IDE you can find some code…"
Sunday
Profile IconEvaristo Ramos, Jr. and Dayan Martinez joined GarageLab (arduino, electronics, robotics, hacking)
Saturday
Christian Rheinnecker posted a status
"New Video Cypress Hill - Rap Superstar https://www.youtube.com/watch?v=VZSFgdrhzQQ"
Saturday
Christian Rheinnecker posted a video

Arduino PrX : Sequencer AM808 VX3 - Demo Cypress Hill - Rap Superstar Beat Play

Demonstration eines Beats auf dem AM808 VX3 Arduino Midi Sequencer Cypress Hill - Rap Superstar Weiter Infos auf http://arduinoprx.de
Saturday
Christian Rheinnecker posted a status
Saturday
Christian Rheinnecker posted a status
Saturday
Shannon Bradley replied to Dennis Melamed's discussion Little Gem Amp Circuit problems
"Im not sure why people turn to IC's for sound or power. I had this little amp kicking around…"
Friday
GarageLab posted blog posts
Friday
Profile IconWoodison Germain, Weerapong Saipetch, Jasmin Ouellet and 8 more joined GarageLab (arduino, electronics, robotics, hacking)
Friday
Numato Lab updated their profile
Friday
Mark Harrison commented on Thulana Vimukthi's blog post GPS GUIDED AUTONOMOUS ROBOT
"Thulana, very excellent project! It is especially nice, as the hardware connections are relatively…"
Thursday
GarageLab posted a blog post

Make your Thor's Hammer

Rather than being a benign foam hammer, this Mjölnir can summon 80,000 volts of electricity thanks…See More
May 15
Profile IconMatthew Brown, David Shepard, Numato Lab and 3 more joined GarageLab (arduino, electronics, robotics, hacking)
May 15

© 2013   Created by Marcelo Rodrigues.

Badges  |  Report an Issue  |  Terms of Service