Hi. Trying to connect to HC-05 BT module. To get me started, I am using this example https://www.b4x.com/android/forum/threads/hc-05-classic-bluetooth.66677/#content (just the android code) to try and achieve a connection to a HC-05 BT module.
The BT module is connected to an Arduino + GPS module - the Arduino is sending Lat + Long over BT using the HC-05. I can use an app from the Play Store (Bluetooth Terminal HC-05) to see the serial data - so I know the Arduino / GPS / HC-05 is working.
Using this example, I needed to change the target SDK in the manifest to 26, otherwise I have made no changes to the example code.
I would think this should let me achieve a connection?
There is no log error - simply trying to connect times out.....
Any ideas? Thank you!
The BT module is connected to an Arduino + GPS module - the Arduino is sending Lat + Long over BT using the HC-05. I can use an app from the Play Store (Bluetooth Terminal HC-05) to see the serial data - so I know the Arduino / GPS / HC-05 is working.
Using this example, I needed to change the target SDK in the manifest to 26, otherwise I have made no changes to the example code.
I would think this should let me achieve a connection?
There is no log error - simply trying to connect times out.....
Any ideas? Thank you!