SandboxElectronics / LoRaGoDOCK-Gateway

Source code for single-channel LoRaWAN Gateway based on LoRaGo DOCK (ESP8266 and SX1276)
MIT License
33 stars 14 forks source link

Connecting LoRaGo DOCK to Wifi network - Keeps disconnecting and reconnecting every 2-3 seconds #8

Closed ZebNZ closed 4 years ago

ZebNZ commented 5 years ago

Hi,

I am trying to connect my LoRaGo DOCK connected to my Wifi network to use as a single channel gateway.

Have followed the instructions at https://github.com/SandboxElectronics/LoRaGoDOCK-Gateway fully, including setting the SSID and password for the access point in the wpas settings in the config.h file.

The code from the files compiles and uploads to the dock fine, and the router on the network shows the unit as having connected, however it drops off every few seconds then reconnects again.

The router log shows a steady repeat of 'DHCP assigned [mac address of LoRaGo DOCK]', followed by 'Deassigned [same address].'

I am unable to connect to the web admin interface on the LoRaGo dock, as it disconnects too quickly to load.

I have also tried on another WiFi network in case it was something to do with the router or network settings, but it does the same thing there too.

Does anyone have any idea what might be wrong and how to fix it?

Thanks! - Zeb