What certifications do your eS-WiFi modules have?

All eS-Wifi modules have FCC, IC and CE certification.

Do you supply drivers with the eS-WiFi firmware?

Drivers are NOT required to use eS-WiFi modules. AT commands are sent over the serial interface (UART, SPI or USB).

Do eS-WiFi modules support 5 GHz?

Inventek is in development of a 5 GHz dual band solution that will fit in the exact same L44 footprint. The antenna portion of the design will need to be extended.  We are expecting to release the 5 GHz in 2013.

Do the eS-WiFi modules support 802.11 n?

Yes, we support 802.11 b/g/n.

Can we integrate our custom applications on the modules internal processor?

The internal processor of the modules is not accessible to the developer. However, Inventek offers the option of integrating your code with the on-board microcomputer’s firmware. Simply contact Inventek Systems for further details.

Are the es-WiFi modules footprint compatible?

Yes, all the currently available eS-WiFi modules are footprint compatible. (44 pin LGA)

How do I upgrade a eS-WiFi modules firmware?

Today, we recommend that you use a JTAG connector. We are currently working on two additional methods, use of the boot loader running inside the eS-WiFi or over the air. Over the air updates will require the use of an … Continue reading “How do I upgrade a eS-WiFi modules firmware?”

How do I connect the eS-WiFi UART to my host microcontroller?

The module only require 6 wires to use the UART: TX, RX, Power, Ground and we recommend you also connect Reset and wake-up to your host.

How do I perform a factory reset on the Wi-Fi modules?

There are two ways to rest the module. 1.) To do a Soft reset type the AT command  <ZR> Or 2.) Pull the module Reset pin low

How do I enable the UDP protocol on the eS-WiFi modules?

1. Set Protocol to UDP 2. Set Local port number 3. Start UDP Comm Server EX. P1=1    Select UDP Protocol P2=5024    Set Port 5024 P5=1    Start UDP Comm Server