Search found 2 matches
- Mon Dec 23, 2019 5:23 pm
- Forum: General Discussion
- Topic: Cannot connect ESP32 (as master/initiator) with password over bluetooth
- Replies: 3
- Views: 9103
Re: Cannot connect ESP32 (as master/initiator) with password over bluetooth
chegewara, thank you for a reply! I tried to register the events: ESP_BT_GAP_AUTH_CMPL_EVT ESP_BT_GAP_PIN_REQ_EVT ESP_BT_GAP_KEY_REQ_EVT ESP_BT_GAP_KEY_NOTIF_EVT but without success. I don't received any message. Here is my scrap of code: void gap_callback(esp_bt_gap_cb_event_t event, esp_bt_gap_cb_...
- Thu Dec 19, 2019 3:18 pm
- Forum: General Discussion
- Topic: Cannot connect ESP32 (as master/initiator) with password over bluetooth
- Replies: 3
- Views: 9103
Cannot connect ESP32 (as master/initiator) with password over bluetooth
Hello, I was trying to connect ESP32 with OBD II adapter - ELM327 over bluetooth. I tried various options and generally, ELM 327 is receiving my messages, but don't answer them. I tried to communicate ESP32 with Android phone without password and BT Serial communication works properly. But in my pri...