PCB TOP:

PCB BOTTOM:







But not everything shines... the color is a bit dark (even removing the serial 75Ohm resistors) and even worse, I'm missing graphics from the left of the screen. Tetris for example is unplayable because the leftmost block is not visible.
¿Is there a way to fix this? Maybe adding capacitors in the RGB lines?
Regarding the command, I'm a total noob when talking about AVR microcontrolles (I have used PIC, MSP430, C8051 and ARM, but never AVR) so the way I used to burn fuses maybe is not the best. I used 4 commands, and maybe it can be done with fewer (I suppose one or two). My way:
Code: Select all
avrdude -p m644 -c stk200 -P lpt1 -U flash:w:Bootloader_v2.hex
avrdude -p m644 -c stk200 -P lpt1 -U efuse:w:0xFE:m
avrdude -p m644 -c stk200 -P lpt1 -U hfuse:w:0xD2:m
avrdude -p m644 -c stk200 -P lpt1 -U lfuse:w:0xFF:m
I have tried to attach the schematic, but the forum errors every time I try it...
One question... I didn't solder the LED connected to PD4 until now. I have soldered it and it does never light. I tried reversing it without success. Tried then another LED and no luck... Is this normal? When is this LED supposed to light?



Return to New to Uzebox? Start here!
Users browsing this forum: No registered users and 0 guests