Difference between revisions of "MCU/WISE-1540 SDK"
From ESS-WIKI
(Setup Development Environment) |
(Glossary) |
||
Line 2: | Line 2: | ||
<div style="margin-left:0.75cm;margin-right:0cm;">This document is description about WISE-1540 software development kit (SDK). It includes source tree of SDK, development environment, flash programming…etc. There are some examples provided by WISE-1540 SDK the user can refer to it for how to do about connection to WISE-PaaS, communication between mote and gateway…etc., and also can refer to it for developing their application.</div><div style="margin-left:0.75cm;margin-right:0cm;"><br/></div><div style="margin-left:0.75cm;margin-right:0cm;"></div> | <div style="margin-left:0.75cm;margin-right:0cm;">This document is description about WISE-1540 software development kit (SDK). It includes source tree of SDK, development environment, flash programming…etc. There are some examples provided by WISE-1540 SDK the user can refer to it for how to do about connection to WISE-PaaS, communication between mote and gateway…etc., and also can refer to it for developing their application.</div><div style="margin-left:0.75cm;margin-right:0cm;"><br/></div><div style="margin-left:0.75cm;margin-right:0cm;"></div> | ||
+ | == Glossary == | ||
+ | *Gateway | ||
+ | :The gateway like WISE-3310 has connectivity with SmartMesh IP manager responsible for communication with WISE-1540.<br/><br/> | ||
+ | |||
+ | *Mote | ||
+ | :The mote is WISE-1540 that has connectivity with SmartMesh IP mote responsible for communication with gateway.<br/><br/> | ||
+ | <br> | ||
= WISE-1540 Software Development Kit (SDK) = | = WISE-1540 Software Development Kit (SDK) = | ||
Line 27: | Line 34: | ||
|} | |} | ||
<div style="text-align:center;"></div> | <div style="text-align:center;"></div> | ||
− | + | ||
= Setup Development Environment = | = Setup Development Environment = |
Revision as of 10:29, 9 August 2017
Contents
Introduction
This document is description about WISE-1540 software development kit (SDK). It includes source tree of SDK, development environment, flash programming…etc. There are some examples provided by WISE-1540 SDK the user can refer to it for how to do about connection to WISE-PaaS, communication between mote and gateway…etc., and also can refer to it for developing their application.
Glossary
- Gateway
- The gateway like WISE-3310 has connectivity with SmartMesh IP manager responsible for communication with WISE-1540.
- Mote
- The mote is WISE-1540 that has connectivity with SmartMesh IP mote responsible for communication with gateway.
WISE-1540 Software Development Kit (SDK)
Source Tree
The user can find source tree as below from xxx.
Directory | Description |
doc/ | Documents about WISE-1540 SDK. |
inc/ | Header files including examples, sensor driver and etc. |
lib/ | Library. |
src/ | Source files including examples, sensor driver and etc. |
Setup Development Environment
Preparing for Hardware
The user needs to prepare for hardware as following:
- For mote, WISE-1540, WISE-1500 and WISE-ED20 or WISE-ED22.
- For manager, WISE-3310.
- PC running LINUX operating systems such as Ubuntu 16.04.1.