hi,
Is there any Status indication pin(GPIO) for Classic bluetooth in ESP32? ,Like the polarity changes in the pin if the Bluetooth is paired and not paired.
Connection status pin
Re: Connection status pin
Not by default. However, within the ESP-IDF you can be notified by event callbacks of events that occur at the BLE level. Your own event handlers can then choose to change the state of GPIO pins to externally reflect internal state. This would be a combination of BLE event handling and GPIO state in your own application logic.
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Who is online
Users browsing this forum: No registered users and 93 guests