ESP32 DevKit WIFI+BLE / BLE connect problem / ERROR: new parameter in esp_ble_gattc_open ??? #7405
Replies: 1 comment
-
Posted at 2018-11-06 by JumJum Sorry, Definition is
Any idea to understand this parameter would be big help Posted at 2018-11-12 by @gfwilliams I think this is in normal Espruino nRF52 builds: https://github.com/espruino/Espruino/blob/master/libs/bluetooth/bluetooth_utils.c#L89 As I understand it you have 2 basic address types that everyone uses:
There may be others but those are the 2 that get the most use. Posted at 2020-06-11 by markopraakli Hello I have a exactly same problem with 2v05 version.
or
doesn't work at all. What's wrong? Posted at 2020-06-11 by @MaBecker Well, as ESP32 is an unsupported device not all functions are working/available, like the one you tried. But you are welcome to fix/add functions for the ESP32. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2018-11-06 by Engineer
Hello everyone!
I'm using ESP32 DevKit with
espruino_2v00_esp32
NRF.setScan(), NRF.findDevice() - work fine.
NRF.connect() and BluetoothRemoteGATTServer.connect() return
ERROR: new parameter in esp_ble_gattc_open ???
I've tried almost all examples from Espruino Tutorials.
Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions