Hi all, hope you are well today!
I have been given my first Arduino board to learn for a project at work to make small parts dispensers. I hooked it up to my HP laptop, downloaded the Arduino IDE from the Arduino website for Windows 7 and above. (I already had to uninstall the version from the Windows App store, this did not fix my issue.)
The Issue:
I can't upload any scripts/sketches to the board! Additionally, on the online interface, the online plugins don't detect a board when plugged in - the message returned says "We could not find any board." This happens for auto-detection and also when I choose the Arduino Nano board - on an HP and a Macbook Air.
Is Arduino Nano incompatible with HP computers, i.e. is my plight futile?
The error messages from the IDE say "Programmer not responding" and "Problem Uploading to Board."
I suspect that it is a hardware issue with the board and that is beyond me.
What I've Tried:
I have had my sketch verified virtually. It is copied correctly from the Make: book, zeroes vs. O's, capitals and all.
In the IDE program, I have set my board to "Arduino Nano," my processor to "ATmega328," and my port to "COM1," which is the Serial Port that appears when the board is connected via USB cable.
I have plugged the board into all three of my USB ports - two say "SS" so I guess they're SuperSpeed 3.0 ports. All three work on other USB devices like my Bluetooth mouse or for charging my phone on occasion. All three provide enough power to make LED's on the Arduino board blink on and off, triggering once per second. Apparently, how I received the board from my boss, the board already has the script from the book running, even from Pin 13 (made me think it worked with failed upload).
Likewise, all three USB ports show up in my Device Manager as "USB Serial Port (COM1)." I changed this from the original "COM3," which also did not work. No other COM# is in use and I have no other devices to my knowledge that use one. I have not tried other COM numbers.
I tried changing the driver to the "Arduino.inf" file but my computer warns me that it can't verify driver compatibility. The instant I clicked to proceed with the .inf file, my computer crashed. It then restarted after a couple minutes with no changes.
I have tried one other USB cable.
I have tried the online IDE on a Macbook Air laptop - same failure of communication from the board. I will be trying tomorrow at work on other computers.
Background and Hardware:
I'm brand new to Arduino. I've had a few college years' experience of scripting (MATLAB only). And as for tech experience, I get nervous when I have to mess around with drivers, but I can navigate and press buttons.
Computer: HP Laptop, Intel Core Processor, 64-bit OS, x64 based processor
OS: Windows 10 Home
Board: Arduino NANO 3.0 w/ ATmega328 chip