wildlifeai / wildlife-watcher-mobile-app

Mobile app to communicate with the Wildlife Watchers
MIT License
3 stars 1 forks source link

Add the `network` command #41

Open Burzo opened 3 months ago

Burzo commented 3 months ago

Recent firmware upgrades added the network command. Add it to the app.

Added a 'network' command which returns some stats on recent LoRaWAN communication. A typical message is: 'RSSI: -3dB, SNR: 14dB, Lost: 0%. Last seen 0 minutes ago.' The 'Lost' feature is not yet implemented. It will reflect the ration between uplink messages sent and responses received.

Burzo commented 3 months ago

@acutetech When typing network on the FW version v00.03.05 I get back No network comms yet. Is this because LoRaWan was never before active on this board?

How could I make LoRaWan work on my board?