Popular Articles
When I use teraterm as terminal, I am getting a response with line feed and no carriage return. Can I configure teraterm to view that correctly?
Yes, go to Setup -> Terminal and then change the New-line Receive setting to AUTO
In order to save power, can the coordinator send a PL command over the air to each endpoint?
No this is not a way to remotely change the power level. Also, we do not allow coordinators to dynamically change the listen window for endpoints. The reason for this is that a sleepy endpoint is typically battery powered and dynamically extending ...
Notes on using Chirpstack
Recommended General Chirpstack Configuration: (LoRaWAN Compliant): -- Make sure to use ChirpStack version >= 3.12.1 -- Set the max data rate to 3 in the Service Profile -- Set enabled_uplink_channels=[0, 1, 2, 3, 4, 5, 6, 7, 64] -- Check the ...
I want to set up the encryption in the field by broadcasting session key, can you give steps/commands which I can use to analyze this feature?
In order to broadcast the session key in the field, a provisioning key must be set in advance. The provisioning key encrypts the session key and ensures that no unencrypted key is ever broadcast. At the factory or at some point prior to field ...
Can you explain the timestamps at the sniffer, are these calculated on sniffer or has anything to do with coordinator or endpoint?
The timestamp is the number of milliseconds from the previous message. The first message will always be 0, the second message will have the time from the first message, the third message shows the time from the second message, and so on.