cancel
Showing results for 
Search instead for 
Did you mean: 

spwf01 module to module communication

basavanagouda
Associate II
Posted on August 19, 2016 at 06:41

Hi,

I'm communicate two spwf01 module one as server and another one as client use AT commands. Client send data to server and on the UART rx interrupt is generating for the received data. But it sends data from server to client I'm not getting any indication of data arrival. How to solve this problem.

Kindly provide sever and client both way communication example AT command code.

please suggest to solve this issue

Thank you

Basavanagouda

2 REPLIES 2
Posted on August 23, 2016 at 21:32

Socket client: use '',ind'' parameter to SOCKON command to get an indication when something was received.

Socket server: automatically switches to data mode when something was received. Note that socket server has no AT commands.

Use Hands-On manual to get some example

basavanagouda
Associate II
Posted on September 01, 2016 at 12:15

Hi,

I observed followings while communicating between two Wi-Fi 4click modules:

  • At the Client side when its try to connect to server I’m using AT+S.SOCKON command to connect.

  • In this command I can pass “indâ€� parameter which can indicate data arrival at the client side with “+WIND:55:Pending Dataâ€� on UART interrupt .

  • Client side it is taking 500ms to receive WIND:55:Pending Data: interrupt.

  • Server to client data transmission it takes only 5 to 6ms.

Please suggest how to solve this time delay at the client side.

Thank you

Basavanagouda