Difference between revisions of "WISE-32xx Series"

From ESS-WIKI
Jump to: navigation, search
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
  
WISE-3240 is a RISC based IoT gateway with the following features
+
WISE-32xx Series is base [[WISE-3200|WISE-3200 the SDK]]
 +
 
 +
WISE-32xx serial has WISE-3220/WISE3270/WISE-3240 three model and all hardware are Qualcomm MIPS QCA4531 platform which is operating at OpenWRT.
 +
 
 +
WISE-3240  is different from WISE-3220 and WISE-3270 that WISE-3240 insert mini PCIE ZigBee module on board, but WISE-3220 and WISE-3270 does not.
 +
 
 +
WISE-3270 is  different from WISE-3220 and WISE-3240  that WISE-3270 insert mini PCIE 4G LTE module on board, but WISE-3220  and WISE-3240 does not.
 +
 
 +
WISE-3220  does not insert mini PCIE module.
 +
 
 +
It's also a RISC based IoT gateway with the following information
 +
 
 +
== Hardware Information ==
 +
 
 +
*CPU: Qualcomm MIPS QCA4531
 +
 
 +
*DRAM: 128MB
 +
*Flash: 128MB
 +
*RS-232/485
 +
*Ethernet /RJ45
 +
*mini PCIE *1
 +
*Wireless
 +
 
 +
== software information ==
  
 
*OpenWrt 15.05.1 BSP
 
*OpenWrt 15.05.1 BSP
*WISE 1841 Zigbee hub support
+
*Linux kernel 4.4.16
 +
*4G LTE module support
 +
*WISE 1841 Zigbee support
 
*IoT gateway software stack and SDK for applicaiton development
 
*IoT gateway software stack and SDK for applicaiton development
 
 
  
  
Line 15: Line 38:
 
=== API ===
 
=== API ===
  
1. [https://www.lua.org/ Lua] : lightweight programming language for embedded system
+
1. [https://www.lua.org/ Lua] : use of the Shell-scripting language for embedded system
 
 
2. [https://nodejs.org/en/ NodeJS] : event-driven, cross-platform javascript runtime environment that is popular for Web and IoT application
 
  
  
Line 23: Line 44:
 
=== Management ===
 
=== Management ===
  
1. [[IoTGateway/LuCI|LuCI Web]] :LuCI is [https://github.com/openwrt/luci| opensource project] .It's web-based GUI management interface on OpenWrt .
+
1. [[IoTGateway/LuCI|WISE-32xx serial LuCI Web]] : LuCI is [https://github.com/openwrt/luci | opensource project] .It's web-based GUI management interface on OpenWrt .
  
 
=== Connectivity ===
 
=== Connectivity ===
Line 30: Line 51:
  
 
2. [http://mqtt.org/ MQTT] : pub/sub based messaging protocol which is widely used in IoT application.
 
2. [http://mqtt.org/ MQTT] : pub/sub based messaging protocol which is widely used in IoT application.
 
3. [[IoTGateway/RESTful_API|REST API]] : a comprehensive set of Web Service APIs for application integration
 

Latest revision as of 12:08, 11 January 2023

Introduction

WISE-32xx Series is base WISE-3200 the SDK

WISE-32xx serial has WISE-3220/WISE3270/WISE-3240 three model and all hardware are Qualcomm MIPS QCA4531 platform which is operating at OpenWRT.

WISE-3240  is different from WISE-3220 and WISE-3270 that WISE-3240 insert mini PCIE ZigBee module on board, but WISE-3220 and WISE-3270 does not.

WISE-3270 is  different from WISE-3220 and WISE-3240  that WISE-3270 insert mini PCIE 4G LTE module on board, but WISE-3220  and WISE-3240 does not.

WISE-3220  does not insert mini PCIE module.

It's also a RISC based IoT gateway with the following information

Hardware Information

  • CPU: Qualcomm MIPS QCA4531
  • DRAM: 128MB
  • Flash: 128MB
  • RS-232/485
  • Ethernet /RJ45
  • mini PCIE *1
  • Wireless

software information

  • OpenWrt 15.05.1 BSP
  • Linux kernel 4.4.16
  • 4G LTE module support
  • WISE 1841 Zigbee support
  • IoT gateway software stack and SDK for applicaiton development


IoT gateway software stack and SDK

API

1. Lua : use of the Shell-scripting language for embedded system


Management

1. WISE-32xx serial LuCI Web : LuCI is | opensource project .It's web-based GUI management interface on OpenWrt .

Connectivity

1. ePaper Manager : automatically connect to ePaper Manager cloud

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