I've got two Unos (R3) that I'm having problems with
-
When you plug in the USB cable, the green power light comes on, the pin 13 LED flashed a couple times and then turns on steady, but it's not recognized by the Arduino IDE. It was working at one point, I don't see any physical signs of damage (e.g. burnt chip) and the project it was being used for shouldn't have pulled too much current, but it's been tried on 3 different computers all of which successfully connect to other Arduino Unos. I read through the troubleshooting FAQ and nothing seemed applicable there. Just wondering if there are additional ideas out there
-
Different Arduino Uno - for a project I built a balancing robot. The motors are powered by the adafruit motorshield which has its own power source. Generally downloading new code and using the serial monitor is not an issue, but over the last couple of days the robot will be running (I'll have the serial monitor open) and the serial output freezes and then if I try to download new code or close and re-open the serial monitor, I get an error message that Serial port 'COM3' not found. In order to get it to re-connect, I have to unplug the USB cable from the Arduino AND close the IDE and then re-open and re-connect (just closing and re-opening or disconnecting/reconnecting doesn't fix it--both have to be done). When I re-open it it works for a while (seemly random how long it works for) and then it happens again. I tried it on a different computer (a Macbook) and the issue seemed to go away. I thought it might be power issues, but like I say, the motors themselves are powered separately from the Arduino. Any ideas?
In both cases, Arduino IDE 1.0.1 on Windows 7
Thanks