Arduino Pro Micro and Bluetooth Module

I’ve connected a Bluetooth Module (HC-06) to an Arduino Pro Micro but I can’t send data to the Arduino. I’ve been able to successfully connect to the module, but I can’t seem to send/receive anything to/from the Arduino.

I’ve tried hooking up the module to an Arduino Uno and that worked.

I tried connecting the Arduino Pro Micro to the computer, but I noticed that the computer didn’t see the board (the port menu wasn’t showing any boards). So I believe that that is the problem, but I don’t know how to fix it.

I believe the Pro-Micro has 2 serial connections?

Also have you added the “Add-On” files to the IDE? (under hardware directory?)

That should at least get you the different board options.

I also believe you need to install the drivers for the board first…

(I am having Pro-Micro issues as well…hence I found your post)

good luck!