Chat freely about anything...

User avatar
By eriksl
#48852 It's on by default because if the flash is pristine/wiped, you'd probably want to see "something" happening if it works. Especially in my case, where I replace the flash chips (4/8 mbit -> 16 mbit).

I hope it gets rid of *all* messages, it's just a flag in de SDK I set, so the SDK should adhere to it, it's all debug messages from the SDK code, not from my code, actually. If there are still messages produced, we might have to resort to a UART "swap" operation.
User avatar
By smss
#50484 I downloaded a copy of release 14 from https://github.com/eriksl/esp8266-unive ... e/releases using the two files espiobridge-plain-iram-0x000000.bin and espiobridge-plain-irom-0x010000.bin. I flashed these to a esp-01 but I can't ever see the "esp" ssid show up from either my smartphone or computer. It does seem to be trying go into AP mode though from the debug output, but I can never see the ssid on my phone. Debug output is copied below. Any ideas? I haven't tried building from source code and would like to avoid that if possible.

Thanks.

...
no esp found, reconnect after 1s
reconnect
f 0, scandone
no esp found, reconnect after 1s
...
f 0, * set wlan mode to ap, ssid="esp", passwd="espespesp", channel=13

scandone
del if0
usl
mode : softAP(1a:fe:34:cb:1e:69)
add if1
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
bcn 100
bcn 0
del if1
usl
add if1
dhcp server start:(ip:192.168.4.1,mask:255.255.255.0,gw:192.168.4.1)
bcn 100
chg_A3:-180
...
User avatar
By eriksl
#50558 That is interesting...

But I just found a bug when the default config is initialised, the default ap channel is set to '1' and not 1. So it ends up to be 49. But on the other hand, there is some safeguarding code that only allows channels 1 to 13 to be used and it it's outside that range, it selects channel 13.

So, I guess, in the end, you'd have to see your esp at channel 13. Could it be that channel 13 is outside the regulatory domain in your country? Should I change it to e.g. channel 1 by default?