when i press boot button i got this rst:0x1 (POWERON_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:5656
load:0x40078000,len:0
ho 12 tail 0 room 4
load:0x40078000,len:13844
entry 0x40078fc4
[0;32mI (31) boot: ESP-IDF v3.0.7 2nd stage bootloader[0m
[0;32mI (31) boot: compile time 09:04:31[0m
[0;32mI (31) boot: Enabling RNG early entropy source...[0m
[0;32mI (35) boot: SPI Speed : 40MHz[0m
[0;32mI (39) boot: SPI Mode : DIO[0m
[0;32mI (43) boot: SPI Flash Size : 4MB[0m
[0;32mI (47) boot: Partition Table:[0m
[0;32mI (51) boot: ## Label Usage Type ST Offset Length[0m
[0;32mI (58) boot: 0 phy_init RF data 01 01 0000f000 00001000[0m
[0;32mI (66) boot: 1 otadata OTA data 01 00 00010000 00002000[0m
[0;32mI (73) boot: 2 nvs WiFi data 01 02 00012000 0000e000[0m
[0;32mI (81) boot: 3 at_customize unknown 40 00 00020000 000e0000[0m
[0;32mI (88) boot: 4 ota_0 OTA app 00 10 00100000 00180000[0m
[0;32mI (96) boot: 5 ota_1 OTA app 00 11 00280000 00180000[0m
[0;32mI (103) boot: End of partition table[0m
[0;32mI (107) boot: No factory image, trying OTA 0[0m
[0;32mI (112) esp_image: segment 0: paddr=0x00100020 vaddr=0x3f400020 size=0x20614 (132628) map[0m
[0;32mI (168) esp_image: segment 1: paddr=0x0012063c vaddr=0x3ffc0000 size=0x02d7c ( 11644) load[0m
[0;32mI (173) esp_image: segment 2: paddr=0x001233c0 vaddr=0x40080000 size=0x00400 ( 1024) load[0m
[0;32mI (175) esp_image: segment 3: paddr=0x001237c8 vaddr=0x40080400 size=0x0c848 ( 51272) load[0m
[0;32mI (205) esp_image: segment 4: paddr=0x00130018 vaddr=0x400d0018 size=0xdfc80 (916608) map[0m
[0;32mI (526) esp_image: segment 5: paddr=0x0020fca0 vaddr=0x4008cc48 size=0x02504 ( 9476) load[0m
[0;32mI (530) esp_image: segment 6: paddr=0x002121ac vaddr=0x400c0000 size=0x00064 ( 100) load[0m
[0;32mI (542) boot: Loaded app from partition at offset 0x100000[0m
[0;32mI (542) boot: Disabling RNG early entropy source...[0m
1.1.3
I (590) wifi: wifi firmware version: 703e53b
I (590) wifi: config NVS flash: enabled
I (590) wifi: config nano formating: disabled
I (600) wifi: Init dynamic tx buffer num: 32
I (601) wifi: Init data frame dynamic rx buffer num: 32
I (601) wifi: Init management frame dynamic rx buffer num: 32
I (606) wifi: wifi driver task: 3ffdeeb8, prio:23, stack:3584
I (611) wifi: Init static rx buffer num: 10
I (615) wifi: Init dynamic rx buffer num: 32
I (619) wifi: wifi power manager task: 0x3ffe369c prio: 21 stack: 2560
I (656) wifi: mode : softAP (3c:71:bf:79:32:e1)
I (663) wifi: mode : sta (3c:71:bf:79:32:e0) + softAP (3c:71:bf:79:32:e1)
I (667) wifi: mode : softAP (3c:71:bf:79:32:e1)
I (672) wifi: set country: cc=CN
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?