Page 1 of 1

I want to send a notification to the nrf connect app via BLE using nimble when my esp32 gets connected with wifi.

Posted: Thu Dec 07, 2023 7:29 pm
by hamxa2657
Any help sample code will be appreciated.

Re: I want to send a notification to the nrf connect app via BLE using nimble when my esp32 gets connected with wifi.

Posted: Fri Dec 08, 2023 2:55 am
by ESP_Minatel
Hi,

You should start here: examples/bluetooth/nimble/bleprph.

Re: I want to send a notification to the nrf connect app via BLE using nimble when my esp32 gets connected with wifi.

Posted: Fri Dec 08, 2023 5:24 am
by hamxa2657
I had that example but im unable to trigger a notification to the nrf connect app. for example when esp32 gets connected with the wifi i want my bleprph to send a notification automatically that the connection is established. i have gone through this example but didnt find any luck to trigger it anyways..:(