How do you communicate with a bluetooth module? #565
Unanswered
hankertrix
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, you can either use a hardware serial which is going to be the most reliable solution. That's just any of the If you really want software serial, your best bet is the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Arduino library seems to have a SoftwareSerial module, which I can't find in this HAL. Are there any examples of working with a Bluetooth module, like an HM-10?
I just need to be able to send text commands from a phone to the Arduino using the Bluetooth module.
Beta Was this translation helpful? Give feedback.
All reactions