Search found 3 matches

by WJCarpenter
Tue May 24, 2022 4:41 pm
Forum: ESP-IDF
Topic: Eclipse IDE plugin says Errors exist but console says build complete
Replies: 12
Views: 12489

Re: Eclipse IDE plugin says Errors exist but console says build complete

I don't know if anybody is still looking for an answer to this. I came across this thread because a similar thing happened to me after I made a change to my Eclipse project. (I could hardly believe it when it said it couldn't resolve "size_t" as a type.) For me, the solution was a simple mismatch th...
by WJCarpenter
Wed Apr 06, 2022 3:09 am
Forum: General Discussion
Topic: IDF Monitor output is garbled
Replies: 6
Views: 12414

Re: IDF Monitor output is garbled

ESP_Sprite wrote:
Sun Dec 10, 2017 8:51 am
The Sparkfun Thing has a 26MHz crystal, while esp-idf is by default configured for an 40MHz crystal. In 'make menuconfig', if memory serves under components -> esp32 specific, you can change the crystal frequency.
Even after all this time, this posting helped solve this problem for me. Thanks!
by WJCarpenter
Sun Aug 06, 2017 11:17 pm
Forum: General Discussion
Topic: Factory reset - ESP32 "Timeout reached. Command aborted."
Replies: 2
Views: 7178

Re: Factory reset - ESP32 "Timeout reached. Command aborted."

Nothing serious has happened. You have just erased the Lua interpreter. It's not completely obvious, but it's a layer on top of the normal firmware. Putting it back is fairly simple. Here are the instructions for the ESP8266. I haven't tried it with an ESP32, and I don't know if the ESP8266 firmware...