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

Problem with Wi-Fi communication and BLE communication?

Hi,

I am trying to send data to server using ESP8266 WiFi module interface with nRF52832 DK board via UART interface. My problem is when i sent AT command to ESP8266 it get respond but i want to set SSID name and Password of WiFi using android APP. So sir is it possible to communicate BLE as well as wifi using UART in nRF52832. Can you provide me some useful link or reference sample example tutorial for communicating wifi with nordic. I know this Link tutorial but this is not for ESP8266. Can i use other vendor library with nordic SDK for nRF52832.

Parents
  • Unfortunately I don't have an esp8266, nor do I have the time to make examples for you as the holiday season is coming up. I suggest that you take small steps and start with the simplest AT commands the esp8266 provides. Make sure that you are able successfully send the commands back and read response messages from the esp8266. I suppose there should be lots of people using the esp8266 and you will probably have better luck searching online for examples and libraries.

Reply
  • Unfortunately I don't have an esp8266, nor do I have the time to make examples for you as the holiday season is coming up. I suggest that you take small steps and start with the simplest AT commands the esp8266 provides. Make sure that you are able successfully send the commands back and read response messages from the esp8266. I suppose there should be lots of people using the esp8266 and you will probably have better luck searching online for examples and libraries.

Children
No Data
Related