Search found 3 matches

by corneo
Fri Mar 31, 2023 12:44 am
Forum: ESP32 Arduino
Topic: ESP32 Getting Reset again and again
Replies: 2
Views: 1674

Re: ESP32 Getting Reset again and again

Just spitballing here because most of the log stuff you posted, although decipherable by some, I'm sure, is all but useless gibberish to me, (;->) but... I did see an indication that it was (possibly?) caused by a Real-Time Clock Watch-Dog-Timer (??RTCWDT??) that expired. Note "RTCWDT" in the first ...
by corneo
Thu Mar 30, 2023 12:52 am
Forum: ESP-IDF
Topic: "ModuleNotFoundError: No module named 'chardet'" during build on MacOS M1.
Replies: 3
Views: 2640

"ModuleNotFoundError: No module named 'chardet'" during build on MacOS M1.

I'm running into a problem using ESP-IDF on M1 mac. I've tried everything I've found to resolve it, but obviously, I have had no luck. The crux is that the "chardet" python module is missing. All the similar problems I have read about involving missing 'chardet' come down to the requirement to insta...