Loading...
  Show Posts
Pages: 1 2 3 [4] 5 6 ... 29
46  Development / Other Software Development / Re: Contributing to Arduino on: April 10, 2013, 09:32:01 am
See this thread on the developers forum:
https://groups.google.com/a/arduino.cc/forum/?fromgroups=#!topic/developers/TTFiLcdXoSI
47  Using Arduino / Installation & Troubleshooting / Re: Programing the USB controller on ARDUINO UNO on: April 10, 2013, 07:21:29 am
It sounds like the 8u2/16u2 chip that performs USB to serial conversion is not working on the bad board.

If the bad board is not even showing up in Device Manager, that is a good indication that chip is damaged or the firmware has been corrupted.

Here are the steps to try and use FLIP to reprogram the 8u2/16u2:
http://arduino.cc/en/Hacking/DFUProgramming8U2
48  Using Arduino / Installation & Troubleshooting / Re: Bluescreen on shutdown on: April 10, 2013, 07:15:11 am
It's interesting to note that motherboard has USB 3.0 ports.
There have been other reports of odd behavior with USB 3.0 ports. Most of the other issues have been with enumeration.

Anyway, glad you were able to get it resolved.
49  Using Arduino / Installation & Troubleshooting / Re: PROBLEMS WITH THE INSTALLATION ON MAC 10.8.3 on: April 09, 2013, 05:53:57 pm
I highlighted the location in the image you attached earlier.
50  Using Arduino / Installation & Troubleshooting / Re: PROBLEMS WITH THE INSTALLATION ON MAC 10.8.3 on: April 09, 2013, 05:28:37 pm
The preference panel image that you posted shows the location of your preferences.txt file.
Open the preferences panel.
Just click on the link and it will take you to the location of the file.
51  Using Arduino / Installation & Troubleshooting / Re: PROBLEMS WITH THE INSTALLATION ON MAC 10.8.3 on: April 09, 2013, 04:38:59 pm
Make sure to exit the IDE
Then delete your preferences.txt file found here: /Users/<USERNAME>/Library/Arduino/preferences.txt
Launch the IDE
52  Using Arduino / Installation & Troubleshooting / Re: Bluescreen on shutdown on: April 09, 2013, 12:16:41 pm
The issue you are seeing looks similar to this issue:
http://arduino.cc/forum/index.php/topic,50960.msg392328.html#msg392328

It doesn't look like he ever got a solution, except that he narrowed it down to some sort of PCI device helping to create the issue.
53  Using Arduino / Installation & Troubleshooting / Re: Bluescreen on shutdown on: April 09, 2013, 11:20:55 am
What version of Windows?
What service pack?

What does the error log say?

It there an application or serial monitor connected to the UNO when you shut down?
54  Using Arduino / Installation & Troubleshooting / Re: Uno Driver Installation Error 32: Process cannot access the file on: April 09, 2013, 10:42:40 am
I am just grabbing at straws here...

Do you have any virus scan software or any other security software running while you are performing the install?

It possible that such software has opened the files to scan for a security threat while the setupapi is trying to perform it's job.

If you have such software, try disabling it while doing the driver install.
55  Using Arduino / Installation & Troubleshooting / Re: Leonardo detected and 5 secs later not detected on: April 08, 2013, 12:20:41 pm
Press and hold the reset button, continue to hold while you select Upload in the IDE.
When the IDE shows Uploading, release the reset button.
56  Using Arduino / Installation & Troubleshooting / Re: Hardware Reset on: April 08, 2013, 11:00:44 am
Hold down reset and continue to hold down reset while you select Upload.
When the IDE shows Uploading, release reset.
57  Using Arduino / Installation & Troubleshooting / Re: ARDUINO UNO installation problem on: April 08, 2013, 10:57:45 am
No problem. Glad to hear you are up and running.
58  Using Arduino / Installation & Troubleshooting / Re: ARDUINO UNO installation problem on: April 08, 2013, 10:50:11 am
The LED blinks because all the Arduinos are loaded with the BLINK sketch from the factory.

I didn't say anything about locating this file:  "ArduinoUNO.inf"

You need to select a folder not a file

Follow these steps exactly:

Look for Unknown Device under Other devices in Device Manager.
Right click the Unknown Device in Device Manager
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
59  Using Arduino / Installation & Troubleshooting / Re: ARDUINO UNO installation problem on: April 08, 2013, 10:12:15 am
The Arduino IDE does not require .NET

The Arduino IDE is not really a software installation. It is just a zip archive of all the software.

You just download the software and unzip/extract it to a location on your system.  If you are unable to unzip/extract, then that is usually an indication the zip archive was corrupted during the download.

This is the link you should be using: http://arduino.googlecode.com/files/arduino-1.0.4-windows.zip
60  Community / Website and Forum / Re: Forum is popular and stuff gets lost on: April 08, 2013, 09:20:26 am
Have you guys heard of http://www.discourse.org/

It was started by Jeff Atwood from Stackexchange.com

I don't know much about it yet, but it does look interesting as a new take on forum software.
Pages: 1 2 3 [4] 5 6 ... 29