Search found 200 matches

by liaifat85
Wed Jan 10, 2024 4:09 pm
Forum: ESP-IDF
Topic: RTC memory synchronization (RISCV-ULP vs. CPU)
Replies: 2
Views: 27017

Re: RTC memory synchronization (RISCV-ULP vs. CPU)

I think you are experiencing race condition: viewtopic.php?t=6771
by liaifat85
Wed Jan 10, 2024 4:04 pm
Forum: ESP-ADF
Topic: Is it mandatory to have an audio codec or DSP chip to use ESP ADF in a custom board ?
Replies: 1
Views: 25812

Re: Is it mandatory to have an audio codec or DSP chip to use ESP ADF in a custom board ?

It is possible to develop ESP ADF (Espressif Audio Development Framework) applications with your custom board that has a MEMS INMP441 microphone and an MAX98357 audio amplifier. audio codec or DSP chip is not mandatory.
by liaifat85
Sun Jan 07, 2024 8:56 pm
Forum: ESP32 Arduino
Topic: Arduino ESP32 SPI output to WS2801 chip inconsistent
Replies: 9
Views: 105140

Re: Arduino ESP32 SPI output to WS2801 chip inconsistent

Since you mentioned that the issue appeared after introducing dynamic memory allocation, review the specific changes you made in your code.
by liaifat85
Sun Jan 07, 2024 8:52 pm
Forum: IDEs for ESP-IDF
Topic: VSCode SonarLint detecting errors
Replies: 3
Views: 16291

Re: VSCode SonarLint detecting errors

Not sure. I just hope somebody from the esp authority will look into this thread.
by liaifat85
Fri Dec 22, 2023 8:49 am
Forum: General Discussion
Topic: How to program custom ESP32 S3 chip hardware
Replies: 11
Views: 106221

Re: How to program custom ESP32 S3 chip hardware

If the above links did not help you, you can see the following contents. https://www.esp32.com/viewtopic.php?t=36303 https://www.youtube.com/watch?v=m6njN9Y7PF0 https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/tips-and-quirks.html However, since it's a custom b...
by liaifat85
Wed Dec 20, 2023 12:58 pm
Forum: Rust
Topic: ESP32 + SSD1306 + DHT22 - how output temp & humidity on Display ???
Replies: 3
Views: 39961

Re: ESP32 + SSD1306 + DHT22 - how output temp & humidity on Display ???

I think this tutorial is much easier: https://randomnerdtutorials.com/esp32-esp8266-dht-temperature-and-humidity-oled-display/ I also recommend cross-checking the DHT22 with an Arduino separately. You can follow this code here for the testing purposes: https://www.theengineeringprojects.com/2019/02/...
by liaifat85
Wed Dec 20, 2023 12:40 pm
Forum: General Discussion
Topic: Arduino ESP-IDF version error
Replies: 4
Views: 8777

Re: Arduino ESP-IDF version error

This error indicates a version conflict between the ESP-IDF (Espressif IoT Development Framework) versions specified in your project. The error specifically mentions a dependency on IDF (Espressif IDF) version 5.1, which is not compatible with the ESP-IDF v4.4 that you're using.
by liaifat85
Tue Dec 19, 2023 1:43 pm
Forum: IDEs for ESP-IDF
Topic: VSCode SonarLint detecting errors
Replies: 3
Views: 16291

Re: VSCode SonarLint detecting errors

You can check this for the #include error : https://stackabuse.com/bytes/troublesho ... n-vs-code/
by liaifat85
Mon Dec 18, 2023 12:04 pm
Forum: ESP-IDF
Topic: Overclocking ESP32 WROOVER E
Replies: 3
Views: 12896

Re: Overclocking ESP32 WROOVER E

overclocking the ESP32 by replacing the crystal is highly risky, and could potentially damage the hardware.