Search found 7 matches
- Fri Feb 19, 2021 1:26 pm
- Forum: Report Bugs
- Topic: WPS do not work if more that one AP with the same SSID
- Replies: 2
- Views: 4113
Re: WPS do not work if more that one AP with the same SSID
Hi, I back to the issue, I have it on SDK ver: 3.0.4(9532ceb). The WPS is started only on one AP (further), upon second AP (closer) is the ESP8266 device. The ESP see that WPS is started on further AP but tryies connect to closer (for credentials) what cause failure. I do more investigation in the l...
- Fri Nov 24, 2017 2:45 pm
- Forum: Report Bugs
- Topic: rf cal sector - freq trace enable 0 on SDK 2.1.0
- Replies: 1
- Views: 2614
Re: rf cal sector - freq trace enable 0 on SDK 2.1.0
Solved,
just use system_phy_freq_trace_enable(1)
just use system_phy_freq_trace_enable(1)
- Thu Nov 23, 2017 9:10 pm
- Forum: Report Bugs
- Topic: rf cal sector - freq trace enable 0 on SDK 2.1.0
- Replies: 1
- Views: 2614
rf cal sector - freq trace enable 0 on SDK 2.1.0
Hi, I have some issue with 2.1.0(deb1901) and esp_init_data_default.bin same esp_init_data_default.bin on SDK 2.0.0(656edbf): 2nd boot version : 1.6 SPI Speed : 40MHz SPI Mode : DIO SPI Flash Size & Map: 32Mbit(1024KB+1024KB) jump to run user1 @ 1000 rf cal sector: 1019 rf[112] : 03 rf[113] : 00...
- Sat Aug 06, 2016 10:29 pm
- Forum: Report Bugs
- Topic: WPS do not work if more that one AP with the same SSID
- Replies: 2
- Views: 4113
WPS do not work if more that one AP with the same SSID
Hi, I have problem with WPS. If I set the same SSID on two AP (routers), then the WPS do not work. My SDK is: 1.5.4.1(39cb9a32) Log: mode : null mode : sta(18:fe:34:d1:8a:9c) add if0 wifi_wps_enable wps scan build public key start build public key finish f r0, scandone f r0, scandone f r0, wps disco...
- Sun Jul 31, 2016 7:24 pm
- Forum: Report Bugs
- Topic: f r-15863, scandone
- Replies: 1
- Views: 4296
f r-15863, scandone
Hi,
when I reboot esp8266 by system_restart the WPS and first connect not work, return f r-15863. What mean this message: f r-15863? This happen on one device, what may cause this problem?
Have a nice day.
when I reboot esp8266 by system_restart the WPS and first connect not work, return f r-15863. What mean this message: f r-15863? This happen on one device, what may cause this problem?
Have a nice day.
- Tue Jun 28, 2016 11:07 am
- Forum: ESP8266 SDK
- Topic: Mesh issue
- Replies: 0
- Views: 1971
Mesh issue
Hi,
it is possible to create hidden network for mesh?
Example:
1. connect to GW encrypted, not hidden, channel 3 (STATION_MODE),
2. create AP with hidden SSID, same encryption, same channel (STATIONAP_MODE)?
Have a nice day.
it is possible to create hidden network for mesh?
Example:
1. connect to GW encrypted, not hidden, channel 3 (STATION_MODE),
2. create AP with hidden SSID, same encryption, same channel (STATIONAP_MODE)?
Have a nice day.
- Thu Mar 31, 2016 11:54 am
- Forum: ESP8266 HDK
- Topic: XPD_DCDC as EXT_WAKEUP
- Replies: 2
- Views: 5717
XPD_DCDC as EXT_WAKEUP
Hi, it is possible to use pin XPD_DCDC as external wakeup? I found in 0D - ESP8266__Pin_List__Release_15-11-2014.xlsx that XPD_DCDC can act as EXT_WAKEUP (function 3). I need a wakeup ESP from deep sleep after press the button. I know that it is possible to connect button to EXT_RSTB and call system...