Skip to content
Discussion options

You must be logged in to vote

Solved: GSM via wifi disturbance
I veryfied the comment of robert-hh and indeed, the esp8266 was in AP mode even when the script did NOT set the AP mode. I tested this further by changing the script and forcing AP mode and then back to STA, indeed the esp8266 still created a MicroPython-xxxx network.

In my script, I included #:
...
wlan.connect(wifi_ssid, wifi_password)
network.WLAN(network.AP_IF).active(False) # force Access Point OFF
...
The MicroPython-xxx wifi network disappeard and smartphone gsm comm via wifi is now flawless.
I checked with the smartphone app AirPort and found that my Home wifi network and MicroPython had about the same dB strength which support my assumption now th…

Replies: 7 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@davefes
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@robert-hh
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by peterhinch

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment