WISE-3310

From ESS-WIKI
Revision as of 05:48, 7 September 2016 by Eric.liang (talk | contribs) (API)
Jump to: navigation, search

Demo Image Release Note


Introduction

WISE-3310 is a RISC based IoT gateway with the following features

  • NXP(Freescale) i.MX6 yocto 1.5 BSP
  • WISE sensor hub support
  • IoT gateway software stack and SDK for applicaiton development
  • WISE-PaaS/RMM cloud connectivity


NXP(Freescale) i.MX6 yocto 1.5 BSP

For more information on WISE-3310 yocto BSP, please refer to i.MX6 Version 3 (based on Yocto 1.5)


Sensor Hub Support

WISE-3310 is a central management device for WISE sensor hubs, and an agent to directly provide sensor hub information to WISE-PaaS/RMM cloud. Below is a list of supported sensor hub product.

WISE-1020/1021

WISE-3310 provides management function for Wireless Sensor Network of WISE-1020/1021. The IoT gateway SDK contains methods to easily control sensor hub device and retrieve information from it. WISE-3310 also acts as an agent for sensor hub to connect to WISE-PaaS/RMM cloud.

WISE-1520

WISE-3310 acts as an agent for WISE-1520 sensor hub to connect to WISE-PaaS/RMM cloud. The IoT gateway SDK also provides methods to easily control sensor hub device, and retrieve information from it.


IoT gateway software stack and SDK

The SDK provided in WISE-3310 contains a rich set of libraries and tools for easily developing and managing IoT applications.


Wise-3310 sw-stack.png


This image shows the scope of software stack of WISE-3310 gateway SDK.

API

1. OpenJDK : platform for Java development

2. Lua : lightweight programming language for embedded system

3. SQLite : SQL database engine

4. NodeJS : event-driven, cross-platform javascript runtime environment that is popular for Web and IoT application

5. SUSI API : Provided by Advantech for hardware access. Refer to SUSI4 and SUSI IoT

6. WSN_API : Provided by Advantech for sensor network access. See below information for further application development:

  • Net HAL Simulator : help you develop applications that use WSN API to access sensor hubs without wireless network and sensor hub hardware
  • AdvJSON : help you integrate new wireless protocol into WSN API

Management

1. webmin : web-based GUI management interface in WISE-3310

2. Node-RED : web-based GUI interface that can do management, device control, information retrieve for gateway and sensor hub using easy flow editing method. We have provided several Node-RED nodes to help customer quickly develop new applications, including:


Connectivity

1. WISE-PaaS/RMM : automatically connect to WISE-PaaS/RMM cloud

2. MQTT : pub/sub based messaging protocol which is widely used in IoT application.

3. Alljoyn : advanced Alljoyn usage is also supported in SDK, see Node for Alljoyn and WSN feature

4. Iotivity : support iotivity application development

5. Dust Network : a 6LoWPAN wireless network is default provided in WISE-3310

6. REST API : a comprehensive set of Web Service APIs for application integration