Issue: Unable to install board driver.
"The easiest way to check if the drivers for your board are installed correctly is by opening the Tools > Serial Port menu in the Arduino software with the Arduino board connected to your computer. Additional menu items should appear relative to when you open the menu without the Arduino connected to your computer. Note that it shouldn't matter what name the Arduino board's serial port gets assigned as long as that's the one you pick from the menu."
I followed the above instructions but I do not see any additional menu items with the board plugged in.
How do trouble shoot this to install a driver for my board?
It's from a micro quad copter so it may look a little different from a pure arduino board. Either way i'm having trouble getting a driver to install.
I'm new to all this so forgive my lack of knowledge. What happens when you plug a board into a computer for the first time? Does it react like any other hardware where it starts to detect/install a driver ?
issr7:
I'm new to all this so forgive my lack of knowledge. What happens when you plug a board into a computer for the first time? Does it react like any other hardware where it starts to detect/install a driver ?
It depends a bit on what the USB interface (assuming it has one) enumerates to. If the OS can recognize it (eg. generic mouse) then it can use it. If not it will offer to install drivers (which you have to provide if it can't find them).
You haven't said what operating system, but whatever it is I would try to find if it recognizes the USB port and if so what sort of device it thinks is on it.
Firmware. Determine what firmware the board manufacturer states should be used. If the board is truly supposed to function like an Arduino Leonardo then the firmware is available with the Arduino IDE.
Programmer. You will need a dedicated programmer like an USBtinyISP or a second Arduino compatible board.
The instructions on the video don't work for me. At 3:00 he mentioned after you install mutiwii guii, simply plug in the quad and start to program. well this part doesn't work for me.
Yes, or some jumperwires. As far as I can see tyhe MOSI,MISO,SCK are brought out to connectors.
You will need a programmer too, which could be an Arduino with the ArduinoISP sketch loaded.