Android Question Problem in Recieve Data from Bluetooth ESP32 in B4A

bahram1992

New Member
Hi, im using a ESP32 Bluetooth to send a number.
i use bluetooth serial in esp32 arduino to send number.
I can received this number in serial bluetooth terminal app in my phone.
I need just receive and show this number in android phone.
Time between send number is minimum 2 seconds but its asymmetric.
I spend more 3 days and cant solve this problem.
Please help me.
 

Attachments

  • ard.jpg
    ard.jpg
    14.7 KB · Views: 125

Brian Dean

Well-Known Member
Licensed User
Longtime User
You are not providing very much information - almost nothing at all. Here is a Bluetooth testbed - it might help you get started. I am always changing it so not everything will be working, but it should be enough to allow you to make contact with your ESP32 and exchange single characters. It is written for an HC-05 module using classic BT, not BLE. I think that the ESP32 supports both.
 

Attachments

  • Testbed.zip
    12 KB · Views: 184
Upvote 0
Top