hi my arduino start to loose usb connectivity a few days a go when i issued a digital pin high that is connected to relay ( i will open another topic about the project itself) then i did power on/ power off and then it start to work.. but now is dead, only green led turns on...
I already tried with the atmega off and not even the serial port appears... I know the the atmega must be also dead (I already installed the atmega on working arduino and didn't work also, i want to try to understand what happened...
Question:how can i investigate what is burned/damaged ? the usb2serial , the crystal what ?
hi,
i finally had time to try to revive this board ..
tha atmega is dead for sure and the usb part also...
So i programmed a atmega on another arduino that make some leds blink , remove the programmed atmega and put it on the "damaged" board...
Guess what it works...
the usb chip must be burned..
i will order another atmega328 with bootloader, now how could i flash the arduino will a ttl to usb connected on pin0,1 will be enough to upload sketches ?
now how could i flash the arduino will a ttl to usb connected on pin0,1 will be enough to upload sketches ?
Yes that can work, although most of the ttl to usb serial converter cables don't support the Arduino DTR auto-reset function. Here is one that is easily modded to provide auto-reset.
fca:
great, i will order one ..
so i connect tx ->rx + rx->tx ....
Also connect ground to ground
and RST to arduino reset pin if you do the mod below.
how about the auto dtr ? what do i need to do ?
For that specific device there is a open hole pad labled DTR, wire a .1 ufd cap from that pad to the base of the RST pin on the connector. Then turn the board over and cut the trace that was going to the RST pin of the connector. Then just add another jumper wire from the RST pin to the Arduino reset pin and it will work as the original board did.
fca:
great, i will order one ..
so i connect tx ->rx + rx->tx ....
Also connect converter ground to arduino ground
and RST to arduino reset pin if you do the mod below.
how about the auto dtr ? what do i need to do ?
For that specific device there is a open hole pad labled DTR, wire a .1 ufd cap from that pad to the base of the RST pin on the connector. Then turn the board over and cut the trace that was going to the RST pin of the connector. Then just add another jumper wire from the RST pin to the Arduino reset pin and it will work as the original board did.