-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After Flash Wemos mini D1 => no Accespoint found #527
Comments
I have the exact same issue with an ESP-01. Flashing shows no errors but there it no Access Point called MyApp... Edit: Did you find any solution? |
@l3ifk no Found no solution. I used the sketch „ range extender“ from the Arduino IDE examples. |
Thank you for your quick reply. Where exactly can I find the example code. I looked at all the ESP examples and did not find a range extender example... |
Sorry for the late reply. Normally under the examples under wifi for the esp8266 wifi. |
Thanks for the trick ! |
@simontpellier |
@simontpellier the video is only in french did not understand whats going on there. |
...the trick? instead of Martin's binaries, to use the “RangeExtender-NAPT” sketch as given in the examples. My config: The sketch: #if LWIP_FEATURES && !LWIP_IPV6 #define HAVE_NETDUMP 0 #ifndef STASSID #include <ESP8266WiFi.h> #define NAPT 1000 #if HAVE_NETDUMP #include <NetDump.h> void dump(int netif_idx, const char* data, size_t len, int out, int success) { // optional filter example: if (netDump_is_ARP(data)) void setup() { #if HAVE_NETDUMP // first, connect to STA so we can get a proper local DNS server // By default, DNS option will point to the interface IP WiFi.softAPConfig( // enable AP, with android-compatible google domain Serial.printf("Heap before: %d\n", ESP.getFreeHeap()); #else void setup() { #endif void loop() {} |
got it |
@simontpellier |
better (thank for the idea !), with an ESP Wroom 32 WITHOUT external antenna |
Hi,
I tried your app as repeater with a Wemos mini D1.
Flashing works fine, but after flash is finished and reset of the chip no SSID "MyApp" is found.
Is this a known issue?
The text was updated successfully, but these errors were encountered: