Author Topic: Pro Micro driver update  (Read 6165 times)

0 Members and 1 Guest are viewing this topic.

Offline Norman_the_Owl

  • Thread Starter
  • Posts: 115
  • Location: New Jersey
Pro Micro driver update
« on: Thu, 17 November 2016, 12:15:18 »
I'm trying to make some USB protocol adapters with pro micro clones, and i can't get the step where you update to the flip drivers working. What's supposed to happen is the new hardware wizard is supposed to pop up and it doesn't. So i get deferred to the device manager, and i can't find the Atmega32u4 in the device manager.

Where do i find it to update the drivers, and when i do that, how do i stop the "best drivers are already installed" thing?

Running windows 10, and i'm apparently incompetent

Edit: worth noting i'm only posting here because pro micro is ungoogleable

Offline MJ45

  • HHKB Pro
  • Posts: 530
  • Location: Chicagoland
Re: Pro Micro driver update
« Reply #1 on: Thu, 17 November 2016, 12:46:21 »
This PDF from Amtel should help you out, http://www.atmel.com/Images/doc7769.pdf

Offline Norman_the_Owl

  • Thread Starter
  • Posts: 115
  • Location: New Jersey
Re: Pro Micro driver update
« Reply #2 on: Thu, 17 November 2016, 13:02:14 »
This PDF from Amtel should help you out, http://www.atmel.com/Images/doc7769.pdf

The new device wizard doesn't show up and the section lib-usbwin32 devices doesn't exist in my device manager

I already followed those instructions and it didn't work, that's why i came here to ask

Offline a-c

  • Posts: 196
  • Location: USA
Re: Pro Micro driver update
« Reply #3 on: Thu, 17 November 2016, 13:32:38 »
The Arduino Pro Micro does not have the standard Atmel DFU bootloader. It shows up as a generic serial port.

https://deskthority.net/workshop-f7/how-to-use-a-pro-micro-as-a-cheap-controller-converter-like-soarer-s-t8448.html

Offline dorkvader

  • Posts: 6288
  • Location: Boston area
  • all about the "hack" in "geekhack"
Re: Pro Micro driver update
« Reply #4 on: Thu, 17 November 2016, 13:38:35 »
what device specifically are you using, the pro micro? I used AVRdude, but you have to put the device in boot mode for it to work. Some relevant guides:

https://deskthority.net/workshop-f7/how-to-use-a-pro-micro-as-a-cheap-controller-converter-like-soarer-s-t8448.html
http://www.ladyada.net/learn/avr/avrdude.html

in windows device manager, the device usually shows up under USB serial ports

Offline Norman_the_Owl

  • Thread Starter
  • Posts: 115
  • Location: New Jersey
Re: Pro Micro driver update
« Reply #5 on: Thu, 17 November 2016, 13:45:42 »
what device specifically are you using, the pro micro? I used AVRdude, but you have to put the device in boot mode for it to work. Some relevant guides:

https://deskthority.net/workshop-f7/how-to-use-a-pro-micro-as-a-cheap-controller-converter-like-soarer-s-t8448.html
http://www.ladyada.net/learn/avr/avrdude.html

in windows device manager, the device usually shows up under USB serial ports

I'm using a pro micro clone, and these pro micros are new so should theoretically be in bootloader mode.

Thanks for the link to the guide, also i believe i found it as USB Serial device, so that's promising.

Just need to figure out the serial ports thing for windows, but the rest is starting to make sense now at least... Edit: the serial port (COM5) in my case is shown in device manager..i think
« Last Edit: Thu, 17 November 2016, 13:59:19 by Norman_the_Owl »

Offline Norman_the_Owl

  • Thread Starter
  • Posts: 115
  • Location: New Jersey
Re: Pro Micro driver update
« Reply #6 on: Thu, 17 November 2016, 14:38:17 »
Aaaaand i'm stuck again

What am i doing wrong now?

153150-0

Edit: Here's the kicker that's been stopping me the whole time, for posterity: After you reset the pro micro you have 8 seconds to flash it, and it switches com ports during that time. Flash to that port for it to work.
« Last Edit: Thu, 17 November 2016, 16:57:11 by Norman_the_Owl »