Hi all,
I'm trying to get a simple message transmitted from an Arduino Uno via an HM10 Bluetooth transceiver to display on an Android phone. The phone is running the MIT Companion App.
The phone and HM-10 Bluetooth are pairing successfully using the functions in the app.
The RX light on the Arduino board flashes in time with the sending of the message, which suggests the message is being sent from the Arduino.
However it never displays on the app on the phone.
I thought I might have wired the HM-10 Bluetooth Transceiver incorrectly, and wondered if the Arduino isn't transmitting on the TX pin, but with the same wiring and another app I am able to send messages successfully from the phone to the Arduino via the HM-10 bluetooth so I know the Arduino RX pin is definitely working.
HM-10 to Arduino Uno Wiring:
RXD = 1 (TX)
TXD = 0 (RX)
GND = GND
VCC = 3.3v
My next guess is that there's something wrong in my app code around receiving and displaying the received message.
I have attached some pics and the code (both arduino side and phone app code), can anyone help? Thanks!!!!