Skip to main content

Questions tagged [arduino-pro-micro]

The Pro Micro is an Arduino-compatible microcontroller. It is similar to the Pro Mini except with an ATmega32U4 on board. The USB transceiver inside the 32U4 allows us to add USB connectivity on-board and do away with bulky external USB interface.

28 questions with no upvoted or accepted answers
3 votes
0 answers
1k views

I have a pro micro and I'm running the IDE on linux. The IDE easily recognises that my board is on /dev/ttyACM0 so i can flash programs on to it. I am testing the following code void setup() { ...
Ashwin Kumar k's user avatar
2 votes
0 answers
558 views

I wired an MPU 6050 to an Arduino Pro Micro: ...and installed the MPU 6050 library by Electronic Cats in the Arduino IDE. I used the IMU_Zero sketch to capture the acceleration and gyro offsets. I ...
Marcelo F's user avatar
2 votes
0 answers
637 views

I am working on a project where I am taking the the key presses from a PS/2 keyboard and passing them to several pro micro boards so I can type the same commands on multiple computers at the same time....
landres's user avatar
  • 21
2 votes
0 answers
332 views

sorry if this isn't the done thing. I have a little red space invader shaped board that has an arduino chip on the back from a conference. There is an LCD display and I've just got it to function ...
shmink's user avatar
  • 141
2 votes
0 answers
3k views

I am using Sparkfun Arduino Pro Micro with an ATmega32u4(3.3v, 8MHz) on it (https://www.sparkfun.com/products/12587) and a HC-05 Bluetooth Module. I also running this on Windows 10. I've made these ...
user20180's user avatar
2 votes
0 answers
580 views

Is there a difference between Pro Micro 8MHz 3.3V and LilyPad USB bootloaders? Both are based on 32U4 running at 8 MHz.
Jawa's user avatar
  • 31
2 votes
0 answers
65 views

Im using Spark fun´s Pro micro: https://learn.sparkfun.com/tutorials/pro-micro--fio-v3-hookup-guide/hardware-overview-pro-micro And Digole OLED 1.8" hooked up with UART: http://www.digole.com/index....
MrHaze's user avatar
  • 81
1 vote
0 answers
73 views

I have an Amprobe 38XR-A (sometimes seen as a meterman), these DMM's have a IR RS232 port on top and transmit a HEX code. Using the official cable I get a hex value of: 08000400500A0 I am attempting ...
Ash_noob's user avatar
1 vote
0 answers
101 views

I'm trying to troubleshoot an issue with avrdude involving a Raspberry Pi and a transistor to control the reset pin on an Arduino Pro Micro (atmega32u4). Where can I find information on the reset/...
SofaKng's user avatar
  • 151
1 vote
0 answers
189 views

Hi i just wanna ask if its possible to do this on HC05. So i can send some keyboard function? and if yes can you tell me how. Thanks
Jonathan Agravante's user avatar
1 vote
0 answers
224 views

I am working on a bluetooth HID device. There are libraries which make HID devices a cake walk if you are making a wired version of your HID device. I managed to configure my bluetooth module to ...
REVOLUTION's user avatar
1 vote
0 answers
501 views

I have been working on making a HID compatible Gamepad using Pro Micro and HC-05 module. I have successfully configured the class of HC-05 module to appear as an Input device(A gamepad) on my PC ...
REVOLUTION's user avatar
1 vote
0 answers
675 views

I've been struggling with this issue for a few days on and off now.  I made a custom PCB (schematic) for a smaller Arduino Pro Micro and it works - mostly.  The only issue I had was that the pins on ...
av324192's user avatar
1 vote
0 answers
63 views

My project is a head mouse for which I am using two arduino boards . I want to upload a specific program to a specific arduino. How can I do it? And if I need to use a pid or com port id about which ...
Nahian Rifaat's user avatar
1 vote
0 answers
122 views

My arduino pro micro started behaving weird. I noticed it had crashed with very simple code on it (basically just two lines of fastled code followed by a delay. Then it didn't appear as a USB device ...
Julian Finn's user avatar

15 30 50 per page