Hi,
Had the same idea - tried that but it doesn't work - WPS works only in STA mode. If it's AP or AP+STA it does not work.
Search found 29 matches
- Sat Sep 10, 2016 3:27 am
- Forum: ESP8266 SDK
- Topic: WPS in AP+STA Mode
- Replies: 3
- Views: 4872
- Mon Aug 29, 2016 2:14 am
- Forum: ESP8266 SDK
- Topic: LmacRxBlk:1
- Replies: 2
- Views: 4131
Re: LmacRxBlk:1
Hi,
nope no interrupts. it happens during ssl handshake calculations - a bit of traffic and a bit of cpu load. i've reorganized the code a bit and it went away - but don't know when it will bite again.
nope no interrupts. it happens during ssl handshake calculations - a bit of traffic and a bit of cpu load. i've reorganized the code a bit and it went away - but don't know when it will bite again.
- Fri Aug 05, 2016 1:42 pm
- Forum: ESP8266 SDK
- Topic: boot 1.6
- Replies: 0
- Views: 2741
boot 1.6
Hi,
>> Updated secondary boot loader to v1.6:
>> 6.2 Supports entering testing mode through GPIO.
Which GPIO? Can you give some more information on this? Is it safe to use on existing designs?
>> Updated secondary boot loader to v1.6:
>> 6.2 Supports entering testing mode through GPIO.
Which GPIO? Can you give some more information on this? Is it safe to use on existing designs?
- Thu Aug 04, 2016 1:27 am
- Forum: ESP8266 SDK
- Topic: 升级SDK到2.0后不断重启应当如何解决?
- Replies: 6
- Views: 7509
Re: 升级SDK到2.0后不断重启应当如何解决?
Hi,
I'll guess that you haven't flashed blank.bin on your RF cal sector - see SDK 2.0 release notes
I'll guess that you haven't flashed blank.bin on your RF cal sector - see SDK 2.0 release notes
- Wed Aug 03, 2016 7:16 pm
- Forum: ESP8266 SDK
- Topic: LmacRxBlk:1
- Replies: 2
- Views: 4131
LmacRxBlk:1
Hi, My code triggers LmacRxBlk:1 which results in hung device - I suspect that the cause is a long pooling in my code. (tried with sdk 1.5.2, sdk 1.5.4.1, sdk 2.0 - all get in that state) But the question is - how to detect this error from user code and how to recover (reset mac or restart)? Suggest...
- Fri Aug 28, 2015 1:23 pm
- Forum: Report Bugs
- Topic: Memory Leak/Usage
- Replies: 31
- Views: 32136
Re: Memory Leak/Usage
Hi, Faye! Hi, Is the "https://ssl.test.com" your SSL server ? We can not access to it by browser. What is the IP, port and CA cert of your SSL server? No, i've send you the real server and both .bin files in a private message. I see it is in my outbox and not in the send items. Please, tak...
- Thu Aug 27, 2015 8:54 pm
- Forum: Report Bugs
- Topic: Memory Leak/Usage
- Replies: 31
- Views: 32136
Re: Memory Leak/Usage
Hi, Faye! Hi, Is the "https://ssl.test.com" your SSL server ? We can not access to it by browser. What is the IP, port and CA cert of your SSL server? Check your private messages about my server and ca cert details. espconn_secure_ca_enable(ESPCONN_CLIENT, CA_FLASH_ADDR); // flash sector w...
- Tue Aug 25, 2015 8:29 pm
- Forum: Report Bugs
- Topic: Memory Leak/Usage
- Replies: 31
- Views: 32136
Re: Memory Leak/Usage
Hi, Faye! Hi, There are two new APIs in the new lib that may help, please have a try. API1.jpg API2.jpg If i got it right - tested with: espconn_secure_cert_req_disable(3); // disable client certificates in server and client The result is the same as the previous test. I do not use client certificat...
- Mon Aug 24, 2015 2:49 pm
- Forum: Report Bugs
- Topic: Memory Leak/Usage
- Replies: 31
- Views: 32136
Re: Memory Leak/Usage
Hi, Faye!
I'm sorry but it didn't work.
Test with only the server cert - OK
Test with server and issuer cert - Fail
But there is a little improvement - now it fails immediately - does not wait for server close.
Espressif_Faye wrote:Hi,
Please have a try with this new libssl, based on esp_iot_sdk_v1.3.0
I'm sorry but it didn't work.
Test with only the server cert - OK
Test with server and issuer cert - Fail
But there is a little improvement - now it fails immediately - does not wait for server close.
- Fri Aug 21, 2015 1:54 pm
- Forum: ESP8266 SDK
- Topic: ETS Reset problem .
- Replies: 5
- Views: 4629
Re: ETS Reset problem .
Hi,
Do you feed the watchdog from the write loop?
Do you feed the watchdog from the write loop?