FAQ

I have a problem with my board, impossible to reconize the COM port. Windows 7 say : unable to request usb descriptor...I want to re-burn bootloader (with USBTinyISP) but the Ardu...

userHead JaneYu 2016-06-08 01:36:34 8 Views6 Replies

I have a problem with my board, impossible to reconize the COM port. Windows 7 say : unable to request usb descriptor...
I want to re-burn bootloader (with USBTinyISP) but the Arduino IDE say : "avrdude: initialization failed, rc=-1"
I use the board setting : Arduino leonardo
Is a traditional arduino bootloader inside this board ?

2016-08-25 03:37:59

I have destroyed 2 boards when connecting POE and the USB at the same time programming - what would cause this?

userHeadPic JaneYu
2016-08-19 20:05:59

Yes... but not very protective for bottom pins ...
My intent is to place board in Network Patching Cabinet... It's a raw environment...
And most of Arduino Uno Case won't fit the Ethernet connector...

userHeadPic JaneYu
2016-06-21 18:38:40

Note that this board is based on Arduino Leonardo, which has built-in USB support, instead of using a separate chip for USB communication like most Arduino boards. This means that recognizing the device is a bit more finicky. See "Automatic (Software) Reset and Bootloader Initiation" here: https://www.arduino.cc/en/M.... Uploading to the board requires resetting it, and that means temporarily breaking USB connection. The software does not always succeed at (re-)establishing connection.

In my experience, manually resetting the board is frequently necessary. This is my approach on Windows: With the Ethernet board connected to the computer, press and hold the reset switch for a few seconds, allowing Windows to detect the disconnect, then release the reset switch, allowing Windows to re-establish connection. Windows will produce 3 audible tones during this process, one after disconnect and two after reconnect. The board should be recognized a few seconds after the last tone. If you do this too quickly, the connection will not be established and the virtual serial port will not be available.

A similar technique for programming the board is described under "Uploading Code to the Leonardo and Micro" here: https://www.arduino.cc/en/G....

userHeadPic JaneYu
2016-06-21 18:33:42

Hi, what is your mean of L1 or D2 getting hot? If the w5500 chip gets hot, it's OK.

userHeadPic JaneYu
2016-06-07 14:59:53

Need to define the "SS" pin again, but not sure whether the library is compatible with W5200 and W5100 together.

userHeadPic JaneYu
2016-04-22 17:52:21

So, what is about a W5200 Ethernet shield with a Bluno M3, http://www.dfrobot.com/inde... http://www.dfrobot.com/inde...

userHeadPic JaneYu