Skip to content
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

Requesting USB VID/PID for the Raytac MDBT50Q-DB-40 #3128

Closed
Arudinne opened this issue Jul 7, 2020 · 2 comments
Closed

Requesting USB VID/PID for the Raytac MDBT50Q-DB-40 #3128

Arudinne opened this issue Jul 7, 2020 · 2 comments
Assignees

Comments

@Arudinne
Copy link

Arudinne commented Jul 7, 2020

I was told that I cannot reuse the VID/PID in this pull request: #3127

I do not have my own pair and I do not see anything about one in Raytac's documentation for this board: https://www.raytac.com/product/ins.php?index_id=81

Thanks!

@dhalbert
Copy link
Collaborator

dhalbert commented Jul 7, 2020

Here you go!

RayTac MDBT50Q-DB-40  VID 0x239A    PID 0x00BB  # bootloader
                                    PID 0x80BB  # arduino
                                    PID 0x80BC  # circuitpython

For CircuitPython, use these values.

USB_VID = 0x239A
USB_PID = 0x80BC

@markbirss
Copy link

@dhalbert
Hi Dan

Does this mean I can use this for the Adafruit Bootloader for this same board
adafruit/Adafruit_nRF52_Bootloader#233

USB_VID = 0x239A
USB_PID = 0x00BB

Jasonbroker pushed a commit to KeyStarStudio/Adafruit_nRF52_Bootloader that referenced this issue Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants