wlan.isconnected() always False in AP mode.
-
I am running the FiPy in AP mode, and have 2 devices connected to the AP. But wlan.isconnected() still returns False.
From the docs, "In AP mode returns True when a station is connected, False otherwise." It is not working in this firmware.
Firmware details:>>> os.uname() (sysname='FiPy', nodename='FiPy', release='1.17.3.b1', version='v1.8.6-849-83e2f7f on 2018-03-19', machine='FiPy with ESP32', lorawan='1.0.2', sigfox='1.0.1')
Similar issue here. Re: wlan.isconnected() in AP mode
-
@dan, how did you fix this problem? Would you please post the code on both devices that you used? I am running in to the same issue. Thanks
-
Hi @akshayjames,
Are you still having problems with this? Could you post your code so I can take a look? I've set up a LoPy as an AP and connected to it with another one in station mode.
wlan.isconnected()
returned the expected value.