Lolin S2 mini no AP #9960
Unanswered
lassekite
asked this question in
Hardware & Peripherals
Replies: 2 comments 4 replies
-
Is the S2 an ESP32, if so then it behaves differently than the ESP8266 |
Beta Was this translation helpful? Give feedback.
4 replies
-
In addition to what you have already done with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just bought two Lolin S2 mini and none will show up as AP, as normaly done I start up with
import webrepl_setup
One is with the original fw 1.18 and one upgraded with 1.19, same behavier.
I can get an AP if I setup it my self like
import network
ap = network.WLAN(network.AP_IF)
ap.config(ssid='MircoPython-S2-A')
ap.active(True)
Should not the S2 behave like D1 or have I missed something?
Also if I connect it to my WIFI net it got some SSID like "espessif"
Beta Was this translation helpful? Give feedback.
All reactions