Espruino runs on ESP32 S2? Some code and the error messages would be helpful. Without those we can't help you
error code -1
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x17 (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:2668
load:0x40078000,len:7304
load:0x40080000,len:5312
entry 0x40080274
E (542) spiram: SPI RAM enabled but initialization failed. Bailing out.
I have ESP32-WROOM-32D and ESP32-WROOM-32U boards and I think I have damaged my 32D board by supplying power via 5V pin using 5V input and via USB cable at the same time and burn something in it- probably an SMD I guess (rookie mistake). Since then, it shows "Brownout detector was triggered" and it doesn't power up with USB cable. I have to supply power via 5V pin if I want it to connect to my PC.
My other board, 32U however, works as expected with Espruino 2v09. I'm now careful not to supply power from different sources at the same time
Hello
I am running the interface on the local server using the asyncy web server library. no problem here
but 2 or more esp32s are connecting to each other, the server esp32 needs to send data to the client esp32, for this they need to send data between themselves via http post. How can I do this?