Search found 5 matches

by hema20
Wed Apr 15, 2020 9:14 am
Forum: ESP-IDF
Topic: Use HX711 data in ULP
Replies: 4
Views: 5596

Re: Use HX711 data in ULP

https://esp32.com/viewtopic.php?t=10116#p46617 I don't have a HX711 to test that program so I doubt it works right off the bat (and I can see now that the wake up logic is wrong) but it might be useful as a starting point. This is definitely a good starting point and I already tried it out. Unfortu...
by hema20
Tue Apr 14, 2020 4:28 pm
Forum: ESP-IDF
Topic: Use HX711 data in ULP
Replies: 4
Views: 5596

Use HX711 data in ULP

Hello together, I need some help writing the ULP code to wake up from deep sleep when the weight of a loadcell exceeds a specific threshold. I know that the ULP registers can only store 16 Bit data and for now this resolution should be enough. How do I define the GPIO Pins and access a measurement f...
by hema20
Thu Mar 26, 2020 9:03 am
Forum: IDEs for ESP-IDF
Topic: Configure CLion to use ESP-IDF
Replies: 3
Views: 13327

Re: Configure CLion to use ESP-IDF

Thank you for your input. I think the error was caused by installing the newest IDF (4.2) with an older version (3.2.2) of the toolchain. I deleted all the files and started from scratch again. I want to mention that it is necessary to create the ~/esp folder first when using the standard toolchain...
by hema20
Tue Mar 24, 2020 10:25 am
Forum: IDEs for ESP-IDF
Topic: Configure CLion to use ESP-IDF
Replies: 3
Views: 13327

Re: Configure CLion to use ESP-IDF

Thank you for your input. I think the error was caused by installing the newest IDF (4.2) with an older version (3.2.2) of the toolchain. I deleted all the files and started from scratch again. I want to mention that it is necessary to create the ~/esp folder first when using the standard toolchain,...
by hema20
Mon Mar 23, 2020 10:25 am
Forum: IDEs for ESP-IDF
Topic: Configure CLion to use ESP-IDF
Replies: 3
Views: 13327

Configure CLion to use ESP-IDF

Hello, I am trying to use the ESP-IDF with CLion, but I have some problems with the configuration. Has anybody some advice to make it running and can explain which settings in the Preferences menu are necessary? I installed everything as written in the ESP-IDF documentation on macOS and it works run...