Search found 2 matches

by Awsmtek
Mon Apr 21, 2025 2:05 am
Forum: ESP-IDF
Topic: Latest IDF extension for VSCode has broken my compiler
Replies: 14
Views: 19754

Re: Latest IDF extension for VSCode has broken my compiler

Hello!

I had the same issue.
The solution that I found is to install ninja (it was absent):

Code: Select all

sudo apt install ninja-build

If you're using Windows, please follow installation guide from official ninja website.

Hope it'll help .
by Awsmtek
Mon Feb 03, 2020 7:16 pm
Forum: Report Bugs
Topic: UART GPIO repeately dies
Replies: 0
Views: 8459

UART GPIO repeately dies

Hello!
I have custom board with ESP32wroom32 module.
Application uses UART0 for logging and UART1 for configuration.
I left device on test bench for a week. It measured temperature and sent to my backend every minute and reported about it to Raspberry Pi using UART0.
UART0 has been connected with ...

Go to advanced search