Advertisement

Quick Links

AMW006 Evaluation Guide
AMW006
Evaluation Guide
AMW006-E03
'Moray'
ARG-MW006E-100R • AMW006 Evaluation Guide
October 20, 2014
©2014 ACKme Networks. http://ack.me

Advertisement

Table of Contents
loading

Summary of Contents for ACKme Networks AMW006 Moray

  • Page 1 AMW006 Evaluation Guide AMW006 Evaluation Guide AMW006-E03 ‘Moray’ ARG-MW006E-100R • AMW006 Evaluation Guide October 20, 2014 ©2014 ACKme Networks. http://ack.me...
  • Page 2 While the information provided in this document is http://ack.me/contact believed to be accurate, it is under development and ACKme Networks reserves the right to make changes About this User Guide without further notice to the product described herein to improve reliability, function, or design, and makes no...
  • Page 3: Table Of Contents

    Revision History & Glossary ......... 13 Revision History ..........13 Glossary ............13 APPENDIX A – Configuring a Terminal Application APPENDIX B – Evaluation Board Schematics ARG-MW006E-100R • AMW006 Evaluation Guide Page | ii ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 4: Introduction

    The AMW006 ‘Numbat’ module is a fully certified small form factor, low power Wi-Fi networking module perfectly suited to deeply embedded applications requiring medium/high data throughput in medium to high volume. The module runs WiConnect firmware, ACKme Networks’ easy-to-use and reliable serial Wi-Fi networking application that includes an embedded TCP/IP networking stack with SSL/TLS/HTTPS security.
  • Page 5: Feature Identification

    GPIO 2 GPIO 8 GPIO 16 GPIO 21 GPIO 3 UART0_RTS GPIO 17 GPIO 22 GPIO 4 UART0_CTS GPIO 23 OSC_32K UART0_RX RESET_N VDD_DUT VDD_DUT ARG-MW006E-100R • AMW006 Evaluation Guide Page | 2 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 6: Using Wiconnect

    : Initiate a Wi-Fi scan and return results; optionally specify a channel and AP SSID to scan for. For verbose scans, -v must be the first argument ARG-MW006E-100R • AMW006 Evaluation Guide Page | 3 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 7: Scanning For Wi-Fi Networks

    . WiConnect starts the local network and web server as indicated by the final message: In progress > setup web [Disassociated] IPv4 address: 10.10.10.1 Web setup started with the SSID: WiConnect-102F1A In progress ARG-MW006E-100R • AMW006 Evaluation Guide Page | 4 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 8: Script Setup

    Be sure to save afterwards, or the values will be lost when the module reboots. Any subsequent command requiring network access, such as an ICMP (Internet Control Message Protocol) ping, automatically results in the module attempting to join the network. ARG-MW006E-100R • AMW006 Evaluation Guide Page | 5 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 9: Wireless Protected Setup (Wps)

    WiConnect, then press the WPS button on your router (if the router supports WPS, and it is enabled, and you can find the button), and wait for the magic to happen. ARG-MW006E-100R • AMW006 Evaluation Guide Page | 6 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 10: Filesystem

    This feature is particularly useful for saving configuration variables prior to an over-the-air (OTA) upgrade, and then restoring the configuration afterwards. > save my_config.csv Success > load my_config.csv Configuration successfully loaded ARG-MW006E-100R • AMW006 Evaluation Guide Page | 7 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 11: Udp / Tcp / Tls Clients

    To open an HTTP or secure HTTPS connection to a remote server, read the first 300 bytes of the response then close the connection, use the http_get stream_read stream_close commands. WiConnect responds with a stream handle if the connection is opened successfully. ARG-MW006E-100R • AMW006 Evaluation Guide Page | 8 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 12: Using Gpios

    #22 - system.indicator.wlan #23 - Standard I/O > gpio_set 23 0 Set OK > gpio_set 23 1 Set OK > gpio_set 23 0 Set OK ARG-MW006E-100R • AMW006 Evaluation Guide Page | 9 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 13: Factory Reset

    The WiConnect serial interface may be used in either Command Mode or Stream Mode. A brief description of each of these modes is provided in the following text. For detailed information, please refer to the WiConnect Reference Guide. ARG-MW006E-100R • AMW006 Evaluation Guide Page | 10 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 14: Command Mode

    A number of simple and more sophisticated example applications are also provided to help you get the most out of WiConnect and the AMW006 module. ARG-MW006E-100R • AMW006 Evaluation Guide Page | 11 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 15: Ordering Information

    Table 3. Ordering Information Part Number Picture Description AMW006-E03 WiConnect development and evaluation platform for the surface-mount ‘Moray’ AMW006 module. The surface mount AMW006 module is not removable. ARG-MW006E-100R • AMW006 Evaluation Guide Page | 12 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 16: Revision History & Glossary

    First release Glossary In most cases, acronyms and abbreviations are defined on first use. A comprehensive list of acronyms and other terms used in ACKme Networks documents are provided on the ACKme Networks website at http://ack.me/FAQs/Glossary. ARG-MW006E-100R • AMW006 Evaluation Guide Page | 13 ©2014 ACKme Networks.
  • Page 17: Appendix A - Configuring A Terminal Application

    VCP driver to load correctly. If the FTDI drivers do not appear to be installed, see the installation instructions on the FTDI official site: http://www.ftdichip.com/Support/Documents/InstallGuides.htm ARG-MW006E-100R • AMW006 Evaluation Guide Page | 14 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 18 COM port that matches your board. When the serial port has been correctly setup, close the Serial port setup dialog box by selecting OK. ARG-MW006E-100R • AMW006 Evaluation Guide Page | 15 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 19 Tera Term displays ‘COM14:115200baud’. The Tera Term screen remains blank however until a character is sent to WiConnect. Try pressing the Enter key, WiConnect responds with Ready as shown in the following screen capture. ARG-MW006E-100R • AMW006 Evaluation Guide Page | 16 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 20 Try pressing the Enter key, if CoolTerm is successfully connected to the evaluation board, WiConnect responds with Ready > ARG-MW006E-100R • AMW006 Evaluation Guide Page | 17 ©2014 ACKme Networks. http://ack.me October 20, 2014...
  • Page 21 47pF PW REN_L RESET# CBUS3 Title: Gr een Moray (AMW006-E03) GND GN D 100nF C Copyright 2 01 4 ACKme Networks Pty Ltd PCB Rev.: Size: Document Number: Rev.: 90-001-0025-020 FI D1 FI D2 FI D3 Rev. Date: 20/10/2014 Print Date:...
  • Page 22 ACKme Networks Contact Information +1 (408) 402 5708 US Headquarters http://ack.me/contact 2 North Santa Cruz Ave Suite #207 Los Gatos CA 95030 Phone: © 2014 ACKme Networks Inc. All rights reserved. • ARG-MW006E-100R AMW006 Evaluation Guide October 20, 2014...

This manual is also suitable for:

Amw006-e03 moray

Table of Contents