How do I set up a TCP Client?

1. Set Protocol to TCP
2. Set Remote Host IP Address
3. Set Remote Port
4. Start TCP Client
EX.
P1=0      Select TCP Protocol
P3=192.168.1.2      Set Host IP Address
P4=8001      Set Port 8001
P6=1      Start TCP Client

How do you send data using the eS-WiFi module?

1. Join Network (see How to join a network)
2. Setup a TCP/UDP connection (see How to setup a TCP/UDP Comm Server/Client)
3. Set number of bytes of data to be sent
4. Send data
EX.
S1=10      Set NOB to 10
S0\r0123456789 1      Send data
Note 1: \r = Carriadge Return, \n=New Line

How do you save eS-WiFi parameters?

1. Set parameter
2. Z1      Save current settings
Ex. Set UART buad
U2=19200      Set buad rate to 19200
Z1      Save current settings
Next time the module is reset or power up the baud rate will be 19200.

Is Antenna diversity supported on eS-WiFi modules?

No, antenna diversity is not supported currently.

Do you have Ad-Hoc functionality?

The eS-WiFi SoftAP supports infrastructure mode for peer-to-peer connections.

How do you setup a TCP Comm Server?

1. Set Protocol to TCP
2. Set Local port number
3. Start TCP Comm Sever
EX.
P1=0      Select TCP Protocol
P2=80      Set Port 80
P5=1      Start TCP Comm Server

How do you setup a UDP Client on eS-WiFi?

1. Set Protocol to UDP
2. Set Remote Host IP Address
3. Set Remote Port
4. Start UDP Client
EX.
P1=1    Select UDP Protocol
P3=192.168.1.2    Set Host IP Address
P4=8001    Set Port 8001
P6=1    Start UDP Client

How to reset factory space on the eS-WiFi module?

1. Z3=0    Select factory space
2. Z2    Clear settings
3. ZR or    Reset
    RSTN

Do you support both IPV4 and IPV6 network stack?

We support IPV4 today and will support IPV6 in the future. Contact Inventek for further details.

What input voltage is required?

3.3 Volts.