Loading...
  Show Posts
Pages: 1 ... 17 18 [19] 20 21 ... 29
271  Using Arduino / Installation & Troubleshooting / Re: Uno Rev 3 Connection Issues on: August 08, 2012, 08:24:16 am
danick1991,

As I stated in my earlier post, if the loopback does not work then you have isolated the problem to the 16u2 side of the board. Until that works, I would not even worry about the atmega328.

At this point, it seems as if the 16u2 has been damaged and you should could consider getting a new board.
272  Using Arduino / Installation & Troubleshooting / Re: Solution: Windows 7 and Vista Driver Install on: August 07, 2012, 09:28:42 pm
Those are the drivers. The UNO uses the Windows built in usbser.sys driver. All that is needed to use that driver is a .inf file to instruct Windows to use that driver with the UNO.
273  Using Arduino / Installation & Troubleshooting / Re: Uno Rev 3 Connection Issues on: August 07, 2012, 12:57:00 pm
danick1991,

Remove the atmega328 and try the loopback test again.
Make sure you connect a jumper from the TX pin (Digital Pin 1) to the RX pin (Digital Pin 0).

If the loopback works, then there is something wrong with the atmega328.
If not, then there is something wrong with the 16u2.
274  Using Arduino / Installation & Troubleshooting / Re: Arduino Mega2560 can't be programmed via USB on: July 22, 2012, 05:48:14 pm
Select Show verbose output during upload in Arduino preferences.

Post back with the upload output and maybe that will give us an idea of what might be happening.
275  Using Arduino / Installation & Troubleshooting / Re: Arduino Mega2560 can't be programmed via USB on: July 19, 2012, 04:05:29 pm
Take a look at this issue: http://code.google.com/p/arduino/issues/detail?id=806

Edit your boards.txt file and change
From:
mega2560.upload.protocol=stk500v2

To:
 mega2560.upload.protocol=wiring
276  Using Arduino / Installation & Troubleshooting / Re: Leonardo better on mac than windows7? on: July 19, 2012, 11:26:23 am
Just fyi

There is already an issue opened for this problem: http://code.google.com/p/arduino/issues/detail?id=200
277  Using Arduino / Installation & Troubleshooting / Re: Can't upload to Mega2560 on: July 17, 2012, 02:14:32 pm
The sequence can be anywhere in the hex file that gets uploaded.
If you have a byte array that contains the three or more bytes in a row, that will trigger it.

Look for any array that has 0x21 0x21 0x21 or the decimal equivalent 33 33 33
278  Using Arduino / Installation & Troubleshooting / Re: newee problem with arduino uno r3 with port on: July 17, 2012, 09:19:19 am
The following procedure will help you install the drivers for your Arduino board on Windows:

Go to Device Manager
Right click the unknown device in Device Manager \ Other Devices
Select Update Driver Software
Select Browse my computer for software
Click Browse button
Select the Drivers folder under the location of your Arduino software installation. (Do not select the FTDI folder inside the Drivers folder)
Click OK
Click Next
279  Using Arduino / Installation & Troubleshooting / Re: Mega2560 R3 won't upload but has power on: July 12, 2012, 02:18:29 pm
There are two firmwares loaded on the 8U2/16U2
DFU bootloader and USB Serial firmware

The COMBINED hex is meant to be loaded via the ICSP header and will program both the bootloader and USB Serial firmware.

The Arduino-usbserial-atmega16u2-Mega2560-Rev3.hex is only the USB Serial firmware and is meant to be loaded by the DFU bootloader when in DFU mode.
280  Using Arduino / Installation & Troubleshooting / Re: Windows 7 (32) Enterprise on lenovo s10 driver problem on: July 11, 2012, 11:14:02 am
What version of Uno do you have?
What version of the Arduino IDE do you have?

Open Device Manager
Right Click the Device Manager \ Other Devices \ unknown device
Select Properties
Select Details tab
Choose Hardware Ids from the Property drop-down
What is the Hardware Ids that show in the Value section?
281  Using Arduino / Installation & Troubleshooting / Re: Mega2560 R3 won't upload but has power on: July 11, 2012, 08:29:24 am
If you are using DFU mode to flash the 16u2, you need to use this firmware image: (Do not use the one with "COMBINED" in the name)

hardware\arduino\firmwares\arduino-usbserial\Arduino-usbserial-atmega16u2-Mega2560-Rev3.hex
282  Using Arduino / Installation & Troubleshooting / Re: Windows 7 (32) Enterprise on lenovo s10 driver problem on: July 11, 2012, 08:14:06 am
The following procedure will help you install the drivers for your Arduino board:

Go to Device Manager
Right click the unknown device in Device Manager \ Other Devices
Select Update Driver Software
Select Browse my computer for software
Click Browse button
Select the Drivers folder under the location of your Arduino software installation. (Do not select the FTDI folder inside the Drivers folder)
Click OK
Click Next
283  Development / Suggestions for the Arduino Project / Re: Is Arduino Due coming? on: July 10, 2012, 03:28:14 pm
This reminds me of 'Due'ke Nukem Forever, that took 15 years from announcement to release.
284  Using Arduino / Installation & Troubleshooting / Re: Error compiling. Unable to rename core.a on: July 10, 2012, 11:52:30 am
I would suggest moving the Arduino folder outside of "Program Files".

This is the convention that I follow and I have not had any problems:
C:\arduino\arduino-1.0
C:\arduino\arduino-1.0.1
...
285  Using Arduino / Installation & Troubleshooting / Re: A little problem with uploading sketches on: July 07, 2012, 03:02:30 pm
The following procedure will help you install the drivers for your Arduino board:

Go to Device Manager
Right click the unknown device in Device Manager \ Other Devices
Select Update Driver Software
Select Browse my computer for software
Click Browse button
Select the Drivers folder under the location of your Arduino software installation
Click OK
Click Next
Pages: 1 ... 17 18 [19] 20 21 ... 29