This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problem with Communicate BLE and WiFi using one UART?

Hi,

I am developing application using nRF52832, s132, sdk13.2 which is collect sensor data and sent it to server. I have sent data to server using nRf52832 and interface with wifi module via UART. Now problem is i want to configure WiFi module credentials using BLE with android app, when i connect BLE to android app and sent wifi credentials to nRF52832 chip store it in one buffer and OFF BLE trying to switch this same UART for WiFi communicating. But at this time my hardware is reset and this credentials buffer is empty. So sir how i can communicate with BLE and then off this BLE connection switch to WiFi using only one UART. Please give me some example code and reference tutorial which is useful for me. '

Thanks......

Related