Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
772 views

Arduino Pro micro Serial communication problem with Node MCU

I recently bought an ATmega32U4 based Arduino Pro micro. I am using the Keyboard library and interfacing with my PC via USB. I am trying to create a serial communication between the Arduino Pro micro ...
Rishabh's user avatar
1 vote
1 answer
2k views

Arduino Joystick Library not Recognized by Games (Steam)

I have an Arduino Pro Micro running code that uses the Arduino joystick library to act as a gamepad. I'm just doing testing right now so there's a single button wired up and configured in the code. ...
Orion DeYoe's user avatar
1 vote
1 answer
3k views

What does a tilde (~) mean as annotation for a data pin?

When I examine the datasheet for the Arduino Micro (couldn't find the Pro Micro on their site, btw) then I see some data pins annotated with a ~ character, and some are not. For instance, D9 has a ~ ...
Bram's user avatar
  • 209
1 vote
0 answers
62 views

How to fetch the com port or any id I can use to upload specific program to a specific arduino? e.g. "a.ino" to arduino micro

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
2 votes
1 answer
945 views

Pro Micro recognised as Micro (win10, IDE 1.8.1)

I just got this pro-micro clone 5V and it's my first pro micro ever. After reading lots of discussions about how easy it is to brick and how it's just a smaller Leonardo, I've also found tutorials ...
SF1's user avatar
  • 145
0 votes
1 answer
133 views

Why does Keyboard.Print adds random values to url?

I'm trying to print a sequence of power shell commands including a url to the powershell interpreter but every time I execute it with the Arduino Micro it adds random values to the url. Here's the ...
Katz's user avatar
  • 129
1 vote
2 answers
911 views

Hardware network-infrastructure for a fully-arduino-based home-automation project

As already mentioned in another question, I'm spending LOT of time planning the home-automation system for my new house (currently still in the "still building" phase). Even if started only as a "...
Damiano Verzulli's user avatar
3 votes
2 answers
4k views

if(Serial) not working correctly on micro or pro micro

I have an arduino micro and several clone "pro micro"'s both of which are based on the 32u4, i'm trying to make my project have a debug mode which is only active when the serial port is open, the ...
James Kent's user avatar