-
Notifications
You must be signed in to change notification settings - Fork 10
Command tool Sequences
matthieuantoine edited this page Oct 15, 2020
·
1 revision
>> SetLorawanRegion EU868
LoRaWan Region set
>> SetJoinEUI <JOIN_EUI>
Modem Join EUI set
>> SetDeviceEUI <DEVICE_EUI>
Device EUI set
>> SetNetworkKey <NETWORK_KEY>
Network key set
>> SetJoin
>> WifiPassiveScan B 0x421 beacon 20 10 110 complete
Wi-Fi Scan Done (event size: 242):
<WI-FI SCAN RESULT>
>> GnssScanAutonomous 0x07 15
GNSS Scan Done:
- NAV (<N> bytes): <NAV_MESSAGE>
The modem must have the GPS time to execute an Assisted GNSS scan. Here, we use the ALCsync command to get it from network.
>> SetJoin
Join success event
>> EnableAlcSyncMode
ALC sync update event
>> GnssScanAssisted best_effort 0x07 15
- NAV (<N> bytes): <NAV_MESSAGE>
When switching from one test mode to another, one shall leave and restart test mode using commands TestRadioExit
and StartTestMode
.
>> StartTestMode
>> TestTxCw 868800000 0
>> TestRadioExit
>> StartTestMode
>> TestTxContinuous 868100000 0 SF7 125KHz 4/5 100
>> TestRadioExit
Note that when using FSK, you still need to provide a valid bandwidth and coding rate.