User Manual

User Manual
© 2008-2019 Seeed Technology Co., Ltd. All rights reserved. www.seeed.cc
5 / 37
2 Key Parameters of the Sensor Node
Introduction of Key Parameters
Using the LoRaWAN protocol generally involves the following parameters.
Parameters
Description
Device EUI
Unique identification of device, one of the network join parameters.
Device Code
For device binding and API call.
App EUI
Unique identification of application, one of the network join parameters.
App Key
Application key, one of the network join parameters.
Get Device EUI, App EUI and Key
(1) Device EUI and Device Code is on the SenseCAP product label.
Tips: Device Code is not the App Key!
(2) SenseCAP Sensor Node’s App EUI and App Key have been flashed into the device by Seeed. Use
HTTP API to get App EUI and App Key. You can use a browser to issue an HTTP GET request.
Curl:
https://sensecap.seeed.cc/makerapi/device/view_device_info?nodeEui=2CF7F12014700297&deviceCode=34B
F25920A4EFBF4
In the API, replace the Device EUI and device Code with your own Device EUI and Device Code
respectively. And you will get the following response:
dev_eui
Device EUI
app_eui
App EUI
app_key
App Key