Search found 6 matches

by IoT-Rainer
Wed Feb 26, 2025 4:49 pm
Forum: IDEs for ESP-IDF
Topic: New ESP-IDF Installation Manager (EIM) for macOS, Linux, and Windows
Replies: 3
Views: 13853

Re: New ESP-IDF Installation Manager (EIM) for macOS, Linux, and Windows

I find this EIM a good idea and am looking forward to it as I had a hard time setting the Eclipse environment up!
by IoT-Rainer
Sun Feb 23, 2025 9:57 pm
Forum: ESP-IDF
Topic: ESP-IDF and Eclipse - Kubuntu 24.04 HOW-TO
Replies: 1
Views: 735

ESP-IDF and Eclipse - Kubuntu 24.04 HOW-TO

Hi,

I had a very hard time to get ESP-IDF and Eclipse in general working in Kubuntu 24.04.
Finally got it running.

Steps:
1. Install Eclipse eclipse-cpp-2024-09-R-linux-gtk-x86_64.tar.gz
2. The "install" is simply unpacking at a directory of yoour choice.
3. Eclipse 2024-12 did NOT work, and ...
by IoT-Rainer
Sun Feb 23, 2025 2:37 pm
Forum: Report Bugs
Topic: Voltage measuring function gives incorrect result if calling from a component
Replies: 1
Views: 12550

Re: Voltage measuring function gives incorrect result if calling from a component

I guess the function may be called one time from task and one time from IRQ context, which may not be allowed nor makes sense...
Or storage var is on the stack and you are corrupting your memory somewhere.
by IoT-Rainer
Sun Feb 23, 2025 1:56 pm
Forum: ESP-IDF
Topic: xTaskCreate corrupts WS2812 LED signals
Replies: 11
Views: 3658

Re: xTaskCreate corrupts WS2812 LED signals

Hi

vTaskNone() is never started in your example, if you expect to get help finding out what goes wrong, you should provide full code.
Otherwise it can only be said, that you are doing something wrong.

Best regards, Rainer
by IoT-Rainer
Sun Feb 23, 2025 11:27 am
Forum: ESP-IDF
Topic: .elf file error in visual studio code
Replies: 4
Views: 2488

Re: .elf file error in visual studio code

Hi,

- check the .elf is really built and existing
- check that your flash tool configuration uses the right file name and path

What I find a little bit tricky as beginner, are the several methods to define the environment variables, paths etc. I had some problems at the beginning related to that ...
by IoT-Rainer
Sun Feb 23, 2025 10:20 am
Forum: ESP-IDF
Topic: Build is overwriting sdkconfig
Replies: 2
Views: 2374

Re: Build is overwriting sdkconfig

Hi,

you need to understand the build process.
I am new to ESP32 and there is. lots of information, but the tricky parts are not so easy to find in the doc universe. 😅

sdkconfig is built from Kconfig and Kconfig.projbuild.

https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides ...

Go to advanced search