Mini Gateway Ethernet (MGE)
DATASHEET
Mini Gateway Ethernet for ModFLEX Wireless Networks
FEATURES
Compatible with all modules in the
ModFLEX family
Ethernet Interface:
o
RJ-45 connector
o
10/100Mbps data rate
LM3S6911 ARM Cortex M3 processor
Small package size: 2.3” x 4.9”
External high performance antenna
External 5V power supply (Micro USB
interface)
Accessible micro-SD card interface
Embedded TCP/IP Web Server
DESCRIPTION
The Mini Gateway Ethernet (MGE) is a device
that allows you to access your wireless network
through an Ethernet interface, and supports the
use of a ModFLEX module.
The wireless module in the MGE can be
commanded and controlled through a IP
connection using the module’s host protocol.
In addition the MGE comes with an internal web
server that can be accessed by any PC with an
Ethernet connection. The web server can be
customized via a programming development
environment.
Need to get to market quickly? Not an expert in
wireless? LS Research design services would
be glad to develop a custom hardware or
software solution for you. Contact us at
sales@lsr.com or call us at 262-375-4400.
APPLICATIONS
Lighting Control
Sensor Networks
Security
HVAC Control
Medical
Smart Energy
The information in this document is subject to change without notice.
330-0066-R2.0
Copyright © 2011-2012 LS Research, LLC
Page 1 of 22
Mini Gateway Ethernet (MGE)
DATASHEET
BLOCK DIAGRAM
Ethernet
Interface
micro-SD
Card
Interface
UART
ModFLEX
Module
Antenna
JTAG
LM3S6911
TI Microcontroller
GPIO
Power
Supply
Status
LEDs (3)
Figure 1 Mini Gateway Ethernet Block Diagram – High-Level
ORDERING INFORMATION
Order Number
450-0025
450-0101
Description
ModFLEX MGE with SiFLEX02 Module
ModFLEX MGE with ProFLEX01-R2 Module
Table 1 Mini Gateway Ethernet Model Numbers
Mini Gateway Ethernet Contents
Mini Gateway Ethernet (MGE) with ModFLEX Transceiver Module
External Antenna
Ethernet Cable
AC Wall Adapter with Micro USB Cable
The information in this document is subject to change without notice.
330-0066-R2.0
Copyright © 2011-2012 LS Research, LLC
Page 2 of 22
Mini Gateway Ethernet (MGE)
DATASHEET
TABLE OF CONTENTS
FEATURES .......................................................................................................................... 1
APPLICATIONS ................................................................................................................... 1
DESCRIPTION ..................................................................................................................... 1
BLOCK DIAGRAM ............................................................................................................... 2
ORDERING INFORMATION ................................................................................................ 2
Mini Gateway Ethernet Contents ............................................................................................................... 2
GATEWAY OVERVIEW ....................................................................................................... 5
Microcontroller ............................................................................................................................................ 5
ModFLEX Module ........................................................................................................................................ 6
Antenna ........................................................................................................................................................ 6
FEATURES .......................................................................................................................... 7
Base Application ......................................................................................................................................... 8
light weight IP (lwIP) Stack......................................................................................................................... 9
Web Server ................................................................................................................................................ 10
FreeRTOS ................................................................................................................................................... 10
FatFs ........................................................................................................................................................... 10
Host ............................................................................................................................................................ 10
DEVELOPMENT TOOLS ................................................................................................... 11
IAR Embedded Workbench for ARM (EWARM) ..................................................................................... 11
J-Link Debugger ........................................................................................................................................ 11
Olimex ARM-JTAG-EW Debugger ........................................................................................................... 11
JTAG Adapter for Stellaris® LM3S6911 Microcontroller ...................................................................... 13
UPDATING FIRMWARE ON MODULE ............................................................................. 14
ELECTRICAL SPECIFICATIONS ...................................................................................... 15
Absolute Maximum Ratings ..................................................................................................................... 15
Recommended Operating Conditions .................................................................................................... 15
Power Consumption ................................................................................................................................. 15
SHIPPING, HANDLING, AND STORAGE ......................................................................... 16
Shipping ..................................................................................................................................................... 16
Handling ..................................................................................................................................................... 16
The information in this document is subject to change without notice.
330-0066-R2.0
Copyright © 2011-2012 LS Research, LLC
Page 3 of 22
Mini Gateway Ethernet (MGE)
DATASHEET
Storage ....................................................................................................................................................... 16
AGENCY STATEMENTS ................................................................................................... 17
SiFLEX02 .................................................................................................................................................... 17
ProFLEX02-R2 ........................................................................................................................................... 17
AGENCY CERTIFICATIONS ............................................................................................. 18
EUROPE – PROFLEX01-R2 .............................................................................................. 18
CE Notice ................................................................................................................................................... 18
Declaration of Conformity (DOC) ............................................................................................................ 18
MECHANICAL DATA......................................................................................................... 19
PRODUCT REVISION HISTORY ....................................................................................... 21
CONTACTING LS RESEARCH ......................................................................................... 22
The information in this document is subject to change without notice.
330-0066-R2.0
Copyright © 2011-2012 LS Research, LLC
Page 4 of 22
Mini Gateway Ethernet (MGE)
DATASHEET
GATEWAY OVERVIEW
The MGE provides a pass-through capability for applications that require connectivity between a
wireless network and an Ethernet network. Command and control of the module is achieved through
the host protocol commands. See the MGE Host Protocol guide for more details. These These
commands can also be exercised though the ModFLEX Test Tool Suite.
The internal software architecture of the MGE consists of the following:
FreeRTOS (Operating System)
lwIP (light weight IP Stack)
FatFs (FAT File System)
HTTP Web Server
ModFLEX Module Driver
Microcontroller
The MGE uses the Stellaris® LM3S6911 microcontroller from Texas Instruments. The Stellaris®
LM3S6911 microcontroller is based on the ARM® Cortex™-M3 controller core operating at 50 MHz,
with 256 kB single-cycle flash, 64 kB single-cycle SRAM, 10/100 Ethernet MAC/PHY.
Figure 2 LM3S6911 Block Diagram
The information in this document is subject to change without notice.
330-0066-R2.0
Copyright © 2011-2012 LS Research, LLC
Page 5 of 22