Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel4
outlinefalse
styledefault
typelist
printablefalse

...

If the gateway is configured in DHCP, it might be tricky to find IP address to configure uWiotys.

  • On Windows

You can use https://angryip.org/ then filter on MAC ADDRESS and / or MAC VENDOR

...

  • On linux

Code Block
sudo nmap -sn 192.168.1.0/24 | grep "GATEWAY_MAC_ADDR"

...

If the update log isn't created, check the name of your update file : devices_update.json

I don’t see my device on the interface or Filezilla

Check what the current log is showing after the reboot. It might have an ERROR log in the directory /uwiotys/update/ that indicates you why it didn’t success

How do I know my LoRaWAN device is started?

...