Search found 3 matches

by tonbor
Fri Oct 18, 2024 5:33 pm
Forum: Hardware
Topic: connect ESP32-S3-WROOM-1U Antenna
Replies: 1
Views: 497

connect ESP32-S3-WROOM-1U Antenna

I bought ESP32-S3-WROOM-1U to use with an external antenna. But is the internal antenna connected or the ipex connected?
by tonbor
Tue Sep 01, 2020 10:32 am
Forum: ESP32 Arduino
Topic: Reboot in timer
Replies: 3
Views: 3831

Re: Reboot in timer

Got the same problem, how did you solve it?
by tonbor
Tue Sep 01, 2020 9:45 am
Forum: ESP32 Arduino
Topic: Arduino IDE Porting from ESP8266 to ESP32 get Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)
Replies: 0
Views: 2006

Arduino IDE Porting from ESP8266 to ESP32 get Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)

Porting code from ESP8266 to ESP32. get stuck porting os timer to hw timer. Probably because within the interrupt function I have output serial2 to my Nextion Display. Got a Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1) after 4 minutes. Any suggestions or other help? / // in...