This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BLE communication between ESP32 & NRF5340

Hi, 

 I am now working on communication part between esp32 and nrf5340. I want to send the data via ble from nrf5340 and it will receive by esp32. Now, I can able to connect both the devices by giving proper service uuid. But, to read the data which is send by nrf5340. I need give characteristic uuid. I have tried with the Tx characteristic uuid which was shown in nrf connect mobile application. Even, I can't able to connect to read data. So, kindly tell me how can i resolve this.

Thanks & Regards

Navin

Parents Reply
  • Okay simon,

     I need to transfer data from nrf5340 to esp32. Then from esp32 to cloud by using wifi. This is what we are trying to do.

    I have tried lots of way. But I can't able to crack it. I can able to create connection among them. But the data will not received by esp32. In nordic i am using ble peripheral sample.

    Kindly, guide me in a good way to achieve this.

Children
Related