Search found 200 matches

by liaifat85
Wed Feb 07, 2024 12:46 pm
Forum: Sample Code
Topic: Pytest_blink.py
Replies: 1
Views: 6372

Re: Pytest_blink.py

pytest is a popular testing framework for Python, and ESP-IDF build system includes some tests for the blink sample project.
by liaifat85
Wed Feb 07, 2024 12:40 pm
Forum: ESP-IDF
Topic: BT initialization error
Replies: 2
Views: 864

Re: BT initialization error

"Bluetooth controller initialize failed: ESP_ERR_INVALID_STATE," typically indicates a problem with the Bluetooth controller during initialization. Please check your Bluetooth configuration settings.
by liaifat85
Wed Feb 07, 2024 12:34 pm
Forum: General Discussion
Topic: ESP32-C6 - How many devices can this board handle
Replies: 1
Views: 588

Re: ESP32-C6 - How many devices can this board handle

The actual number of clients that can be reliably supported may vary. It depends on factors like network traffic, data throughput, and the processing power available on the ESP32-C6. I think you need to perform a test with your 50+ devices and see the performance.
by liaifat85
Wed Feb 07, 2024 11:53 am
Forum: Hardware
Topic: ESP32 4 digit 7 segment display blinking problem
Replies: 1
Views: 514

Re: ESP32 4 digit 7 segment display blinking problem

Add a small delay between each refresh.
by liaifat85
Tue Feb 06, 2024 1:58 pm
Forum: Hardware
Topic: esp32 WiFi does not work with battery power
Replies: 2
Views: 897

Re: esp32 WiFi does not work with battery power

Please check the battery voltage with a multimeter. Maybe it's not sufficient.
by liaifat85
Tue Feb 06, 2024 1:56 pm
Forum: General Discussion
Topic: ESP32 connecting to internet SIM800L problem
Replies: 10
Views: 8096

Re: ESP32 connecting to internet SIM800L problem

Hi, what power supply are you using for the SIM800?
by liaifat85
Fri Jan 26, 2024 12:57 pm
Forum: General Discussion
Topic: Bootstrapping issues with custom ESP32-C6 board
Replies: 2
Views: 1075

Re: Bootstrapping issues with custom ESP32-C6 board

If possible, use debugging tools like oscilloscopes or logic analyzers to monitor the signals during the boot process. This can help identify any anomalies or timing issues. Since it's a custom board, you must check for short circuits or broken traces. You can check with a multimeter. You can make a...
by liaifat85
Mon Jan 22, 2024 8:12 am
Forum: ESP-IDF
Topic: Support for multiple coredumps?
Replies: 2
Views: 860

Re: Support for multiple coredumps?

The size of the coredump partition determines how much space is available for storing the core dump information. If the size is set to 64K, as you mentioned, it may limit the storage capacity for core dumps.
by liaifat85
Mon Jan 22, 2024 8:04 am
Forum: General Discussion
Topic: Guru Meditation Error during Cellular Firmware Update with ESP-IDF: Seeking Assistance
Replies: 3
Views: 1114

Re: Guru Meditation Error during Cellular Firmware Update with ESP-IDF: Seeking Assistance

The error message specifically mentions "Cache disabled but cached memory region accessed," and it seems to be happening during the execution of the esp_ota_end() function.Carefully review the code related to flash write operations, especially in the esp_ota_end() function.
by liaifat85
Fri Jan 19, 2024 3:39 pm
Forum: Hardware
Topic: ESP32-WROOM-32D/E deep sleep current consumption?
Replies: 2
Views: 1210

Re: ESP32-WROOM-32D/E deep sleep current consumption?

I assume the deep-sleep current consumption is the same for all versions of ESP32. That's why they do not specify anything in the datasheets. Let's see if the admins here say otherwise.