[avr-gcc-list] VGA Adapter

2007-04-13 Thread andi
Does anyone know how to implement avr to vga that support RGB colour ? The code that i got in google only support for monochrome. Andi ___ AVR-GCC-list mailing list [EMAIL PROTECTED] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Re: [avr-gcc-list] VGA Adapter

2007-04-13 Thread Eric Pasquier
You certainly got the monochrome version here : http://www.serasidis.gr/circuits/AVR_VGA/avr_vga.htm If you take a look at the following link, http://www.elektronika.lt/schematic/theme/79/7090/, you will notice that you can drive the 3 colours directly :

Re: [avr-gcc-list] AVR ADC

2007-04-13 Thread Bob Paddock
On Thursday 12 April 2007 22:47, andi wrote: I want to use ADC in AVR Atmega8 and using the 2.56V internal voltage for the reference. It said in datasheet we have to decouple the AREF pin with capacitor, but it didn't said the value. Does anyone know the value ? 0.1uF works. Make sure

RE: [avr-gcc-list] AVR ADC

2007-04-13 Thread NEMEC, BENJAMIN
Just use common sense. I like to think I have some level of common sense, but I try to know my limits. I believe common sense comes with experience, and I have very little in this area. I too had been guessing what capacitance to use to decouple the AREF pin. I wish I could have common sense

Re: [avr-gcc-list] AVR ADC

2007-04-13 Thread Clemens Koller
Hi, Benjamin! NEMEC, BENJAMIN schrieb: Just use common sense. I like to think I have some level of common sense, but I try to know my limits. Well, from my point of view there are solutions which just work and there are the more engineered solutions. A 100nF X7R ceramic should be okay. 1uF

Re: [avr-gcc-list] AVR ADC

2007-04-13 Thread Galen Seitz
Bob Paddock wrote: Make sure you look at the 'fine print' in the parameter tables. I found that the 2.56V reference varied from ~2.3V to ~2.7V across devices in the CAN64 parts I have been using. The values still fell within what the table said where acceptable. If you need repeatability from

Re: [avr-gcc-list] AVR ADC

2007-04-13 Thread Bob Paddock
On Fri, 13 Apr 2007 12:49:30 -0400, Galen Seitz [EMAIL PROTECTED] wrote: Just curious, why didn't you measure the reference and stick a calibration factor in EEPROM? Labor costs of doing that when you are dealing with lots of units, in this case hardware was a cheaper system solution.