Hello
I need your advice on creating an HTTPS web server.
since upgrading to Arduino code 3, there is no example on this, and also, all of the https libraries are outdated and resulting errors on running on core 3.
Please refer to example for creating an HTTPS web server.
Search found 4 matches
- Thu Jun 20, 2024 3:33 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino code 3.0.1 - HTTPS server
- Replies: 0
- Views: 1321
- Wed Jun 05, 2024 1:19 pm
- Forum: ESP32 Arduino
- Topic: ESP_NOW & esptool 4.6
- Replies: 1
- Views: 804
Re: ESP_NOW & esptool 4.6
Hello After updating to Arduino core 3.0, the ESP-IDF has been updated to 5.1.4 means that ESP-NOW procedure also has been updated. See documentation: https://docs.espressif.com/projects/arduino-esp32/en/latest/api/espnow.html You can also check the examples in Arduino IDE. You can go back by select...
- Fri Mar 22, 2024 2:41 pm
- Forum: ESP32 Arduino
- Topic: ESP NOW encryption not working
- Replies: 2
- Views: 1655
Re: ESP NOW encryption not working
Hi liaifat85 Thank you for the answer. 1. In your example I cannot find any reference for encryption method, as I mansion in my post, the code works well when setting encryption to false. 2. Please be clarify this sentence: To set the encryption keys for your own device, you can use the esp_now_set_...
- Tue Mar 19, 2024 5:38 pm
- Forum: ESP32 Arduino
- Topic: ESP NOW encryption not working
- Replies: 2
- Views: 1655
ESP NOW encryption not working
Hello , I need your assistance with this code: I have 2 ESP32-S3 dev kits, and I need to communicate between them for short range, small packets and encrypted. I decided to use ESP NOW protocol. In my following code: I create a wifi AP with defined name. Search this name . when I find it (and filter...