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.
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.