I recently bought a Pi Zero W and I noticed that the the WiFi connection is not stable.
After an unspecified amount of time the Pi Zero looses connection to the wifi network.
If I check the wlan0 interface with ifconfig, I can see the wlan0 interface but the IP address is lost.
I have to do
ifdown wlan0
and then
ifupo wlan0
to get the IP address again.
Some details:
1. I am using 2017-04-10-raspbian-jessie-lite image with all updates installed.
2. I have disabled power management on the wifi interface with
Code: Select all
iwconfig wlan0 power offDid anyone have similar issues with Pi Zero W ?
Thanks