Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLE/NRF and esp32_gatts_func.c #2493

Closed
MaBecker opened this issue Apr 23, 2024 · 1 comment
Closed

BLE/NRF and esp32_gatts_func.c #2493

MaBecker opened this issue Apr 23, 2024 · 1 comment
Labels
ESP32 This is only a problem on ESP32-based devices

Comments

@MaBecker
Copy link
Contributor

Some findings on forum BLE/NRF errors .

Will create a pr at the end when everything is working as expected.

  • first finding, fix suggested by fanoush

image

@MaBecker MaBecker added the ESP32 This is only a problem on ESP32-based devices label Apr 23, 2024
@MaBecker
Copy link
Contributor Author

Now it works - many thanks to Gordon!

>
>Event:ESP_GATTS_CONNECT_EVT gatts_if:4
Event:ESP_GATTS_CONNECT_EVT gatts_if:5
Event:ESP_GATTC_CONNECT_EVT gattc_if:3
gattc_event_handler: 40
Event:ESP_GAP_BLE_AUTH_CMPL_EVT
Event:ESP_GATTS_MTU_EVT gatts_if:4
Event:ESP_GATTS_MTU_EVT gatts_if:5
Event:ESP_GATTS_READ_EVT gatts_if:5
Event:ESP_GATTS_RESPONSE_EVT gatts_if:5
Event:ESP_GATTS_READ_EVT gatts_if:4
Event:ESP_GATTS_RESPONSE_EVT gatts_if:4
Event:ESP_GATTS_WRITE_EVT gatts_if:4
Event:ESP_GATTS_RESPONSE_EVT gatts_if:4
Got:  {
  "data": new Uint8Array([69, 115, 112, 114, 117, 105, 110, 111, 32]).buffer
 }
> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ESP32 This is only a problem on ESP32-based devices
Projects
None yet
Development

No branches or pull requests

1 participant