Search found 3 matches
- Mon Apr 27, 2020 2:49 pm
- Forum: AT+ Commands
- Topic: https by SDK 3.0.3
- Replies: 1
- Views: 5091
https by SDK 3.0.3
Is it possible to connect SSL by 433 port to perform https_client ? (1) esp_cert_private_key.bin 默认烧录到地址 0xFC000 (2) esp_ca_cert.bin 默认烧录到地址 0xFB000 (3) SNTP enable OK, and work fine. (4) AT+CIPSTART="SSL","hostname",443 --> ERROR\r\nCLOSE PS: Non-OS SDK version : 3.0.3
- Wed Apr 13, 2016 3:07 pm
- Forum: AT+ Commands
- Topic: Webserver function
- Replies: 2
- Views: 2889
Re: Webserver function
Hi, I have fixed this issue. I use ARM-M0 MCU to run Client & Server via AT+Command (UART). For Webserver function, It's work for both Soft-AP and Station mode right now. PS: Under Soft-AP Mode(WiFi AP Disconnected), it is necessary to reduce AT+Command issue frequency. Result is as appendix file.
- Fri Apr 08, 2016 3:11 pm
- Forum: AT+ Commands
- Topic: Webserver function
- Replies: 2
- Views: 2889
Webserver function
Hi, I refer the document,chap5 of "4B-ESP8266__AT Command Examples__CN_v1.3.pdf" to establish the WebServer. The webserver function works fine for sta_IP & ap_IP(192.168.4.1), if ESP8266 link to WiFi AP. But when disconnect the WiFi AP, I can't access the ap_IP, http://192.168.4.1/ . A...