-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB Device Unknown Descriptor after build #35
Comments
@rwcts any luck with this? I have the same thing but can only find old dead threads describing the problem, not any with a solution.. |
no luck as of yet. Since I have quadruple checked all solder joints I'm not sure. I'm thinking something may be soldered in wrong but all polarized components look to be correct according to the assembly instructions. There were some discrepancies in the assembly as the board I have is black and the picture is white. One of the assembly instructions i found show the chip to be installed one way but im following the board graphics to place the chip in correctly. I tried a different cable as that can definitely cause this type of issue too but I have used 4 cables with the same issue. Tried a different computer and port as that can cause it too. Otherwise no luck at this point. |
Hi, |
no change for me :( @hsgw what is a good series of steps for troubleshooting this? I'm using windows, but I can also try with linux if needed. The behaviour is:
Should I test the soldering with a multimeter? And what should I check? Thanks!! |
@jbeanland The following steps may be helpful.
If these steps completely confirm that it does not work, you know that it does not work due to component failure or error.
There is no way to confirm this. The easiest way is simply to re-write bootloader.
Reset is hardware reset, Boot is entering bootloader mode when the device starts. |
I did attempt another computer with the same results. In the instructions on how to load a bootloader it should not detect a usb plugged in until clicking and holding down, in a various way the reset and power buttons. It detects the connection to the keyboard (unknown descriptor). Is there a way to start attempting to load the bootloader? I did check continuity on all connections on the board. all are good too. I get voltage through parts of the board as well. 5v and around 3v (from memory) |
There is no way to get into the bootloader other than by pressing the reset and boot buttons. If you are sure that the hardware assembly is perfect and the bootloader has been written, then it might be a fault or error in the MCU, the crystal, or the capacitors around it. VUSB requires a precise oscillator frequency, and some host computers may not work at all. |
Thanks for the information @hsgw, this all helps a lot. I will try some stuff and report back if I find a solution. |
Just wanted to say, I've also hit this issue. Originally I sourced my own PCB's and components but after having this issue I then sourced a kit through mechboards and I'm still having the same issue. A couple of things I did note, none of the LEDs light or blink at all, I'm not sure if they should? Also the BOOT / RESET buttons appear to be doing nothing. If I hold both buttons down and plug in the USB, I still get the USB device not recognised prompt in windows and whilst plugged in, the reset button does nothing. I assumed it should disconnect and reconnect if pressing the button with the USB connected? @rwcts "One of the assembly instructions I found show the chip to be installed one way but I'm following the board graphics to place the chip in correctly." which component was this? |
It was the main chip on the board. It was showing the opposite direction in some instructions. |
The RESET button is a basic function of the MCU, so it is strange behavior that nothing happens. Just to clarify, after you press the RESET/BOOT button, do you release the RESET button first? |
@hsgw correct, but I have tried all combinations of button presses :) One thing I should have mentioned and I feel may be important is I have not soldered all my switches and diodes yet as I was wanting to test the MCU / main board before I soldered all my switches, but I've just checked the PCB and noticed the boot button is tied into the COL3 switch, so I will try that and hope I've not been wasting your time! |
This is correct. BOOT and col3 share MCU pins. |
@rwcts @jbeanland So after a bunch of debugging my issue turned out to be that my MCU that I purchased as part of the kit was not flashed with a bootloader (the description said it was). I ended up following this guide to get the bootloader flashed https://www.algorist.co.uk/post/how-to-burn-the-plaid-keyboard-bootloader-using-arduino-nano/ |
I have double and triple checked the soldering and looked at it under the scope but all looks good. After getting it all done I connected it via USB and I heard the Windows USB detection sound. That is when it showed that the device connected is having issues and gave an unknown descriptor message in device manager. Suggestions on what to do next?
This was purchased from Mechboards with pre-flash with a bootloader. https://mechboards.co.uk/shop/kits/plaid-kit/
The text was updated successfully, but these errors were encountered: