gpio_viewer reboots over and over ... #172
Replies: 3 comments
-
I have tried the example provided with the library and there is no reboot. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I got this to work by replacing the required GPIOViewer libraries from the latest installed versions back to the "Last tested on:" library versions noted in the GPIOViewer example app. While I am overjoyed that I now know how to get this to work, I find it odd that the latest library versions will not work with the GPIOViewer library. I hope I am wrong about this but that is my experience at the moment. Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed the latest libraries but for some reason the sketch just reboots and reboots as shown next.
14:41:42.308 -> Rebooting... 14:41:42.308 -> ets Jun 8 2016 00:22:57 14:41:42.308 -> 14:41:42.308 -> rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) 14:41:42.308 -> configsip: 0, SPIWP:0xee 14:41:42.352 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 14:41:42.352 -> mode:DIO, clock div:1 14:41:42.352 -> load:0x3fff0030,len:4888 14:41:42.352 -> load:0x40078000,len:16516 14:41:42.352 -> load:0x40080400,len:4 14:41:42.352 -> load:0x40080404,len:3476 14:41:42.352 -> entry 0x400805b4 14:41:43.761 -> E (1089) phy_comm: gpio[0] number: 2 is reserved 14:41:43.761 -> 14:41:43.761 -> Connecting 14:41:43.761 -> ......................... 14:41:46.250 -> Connected to the WiFi network 14:41:46.250 -> Local ESP32 IP: 192.168.0.95 14:41:46.250 -> GPIOViewer >> Release 1.6.2 14:41:46.305 -> GPIOViewer >> ESP32 Core Version 3.2.0 14:41:46.305 -> GPIOViewer >> Chip Model:ESP32-D0WD, revision:100 14:41:46.305 -> GPIOViewer >> No PSRAM 14:41:46.305 -> 14:41:46.305 -> assert failed: tcp_alloc /IDF/components/lwip/lwip/src/core/tcp.c:1854 (Required to lock TCPIP core functionality!) 14:41:46.305 ->
Installed library versions are as follows:
GPIOViewer > v 1.6.2
ESP Asyn WebServer > v 3.7.4
AsyncTCP > v 3.3.8
Espressif Systems > v 3.2.0
The microcontroller is an ESP32-WROOM-32D (36-pins)
Any help will be greatly appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions