Search found 3 matches
- Thu Dec 05, 2019 3:32 pm
- Forum: General Discussion
- Topic: can ESP32 establish a HTTPS Access Point connection?
- Replies: 4
- Views: 4207
Re: can ESP32 establish a HTTPS Access Point connection?
Here is a more complete back trace details: Paste your stack trace hereGuru Meditation Error: Core 0 panic'ed (InstrFetchProhibited). Exception was unhandled. Core 0 register dump: PC : 0x00000000 PS : 0x00060e30 A0 : 0x8012ca0d A1 : 0x3ffb44f0 A2 : 0x3ffcf0c0 A3 : 0x3ffd0990 A4 : 0x3ffced3c A5 : 0x...
- Wed Dec 04, 2019 3:21 pm
- Forum: General Discussion
- Topic: can ESP32 establish a HTTPS Access Point connection?
- Replies: 4
- Views: 4207
Re: can ESP32 establish a HTTPS Access Point connection?
sorry for the delay, I had problems getting decoder working. Below is my decoded results: PC: 0x00000000 EXCVADDR: 0x00000000 Decoding stack results 0x4012ca0a: handle_dhcp at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c l...
- Mon Dec 02, 2019 10:18 pm
- Forum: General Discussion
- Topic: can ESP32 establish a HTTPS Access Point connection?
- Replies: 4
- Views: 4207
can ESP32 establish a HTTPS Access Point connection?
Hello team I'm attempting to have my ESP32 generate a HTTPS Access Point connection. Can this be done with an ESP32? I am using Platformio as my build environment running on a Raspberry Pi 4. The source code can be found at the following github link: https://github.com/tsbiberdorf/httpsConnection.gi...