Advertisement

Quick Links

RAE Systems by Honeywell
Approvals
Name
James Liu
Zhao Pengjun
Copyright © 2015 Honeywell Analytics, All rights reserved.
Honeywell Confidential and Proprietary
User Guide for RMWIFI
Document Information
Info
Content
Author(s)
Wu Wei
Revision
1.0
Document Status
Draft
Date
Oct. 20 2014
Distribution
Internal Use Only
Date
Revision –1.0
Signature
Page 1 of 29

Advertisement

Table of Contents
loading

Summary of Contents for Honeywell RMWIFI-M3

  • Page 1 Wu Wei Revision Document Status Draft Date Oct. 20 2014 Distribution Internal Use Only Approvals Name Date Signature James Liu Zhao Pengjun Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 1 of 29...
  • Page 2 RAE Systems by Honeywell Release Histroy Rev. Date Author Descripition Oct. 20 2014 Wu Wei Original Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 2 of 29...
  • Page 3 How to communication using UDP: ....................23 Receive data packet from UDP server: ................23 Send data packet to remote using UDP: ................25 Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 3 of 29...
  • Page 4: Section1

    RAE Systems by Honeywell 1. Section1: Summary: RMWIFI-M3 based on RMWIFI-M5 module provides a quick, easy and cost effective way to add Wi-Fi capabilities for RAE Systems products, such as AreaRAE2, MutlRAE2, and RAE-Hub etc. The module combined 802.11 MAC, security, PHY functions, FLASH SRAM, and external antenna connectors, provides a Wi-Fi radio for end customers.
  • Page 5: Pin Definition

    The GS1011 have fully integrated RF Transceiver, low power PA and application processor. Both TX and RX chain in the module incorporate internal power control loops. RMWIFI-M3 carries onboard single supply monitor for 1.8V voltage supply with optional module controlled external regulator enable control pin (DC_DC_CNTL). Pin Definition:...
  • Page 6: Section3

    Note (1): If WIFIPRO is high during boot, the WLAN will wait for Flash download via SPI or UART. 3. Section3: Voltage: Power supply for the RMWIFI-M3 module will be provided by the host power pins. Symbol Unit Current Consumption: Condition: 25deg.C.
  • Page 7: I/O Dc Specification

    Symbol Unit Input Low Voltage 0.25*VCC V Input High Voltage 0.8*VCC Output Low Voltage Output High Voltage 0.8*VCC Mechanical Drawing: Unit: mm Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 7 of 29...
  • Page 8: How To Program Rmwifi

    Hardware interface setup: Configure the back side of the EVB as following picture: Configure the front side of EVB as following picture: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 8 of 29...
  • Page 9: Program Software Interface Introduction

    Running application firmware After upgrading RMWIFI modem firmware successfully, configure the back side of the EVB as following picture: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 9 of 29...
  • Page 10: Initialization

    7B 41 00 06 74 2E 00 FF FF 7D RMWIFI response: 7B 41 00 07 75 2E 00 00 3F F3 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 10 of 29...
  • Page 11: Get Mac Address

    7B 41 00 06 74 08 00 FF FF 7D RMWIFI response: 7B 41 00 0C 75 08 00 00 12 9F 00 07 11 60 7F 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 11 of 29...
  • Page 12: Scan And Associate With Ap

    7B 41 00 0A 74 0F 00 FF FF 00 00 FF FF 7D RMWIFI response: 7B 41 00 0A 75 0F 00 00 00 04 4C 58 3F 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 12 of 29...
  • Page 13 7B 41 00 06 74 10 00 FF FF 7D RMWIFI response: 7B 41 00 08 75 10 00 00 01 29 0D 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 13 of 29...
  • Page 14 00 00 00 00 00 57 50 41 32 2D 50 45 52 53 4F 4E 41 4C 00 00 00 00 00 00 00 00 B8 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary...
  • Page 15: Set Password

    7B 41 00 15 74 12 00 03 00 72 65 63 2D 77 69 72 65 6C 65 73 73 31 FF FF 7D RMWIFI response: 7B 41 00 06 75 12 00 73 96 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 15 of 29...
  • Page 16: Associate With Ap

    The Wi-Fi module will response two commands, first command responses immediately after it receives the associate command and indicates it’s doing. The second response command will delay Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary...
  • Page 17: How To Communicate Using Tcp

    Connect to TCP server: 1. Use the socket test tool, create a TCP server as following picture, the TCP listen port is 9723: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 17 of 29...
  • Page 18 7B 41 00 0c 74 1A 00 c0 a8 01 86 25 fb ff ff 7d RMWIFI response: 7B 41 00 07 75 1A 00 00 AC 70 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 18 of 29...
  • Page 19 RAE Systems by Honeywell The socket test tools will inform that one client has connected to it: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 19 of 29...
  • Page 20: Receive Data Packet From Server

    From the socket test tools side, send data packet to RMWIFI as following picture: The RMWIFI will receive the data packet from TCP server: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 20 of 29...
  • Page 21: Send Data Packet To Server

    Example communication sequence: The socket test tool side will receive the data packet as following picture which is the same data packet as it sends out: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary...
  • Page 22 During doing the test, please make sure the host PC running the socket test tools connects to the same AP as Wi-Fi module associate with. Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 22 of 29...
  • Page 23: How To Communication Using Udp

    7B 41 00 08 74 1D 00 17 70 FF FF 7D RMWIFI_M3 response: 7B 41 00 07 75 1D 00 00 C3 F0 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 23 of 29...
  • Page 24 RAE Systems by Honeywell Send data packet to RMWIFI as following: RMWIFI will receive data packet: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 24 of 29...
  • Page 25: Send Data Packet To Remote Using Udp

    7B 41 00 0C 74 1C 00 C0 A8 01 86 0F B7 FF FF 7D RMWIFI response: 7B 41 00 07 75 1C 00 00 D4 70 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 25 of 29...
  • Page 26 57 6F 72 6C 64 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 21 ff ff 7D RMWIFI response: 7B 41 00 07 75 20 00 00 E4 73 7D Example communication sequence: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 26 of 29...
  • Page 27 RAE Systems by Honeywell Socket test tool will receive the data packet: Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary Page 27 of 29...
  • Page 28 If the FCC ID of this module is not visible when it is installed inside another device, then the outside of the device into which the module is into which the module is installed must be label with "Contains FCC ID: SU3RMWIFI". Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary...
  • Page 29 PCB antenna is 0dBi and the maximum gain of Pole antenna is 1.5dBi. Copyright © 2015 Honeywell Analytics, All rights reserved. Revision –1.0 Honeywell Confidential and Proprietary...

Table of Contents