Author Topic: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57  (Read 8412 times)

0 Members and 1 Guest are viewing this topic.

Offline synerr

  • Thread Starter
  • Posts: 95
  • Location: London
Press any key to continue, any other key to quit.

Offline Pacifist

  • Report me *again* if there are gifs in my sig
  • * Elevated Elder
  • Posts: 3599
  • Location: Cali
  • on hiatus
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #1 on: Fri, 24 January 2014, 18:34:39 »
why not pro micro $5 usd

Offline Tranquilite

  • Posts: 144
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #2 on: Fri, 24 January 2014, 18:54:52 »
This one has more IO pins and a physical reset switch available. Depends on what your project needs I guess.

Offline jdcarpe

  • * Curator
  • Posts: 8852
  • Location: Odessa, TX
  • Live long, and prosper.
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #3 on: Fri, 24 January 2014, 19:09:18 »
These Micros and Pro Micros are so hard to flash with firmware, I don't know why anyone even bothers with them, just to save a few bucks.
KMAC :: LZ-GH :: WASD CODE :: WASD v2 :: GH60 :: Alps64 :: JD45 :: IBM Model M :: IBM 4704 "Pingmaster"

http://jd40.info :: http://jd45.info


in memoriam

"When I was a kid, I used to take things apart and never put them back together."

Offline Aer Fixus

  • Posts: 148
  • Location: Maine/Vermont United States
  • And now, back to lurking...
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #4 on: Fri, 24 January 2014, 19:53:34 »
These Micros and Pro Micros are so hard to flash with firmware, I don't know why anyone even bothers with them, just to save a few bucks.
Really? What does it entail to flash software to them? Also, are they reliable once programmed? I might have to reconsider using them if that is the case. I'd be using them because 10 for $50 is much better than 10 for $200.
               SOON: IN PROGRESS:

I lie all the time.... I really don't even like keyboards

Offline Parak

  • Posts: 532
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #5 on: Fri, 24 January 2014, 20:03:46 »
I found it kinda tricky and counterintuitive to flash a pro micro that I got, but for $5 I can't complain. Works well as long as you don't put too much stress on the usb plug.. might want to glue it down before using.

Offline Pacifist

  • Report me *again* if there are gifs in my sig
  • * Elevated Elder
  • Posts: 3599
  • Location: Cali
  • on hiatus
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #6 on: Fri, 24 January 2014, 20:05:20 »
I found it kinda tricky and counterintuitive to flash a pro micro that I got, but for $5 I can't complain. Works well as long as you don't put too much stress on the usb plug.. might want to glue it down before using.

Do you have any tutorials on how to do it? Mine came in the mail today ^-^

Offline Aer Fixus

  • Posts: 148
  • Location: Maine/Vermont United States
  • And now, back to lurking...
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #7 on: Fri, 24 January 2014, 20:07:15 »
I found it kinda tricky and counterintuitive to flash a pro micro that I got, but for $5 I can't complain. Works well as long as you don't put too much stress on the usb plug.. might want to glue it down before using.

How so? What was the process to flash it? Was it hard to find software? Hard to use software? Did it require an additional piece of hardware or physical modification to work correctly?

Also, good to know on the USB.
               SOON: IN PROGRESS:

I lie all the time.... I really don't even like keyboards

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #8 on: Fri, 24 January 2014, 20:25:48 »
Simplest process I've found so far for flashing pro micros is to short the reset and ground pins, then use avrdude from the command line. It would be easier with a button, but on a breadboard you can just have a wire hanging off reset that you touch on the USB connector ;)

Once it's settled on a serial port (COM8 in this example), this rune works to load firmware.hex:

Code: [Select]
avrdude -patmega32u4 -cavr109 -PCOM8 -Uflash:w:firmware.hex
Installing a version of the Arduino software gets you the device driver and avrdude. Perhaps we should put together a mini-install?

Offline Pacifist

  • Report me *again* if there are gifs in my sig
  • * Elevated Elder
  • Posts: 3599
  • Location: Cali
  • on hiatus
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #9 on: Fri, 24 January 2014, 20:28:27 »
Simplest process I've found so far for flashing pro micros is to short the reset and ground pins, then use avrdude from the command line. It would be easier with a button, but on a breadboard you can just have a wire hanging off reset that you touch on the USB connector ;)

Once it's settled on a serial port (COM8 in this example), this rune works to load firmware.hex:

Code: [Select]
avrdude -patmega32u4 -cavr109 -PCOM8 -Uflash:w:firmware.hex
Installing a version of the Arduino software gets you the device driver and avrdude. Perhaps we should put together a mini-install?

yes please!

More people are buying the pro micro now, it'll be great to have this.

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #10 on: Fri, 24 January 2014, 20:44:08 »
These Micros and Pro Micros are so hard to flash with firmware, I don't know why anyone even bothers with them, just to save a few bucks.

Jeez, grandad!

$40 gets me 2 Teensy or 5 Micro or 8 Pro Micro. Hmm.

Offline JPG

  • Posts: 1124
  • Location: Canada (Beloeil, near Montreal)
  • Model F is my new passion!
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #11 on: Fri, 24 January 2014, 20:52:47 »
I would be very interested as well, if mines show up ... but I have faith!
IBM F122, IBM XT F X2, IBM AT F (all Soarer converted), Filco Camo TKL Browns

Offline Pacifist

  • Report me *again* if there are gifs in my sig
  • * Elevated Elder
  • Posts: 3599
  • Location: Cali
  • on hiatus
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #12 on: Fri, 24 January 2014, 21:25:11 »
I would be very interested as well, if mines show up ... but I have faith!

Took them 2.5 weeks to arrive, but they're here

Offline obra

  • * Commercial Vendor
  • Posts: 137
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #13 on: Fri, 24 January 2014, 21:31:18 »
My experience with the Banggood Arduino micros is that they have really sketchy reset buttons and may be running an older version of the bootloader.
They basically work, but they appear to be unlicensed clones using the Arduino mark without permission.

Offline synerr

  • Thread Starter
  • Posts: 95
  • Location: London
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #14 on: Sat, 25 January 2014, 03:50:26 »
why not pro micro $5 usd

Closer replacement to the Leonardo
Press any key to continue, any other key to quit.

Offline synerr

  • Thread Starter
  • Posts: 95
  • Location: London
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #15 on: Sat, 25 January 2014, 03:52:40 »
These Micros and Pro Micros are so hard to flash with firmware, I don't know why anyone even bothers with them, just to save a few bucks.

In what way? I've never had a problem with my Leonardo.
Press any key to continue, any other key to quit.

Offline jdcarpe

  • * Curator
  • Posts: 8852
  • Location: Odessa, TX
  • Live long, and prosper.
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #16 on: Sat, 25 January 2014, 08:31:09 »

These Micros and Pro Micros are so hard to flash with firmware, I don't know why anyone even bothers with them, just to save a few bucks.

In what way? I've never had a problem with my Leonardo.

Well, I finally managed to get Soarer's Keyboard Controller firmware flashed to mine last night using avrdude on Linux. I had tried the same method several times before (thanks scottc from Deskthority), but kept getting error messages. I just kept at it last night, over and over until it finally wrote the firmware without an error message stopping the process. It must have taken 20 or more attempts to get it successfully flashed.

Teensy - first time, every time. To me, the frustration of dealing with this Pro Micro isn't worth the monetary savings. But that's just like, my opinion, man.
KMAC :: LZ-GH :: WASD CODE :: WASD v2 :: GH60 :: Alps64 :: JD45 :: IBM Model M :: IBM 4704 "Pingmaster"

http://jd40.info :: http://jd45.info


in memoriam

"When I was a kid, I used to take things apart and never put them back together."

Offline JPG

  • Posts: 1124
  • Location: Canada (Beloeil, near Montreal)
  • Model F is my new passion!
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #17 on: Sat, 25 January 2014, 08:39:33 »

These Micros and Pro Micros are so hard to flash with firmware, I don't know why anyone even bothers with them, just to save a few bucks.

In what way? I've never had a problem with my Leonardo.

Well, I finally managed to get Soarer's Keyboard Controller firmware flashed to mine last night using avrdude on Linux. I had tried the same method several times before (thanks scottc from Deskthority), but kept getting error messages. I just kept at it last night, over and over until it finally wrote the firmware without an error message stopping the process. It must have taken 20 or more attempts to get it successfully flashed.

Teensy - first time, every time. To me, the frustration of dealing with this Pro Micro isn't worth the monetary savings. But that's just like, my opinion, man.


Is it possible to do the same with Windows?
IBM F122, IBM XT F X2, IBM AT F (all Soarer converted), Filco Camo TKL Browns

Offline jdcarpe

  • * Curator
  • Posts: 8852
  • Location: Odessa, TX
  • Live long, and prosper.
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #18 on: Sat, 25 January 2014, 10:24:23 »


These Micros and Pro Micros are so hard to flash with firmware, I don't know why anyone even bothers with them, just to save a few bucks.

In what way? I've never had a problem with my Leonardo.

Well, I finally managed to get Soarer's Keyboard Controller firmware flashed to mine last night using avrdude on Linux. I had tried the same method several times before (thanks scottc from Deskthority), but kept getting error messages. I just kept at it last night, over and over until it finally wrote the firmware without an error message stopping the process. It must have taken 20 or more attempts to get it successfully flashed.

Teensy - first time, every time. To me, the frustration of dealing with this Pro Micro isn't worth the monetary savings. But that's just like, my opinion, man.


Is it possible to do the same with Windows?

Yes, I think you can use Soarer's post for guidance. You probably have to install Arduino IDE first, to get the drivers and the avrdude software.


Simplest process I've found so far for flashing pro micros is to short the reset and ground pins, then use avrdude from the command line. It would be easier with a button, but on a breadboard you can just have a wire hanging off reset that you touch on the USB connector ;)

Once it's settled on a serial port (COM8 in this example), this rune works to load firmware.hex:

Code: [Select]
avrdude -patmega32u4 -cavr109 -PCOM8 -Uflash:w:firmware.hex
Installing a version of the Arduino software gets you the device driver and avrdude. Perhaps we should put together a mini-install?
KMAC :: LZ-GH :: WASD CODE :: WASD v2 :: GH60 :: Alps64 :: JD45 :: IBM Model M :: IBM 4704 "Pingmaster"

http://jd40.info :: http://jd45.info


in memoriam

"When I was a kid, I used to take things apart and never put them back together."

Offline synerr

  • Thread Starter
  • Posts: 95
  • Location: London
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #19 on: Sat, 25 January 2014, 18:25:31 »

Well, I finally managed to get Soarer's Keyboard Controller firmware flashed to mine last night using avrdude on Linux. I had tried the same method several times before (thanks scottc from Deskthority), but kept getting error messages. I just kept at it last night, over and over until it finally wrote the firmware without an error message stopping the process. It must have taken 20 or more attempts to get it successfully flashed.

Teensy - first time, every time. To me, the frustration of dealing with this Pro Micro isn't worth the monetary savings. But that's just like, my opinion, man.

Not sure why so many seem to have gotten a bit worked up about this.

I needed a smaller factor alternative to my Leonardo (Olimexino-32U4 really) and that micro fitted the bill and was, in my opinion, a good by hence my post in case anybody was spending two or three times as much for the same thing.

To date I have only used my Olimexino from the Arduino IDE running my own code using the Arduino stock Keyboard and Mouse libraries for various bits and pieces.  I always have a safety 'jumper' where the device will only enter keyboard/mouse functionality if that pulled up pin is low.  Not once have I had an issue with the device not accepting programming (as long as I was referencing the correct device).

Ah well

Press any key to continue, any other key to quit.

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #20 on: Sun, 26 January 2014, 06:10:26 »
I don't see any need to get worked up about it either. Leonardo etc. programming works great if you stay completely within the Arduino universe, but any arguments here are considering a n00b wanting to simply load a .hex onto a device. Teensy wins on that count, no question. OTOH it's not super hard to get avrdude working, just a bit cryptic for a n00b, and once it's working it's almost as easy to reflash as Teensy.

I think having a variety of '32U4 boards is great, to fit different needs. Even made a thread about them ;)

Offline synerr

  • Thread Starter
  • Posts: 95
  • Location: London
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #21 on: Sun, 26 January 2014, 09:16:54 »
My experience with the Banggood Arduino micros is that they have really sketchy reset buttons and may be running an older version of the bootloader.
They basically work, but they appear to be unlicensed clones using the Arduino mark without permission.

Good to know I will come back after I receive mine.  Besides the Olimexino-32U4 I have an original UNO R3 SMD and a Fake Mega 2560 and UNO R3.

One of the reasons that I went with this purchase was that the website did not claim that this is an Arduino licensed product but rather just compatible and the picture did not show any Arduino links or trade marks.

I don't see any need to get worked up about it either. Leonardo etc. programming works great if you stay completely within the Arduino universe, but any arguments here are considering a n00b wanting to simply load a .hex onto a device. Teensy wins on that count, no question. OTOH it's not super hard to get avrdude working, just a bit cryptic for a n00b, and once it's working it's almost as easy to reflash as Teensy.



I find it terribly annoying on many boards and channels.  As soon as someone who is not part of the established old guard says something or asks something that shakes the jeopardises the status quo of the perfect world according to them hoards of chiwawas come out to yap at the heel.  Gets tiring.


I think having a variety of '32U4 boards is great, to fit different needs. Even made a thread about them ;)


Cool work!  Bookmarked.  Been spending some of my limited free time getting my head around USB and the Linux input stack.  To date, from an electronics perspective, to date, I have only toyed with some code for Arduino.  I do have plans for a handful of projects and may want to move away from Arduino and graduate to coding directly for the avr or pic, which decision may boil down to flexibility of the development environment on Linux.


Press any key to continue, any other key to quit.

Offline whiskytango

  • Posts: 576
  • Location: Birmingham, Alabama
  • Don't touch the trim
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #22 on: Tue, 11 March 2014, 09:44:16 »
Maybe this is a good place to post this:

Five pro micros shipped from within US for $22.37... not too bad if you want a few of them. And it shouldn't take as long as it does from China if you are in the US. I just ordered, so I'll see how it goes.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=221391505446&ssPageName=ADME:L:OC:US:3160
I stay busy with work and family these days, but I'm still around, lurking.

Offline dorkvader

  • Posts: 6289
  • Location: Boston area
  • all about the "hack" in "geekhack"
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #23 on: Wed, 12 March 2014, 19:49:17 »
Maybe this is a good place to post this:

Five pro micros shipped from within US for $22.37... not too bad if you want a few of them. And it shouldn't take as long as it does from China if you are in the US. I just ordered, so I'll see how it goes.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=221391505446&ssPageName=ADME:L:OC:US:3160

I got in on this.

Got a good looking shipping notification via email the very next morning. I have high hopes that this is an awesome seller.

Offline whiskytango

  • Posts: 576
  • Location: Birmingham, Alabama
  • Don't touch the trim
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #24 on: Wed, 12 March 2014, 21:09:04 »
same here. mine should be in on Friday. I won't get a chance to play with them this weekend though.
I stay busy with work and family these days, but I'm still around, lurking.

Offline False_Dmitry_II

  • Posts: 1107
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #25 on: Thu, 13 March 2014, 00:48:02 »
Maybe this is a good place to post this:

Five pro micros shipped from within US for $22.37... not too bad if you want a few of them. And it shouldn't take as long as it does from China if you are in the US. I just ordered, so I'll see how it goes.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=221391505446&ssPageName=ADME:L:OC:US:3160

I got in on this.

Got a good looking shipping notification via email the very next morning. I have high hopes that this is an awesome seller.

Just how good of an iron do you need to be able to use those? Mine is some random cheap thing barely adequate for moving switches around.
"Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety." - Ben Franklin (11 Nov. 1755)

Offline dorkvader

  • Posts: 6289
  • Location: Boston area
  • all about the "hack" in "geekhack"
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #26 on: Thu, 13 March 2014, 19:16:33 »
I plan to make them into soarer converters, so I only need 4 connections.

The biggest issue I have with soldering teensy, etc is that it requires a pretty thin tip, as the pads don't have much space. If you want, you can get your shipped to me, I'll solder on the headers and mail them to you. Then you can just get some connectors and not have to solder at all.

Offline whiskytango

  • Posts: 576
  • Location: Birmingham, Alabama
  • Don't touch the trim
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #27 on: Fri, 14 March 2014, 20:48:06 »
Got a package today with five little bundles in it. Pro Micros are here, and they appear to power up at least. I am happy with this ebay seller. Got them shipped in three days for $4.48 each. Pics:

I stay busy with work and family these days, but I'm still around, lurking.

Offline dorkvader

  • Posts: 6289
  • Location: Boston area
  • all about the "hack" in "geekhack"
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #28 on: Fri, 14 March 2014, 20:54:58 »
Yeah I received mine as well, Haven't tested them yet, but I have been very impressed with the seller, ship time (time from when I paid to when they mailed it out), packing condition, bundled extras (pre-cut legs, etc) and all that jazz.

I'm going to load soarer's code on all of them and make a ton of PS2 ot USB converters with them. Maybe I'll even make a 4704 / pingmaster converter. Who knows: the sky is the limit!

gonna do pretty much the same. I want to use them as internal dedicated converters for some WYSE boards, and maybe use one to USB mod a Model M.
I forgot! I have a WY-30 that I've been wanting to mod to USB pretty much since I first joined GH. This is perfect.
« Last Edit: Fri, 14 March 2014, 22:21:47 by dorkvader »

Offline whiskytango

  • Posts: 576
  • Location: Birmingham, Alabama
  • Don't touch the trim
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #29 on: Fri, 14 March 2014, 20:57:39 »
gonna do pretty much the same. I want to use them as internal dedicated converters for some WYSE boards, and maybe use one to USB mod a Model M.
I stay busy with work and family these days, but I'm still around, lurking.

Offline E TwentyNine

  • Posts: 884
    • Some of My Keyboards
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #30 on: Fri, 14 March 2014, 20:59:39 »
Awesome. I ordered a set as well, and I don't even have an immediate need for any of them.  Figured at some point I'd mod both my AT F's to USB, convert two terminal M's, maybe even get that modern day unsaver set up.  Well hell, guess I do have some need for them.

Sure I'll find a use somewhere else for my Teensy that's currently on my DD AT F.
Daily driver: SSK or Tenkeyless IBM AT
1984 Model M Industrial Prototype ⌨ 1992 Black Oval Industrial SSK ⌨ 1982 5251 Beam Spring ⌨ 89 Key "SSK" ⌨ M13 triplets

Offline E TwentyNine

  • Posts: 884
    • Some of My Keyboards
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #31 on: Mon, 17 March 2014, 16:04:47 »
One business day shipping, these things look good so far, which is to say they light up.

Is there any kind of diagnostic / smoke test that can be run on these to test their health?
Daily driver: SSK or Tenkeyless IBM AT
1984 Model M Industrial Prototype ⌨ 1992 Black Oval Industrial SSK ⌨ 1982 5251 Beam Spring ⌨ 89 Key "SSK" ⌨ M13 triplets

Offline clickclack123

  • Posts: 357
  • Location: Australia, Mate!
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #32 on: Mon, 17 March 2014, 17:29:39 »
One business day shipping, these things look good so far, which is to say they light up.

Is there any kind of diagnostic / smoke test that can be run on these to test their health?

I'd just check to see that I can successfully load some code onto them.

The pro micro doesn't have a led on pin 13 like the other Arduinos so the standard blink program won't appear to do anything. Load this code onto it to see if that works. I'd say it works fine if you can successfully do that. Remember that with the Pro Micro you have to quickly double tap between the RST pin and GND to get to the bootloader.

Offline E TwentyNine

  • Posts: 884
    • Some of My Keyboards
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #33 on: Mon, 17 March 2014, 18:59:26 »
What's the secret to getting the driver installed on 64-bit Windows 7?

Edit2:  The drivers here seem to be working: https://github.com/sparkfun/SF32u4_boards/blob/master/driver/ProMicro.inf
« Last Edit: Mon, 17 March 2014, 19:32:12 by E TwentyNine »
Daily driver: SSK or Tenkeyless IBM AT
1984 Model M Industrial Prototype ⌨ 1992 Black Oval Industrial SSK ⌨ 1982 5251 Beam Spring ⌨ 89 Key "SSK" ⌨ M13 triplets

Offline E TwentyNine

  • Posts: 884
    • Some of My Keyboards
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #34 on: Mon, 17 March 2014, 19:13:06 »
Got a package today with five little bundles in it. Pro Micros are here, and they appear to power up at least. I am happy with this ebay seller. Got them shipped in three days for $4.48 each.

Looks at your pics.  Note the bags say "Pro Mini Atmega328P"?

Mine do too.  The boards inside are all "Pro Micro", but freaked me out for a minute there....
Daily driver: SSK or Tenkeyless IBM AT
1984 Model M Industrial Prototype ⌨ 1992 Black Oval Industrial SSK ⌨ 1982 5251 Beam Spring ⌨ 89 Key "SSK" ⌨ M13 triplets

Offline clickclack123

  • Posts: 357
  • Location: Australia, Mate!
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #35 on: Mon, 17 March 2014, 20:02:49 »
What's the secret to getting the driver installed on 64-bit Windows 7?

Edit2:  The drivers here seem to be working: https://github.com/sparkfun/SF32u4_boards/blob/master/driver/ProMicro.inf

I'm using Win7 64bit and it just worked™.

Offline E TwentyNine

  • Posts: 884
    • Some of My Keyboards
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #36 on: Mon, 17 March 2014, 20:13:26 »
What's the secret to getting the driver installed on 64-bit Windows 7?

Edit2:  The drivers here seem to be working: https://github.com/sparkfun/SF32u4_boards/blob/master/driver/ProMicro.inf

I'm using Win7 64bit and it just worked™.

Which driver?

And again with the edit:   WEIRD.  After installing a couple of different drivers, went back to the Sparkfun driver, installed it, doing the *SAME THING* as I was doing before and now it is working.

I'm going to chalk it up to a cable problem or windows hating me.
« Last Edit: Mon, 17 March 2014, 20:35:54 by E TwentyNine »
Daily driver: SSK or Tenkeyless IBM AT
1984 Model M Industrial Prototype ⌨ 1992 Black Oval Industrial SSK ⌨ 1982 5251 Beam Spring ⌨ 89 Key "SSK" ⌨ M13 triplets

Offline clickclack123

  • Posts: 357
  • Location: Australia, Mate!
Re: Arduino Micro R3 ATmega32u4 Microcontroller £ 5.57
« Reply #37 on: Mon, 17 March 2014, 21:24:44 »
What's the secret to getting the driver installed on 64-bit Windows 7?

Edit2:  The drivers here seem to be working: https://github.com/sparkfun/SF32u4_boards/blob/master/driver/ProMicro.inf

I'm using Win7 64bit and it just worked™.

Which driver?

And again with the edit:   WEIRD.  After installing a couple of different drivers, went back to the Sparkfun driver, installed it, doing the *SAME THING* as I was doing before and now it is working.

I'm going to chalk it up to a cable problem or windows hating me.

Not sure... Maybe "Arduino Leonardo", from memory? I think it came up with the "checking windows update for drivers" message when I first plugged it in. The Pro Micros I got off ebay mentioned the bootloader in the description: "Leonardo Pro Micro ATmega32U4 IDE 1.0.3 Bootloader replace Mini for Arduino".

They can be fiddly at times, with the double-tap bootloader thing. I think most of the problem is Windows taking an eternity to recognize a new COM port when it appears. By the time it's recognized, the 8 seconds is almost up. I have a strong suspicion that they are much easier to work with under linux. What would be really good is if, after the double-tap, it would just stay in bootloader mode, like when you push the reset button on a Teensy or an Arduino Micro. I don't understand why they don't do that.
« Last Edit: Mon, 17 March 2014, 21:58:09 by clickclack123 »