can ESP32 establish a HTTPS Access Point connection?
Posted: Mon Dec 02, 2019 10:18 pm
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.git
The code compiles and loads fine, but when I make the connection to my ESP32, the ESP32 resets with the following error message.
Thanks.
========== reboot message ==========
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:8896
load:0x40080400,len:5828
entry 0x400806ac
configure WifFi: 1
creating access point SecureConnection
Starting server...
Server ready.
dhcps: send_offer>>udp_sendto result 0
Guru Meditation Error: Core 0 panic'ed (InstrFetchProhibited). Exception was u.
Core 0 register dump:
PC : 0x00000000 PS : 0x00060e30 A0 : 0x8012cb8d A1 : 0x3
A2 : 0x3ffcf9a4 A3 : 0x3ffcfbd8 A4 : 0x3ffce69c A5 : 0x3
A6 : 0x650a0a0a A7 : 0x6f0a0a0a A8 : 0x8012ca30 A9 : 0x3
A10 : 0x3ffcf9b4 A11 : 0x3ffcfbd8 A12 : 0x3ffb3d3c A13 : 0x0
A14 : 0x00000001 A15 : 0x00000006 SAR : 0x00000010 EXCCAUSE: 0x0
EXCVADDR: 0x00000000 LBEG : 0x4000c349 LEND : 0x4000c36b LCOUNT : 0x0
Backtrace: 0x00000000:0x3ffb3d30 0x4012cb8a:0x3ffb3d70 0x40135cd5:0x3ffb3d90 0x0
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.git
The code compiles and loads fine, but when I make the connection to my ESP32, the ESP32 resets with the following error message.
Thanks.
========== reboot message ==========
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:8896
load:0x40080400,len:5828
entry 0x400806ac
configure WifFi: 1
creating access point SecureConnection
Starting server...
Server ready.
dhcps: send_offer>>udp_sendto result 0
Guru Meditation Error: Core 0 panic'ed (InstrFetchProhibited). Exception was u.
Core 0 register dump:
PC : 0x00000000 PS : 0x00060e30 A0 : 0x8012cb8d A1 : 0x3
A2 : 0x3ffcf9a4 A3 : 0x3ffcfbd8 A4 : 0x3ffce69c A5 : 0x3
A6 : 0x650a0a0a A7 : 0x6f0a0a0a A8 : 0x8012ca30 A9 : 0x3
A10 : 0x3ffcf9b4 A11 : 0x3ffcfbd8 A12 : 0x3ffb3d3c A13 : 0x0
A14 : 0x00000001 A15 : 0x00000006 SAR : 0x00000010 EXCCAUSE: 0x0
EXCVADDR: 0x00000000 LBEG : 0x4000c349 LEND : 0x4000c36b LCOUNT : 0x0
Backtrace: 0x00000000:0x3ffb3d30 0x4012cb8a:0x3ffb3d70 0x40135cd5:0x3ffb3d90 0x0