Difference between revisions of "Pdmc"

From ESS-WIKI
Jump to: navigation, search
Line 7: Line 7:
  
 
[[File:WISE-1570-FirstExample 01.png|center|500px|WISE-1570-FirstExample 01.png]]
 
[[File:WISE-1570-FirstExample 01.png|center|500px|WISE-1570-FirstExample 01.png]]
 
  
  
Line 16: Line 15:
  
  
 
+
:'''Step03:''' Flash programming by WISE-ED22<br/>
:'''Step02:''' Flash programming by WISE-ED22<br/>
 
 
:Check device connected from WISE-ED22 to PC using micro-USB cable and use drag-and-drop programming with your binary.<br/>
 
:Check device connected from WISE-ED22 to PC using micro-USB cable and use drag-and-drop programming with your binary.<br/>
  
 
[[File:WISE-1570-FirstExample 02.png|center|700px|WISE-1570-FirstExample 02.png]]
 
[[File:WISE-1570-FirstExample 02.png|center|700px|WISE-1570-FirstExample 02.png]]
  
 
+
:'''Step04:''' Access sensor data in Pelion Device Management Portal"
 
 
:'''Step03:''' Get the version of RF by AT command "AT+CGMR"
 
:*Choose any terminal you like. (e.g., the snapshot is setting of Tera Term.)
 
:*Please set terminal as the below setting:
 
::Baud rate: 9600
 
::Data: 8bit
 
::Parity: None
 
::Stop: 1bit
 
::Flow control: None
 
:*Type AT command "AT+CGMR" and see the response on the console.
 
 
 
[[File:WISE-1570-FirstExample 03.png|center|300px|WISE-1570-FirstExample 03.png]]
 
  
  
 
</div>
 
</div>

Revision as of 08:44, 10 April 2019

Pelion Device Management Client Example

This example is demonstrate how to connect to Pelion Device Management. Please follow the below steps to give it a try.

Step01: Get source code and compile it by mbed CLI.
Please click "Link to source" and review the file "README.md" to know how to deployment and compilation with this example. The output binary will be "source_dir/BUILD/WISE_1570/GCC_ARM/WISE-1570-Rf-Bridge.bin"
WISE-1570-FirstExample 01.png


Step02: Prepare an Mbed account
Before a device connected to Pelion Device Management, the user need an Mbed account. please refer to the below link to sign up


Step03: Flash programming by WISE-ED22
Check device connected from WISE-ED22 to PC using micro-USB cable and use drag-and-drop programming with your binary.
WISE-1570-FirstExample 02.png
Step04: Access sensor data in Pelion Device Management Portal"