What additional certifications do I need to have for my end product that uses your certified module?

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

Even though the eS-WiFi module is certified, the end product will still have to go through a small portion of RF certification. Also developers may need to apply for country specific certifications.

Maximum number of supported sockets?

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

A maximum of eight (5) TCP or UDP sockets are supported on the ISM43362 module and two (2) for the ISM4319 module.

Which host micro controller is recommended?

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

Any controller that has a UART or SPI interface can be connected to the eS WiFi module.

Do you support SSL/TLS security?

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

We are developing SSL/TLS security capability for enabling HTTPS secure Webserver.

Do eS-WiFi modules support Wi-Fi Protected Setup (WPS)?

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

Yes, we support both methods of WPS (push button and PIN method).

What microcomputer is used on the eS-WiFi module?

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

STMicroelectronics Cortex M3, ST32F103 and ST32F205. The TCP/IP stack and WiFi firmware use one of these microcomputers.

How do I set up a TCP Client?

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

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 … Continue reading “How do I set up a TCP Client?”

Does the SoftAP mode work with Android and iPhone as clients?

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

Yes, Es-WiFi modules operate in Infrastructure mode so both iOS and Android devices can connect.

What are the basic instructions for installing the eS-WiFi Demo program?

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

Download and install Drivers: (download eS-WiFiDemo_v1.1_b12.zip) Save the es-Wifi Demo.Zip Unzip and enter password (Located inside packaging box) Run as Administrator

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

Warning: count(): Parameter must be an array or an object that implements Countable in /hermes/bosnacweb09/bosnacweb09ad/b1528/ipg.lindatierney/public_html/wp-content/plugins/q-and-a/inc/functions.php on line 252

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 … Continue reading “How do you send data using the eS-WiFi module?”