Search found 6 matches
- Thu Oct 15, 2020 11:45 am
- Forum: ESP-IDF
- Topic: ssl_mutual_auth not working with SPIFFS [IDFGH-4115]
- Replies: 0
- Views: 1723
ssl_mutual_auth not working with SPIFFS [IDFGH-4115]
Development Kit: [ESP32-DevKitC] Kit version (v1] Module or chip used: [ESP32-WROOM-32|ESP32-WROOM-32D] IDF version: v4.3-dev-771-gc77c4ccf6 Build System: idf.py Compiler version: xtensa-esp32-elf-gcc (crosstool-NG esp-2020r2) 8.2.0 Operating System: [Windows] (Windows only) environment type: [ESP ...
- Sun Jul 26, 2020 9:28 am
- Forum: General Discussion
- Topic: Checking Internet connectivity using ESP32
- Replies: 4
- Views: 6851
Re: Checking Internet connectivity using ESP32
Yes. Good suggestion.
- Sat Jul 25, 2020 1:01 pm
- Forum: General Discussion
- Topic: Creating HTTP Server with Basic Authentication
- Replies: 0
- Views: 2261
Creating HTTP Server with Basic Authentication
I need to create an HTTP server (not HTTPS with OpenSSL Cretification), with basic authentication (username & password). I get examples to connect with HTTP server as a client with basic authentication... sp_http_client_config_t config = { .url = "http://user:passwd@httpbin.org/basic-auth/user/passw...
- Sat Jul 25, 2020 12:34 pm
- Forum: General Discussion
- Topic: Checking Internet connectivity using ESP32
- Replies: 4
- Views: 6851
Re: Checking Internet connectivity using ESP32
Thanks for the reply.
DNS cache on the access point will not be in our control, once the devices are deployed to different customers !
As you suggested, http get or ping to an internet resource could be better way out.
DNS cache on the access point will not be in our control, once the devices are deployed to different customers !
As you suggested, http get or ping to an internet resource could be better way out.
- Fri Jul 24, 2020 12:04 pm
- Forum: General Discussion
- Topic: Checking Internet connectivity using ESP32
- Replies: 4
- Views: 6851
Checking Internet connectivity using ESP32
I have used "dns_gethostbyname()" to resolve the DNS url to check if the internet (net) is available on the wifi AP that ESP32 was connected. The solutions works. In the call-back function, I check if ipaddr == NULL then the net is not available. I tried it using "google.com" first. It reported the ...
- Sat Apr 18, 2020 7:18 am
- Forum: ESP IoT Solution
- Topic: How to compress and decompress the bin file for OTA
- Replies: 4
- Views: 14400
Re: How to compress and decompress the bin file for OTA
@Ganesh:: Please let us know the solution. It would be useful to everyone.