Search found 9 matches
- Thu Dec 09, 2021 4:49 am
- Forum: General Discussion
- Topic: Detecting chip from UART, but unable to flash / dump the code to detected chip.
- Replies: 1
- Views: 3208
Detecting chip from UART, but unable to flash / dump the code to detected chip.
Hi ESP Community, I am trying to flash code to ESP32-D0WD-V3 (revision 3) which is on custom board. I am able to get the Chip ID and MAC address of the device. But, code is not flashing. I am getting the following error message. esptool.py v3.1-dev Serial port COM3 Connecting........__ Chip is ESP32...
- Wed Oct 20, 2021 4:48 am
- Forum: ESP-IDF
- Topic: How to put ESP32WROOM32 in debug mode using ESP-Prog?
- Replies: 2
- Views: 2586
How to put ESP32WROOM32 in debug mode using ESP-Prog?
How to put ESP32WROOM32 in debug mode using ESP-Prog?
- Wed Oct 13, 2021 12:49 pm
- Forum: ESP-IDF
- Topic: How to get the PCM data of HFP_HF profile in I2S ?
- Replies: 0
- Views: 1518
How to get the PCM data of HFP_HF profile in I2S ?
How to get the PCM data of HFP_HF profile in I2S ?
- Wed Oct 13, 2021 11:51 am
- Forum: ESP-IDF
- Topic: How to use both the A2DP_Sink and HFP_HF profiles in one profile?
- Replies: 0
- Views: 1532
How to use both the A2DP_Sink and HFP_HF profiles in one profile?
How to use both the A2DP_Sink and HFP_HF profiles in one profile? How to link the both projects in one project? I want to merge A2DP_Sink and HFP_HF in one project. How to merge both the projects or profiles?
- Wed Oct 13, 2021 11:26 am
- Forum: ESP-IDF
- Topic: How to link PCM GPIO pins to Speakers via I2S port?
- Replies: 0
- Views: 1642
How to link PCM GPIO pins to Speakers via I2S port?
Hi ESP Community,
•PCM : When using PCM, audio data stream is mapped to GPIO pins and you should link these GPIO pins to a speaker via I2S port. This is in HFP_HF profile. My question is How to link PCM GPIO pins to Speakers via I2S port? (HFP_HF profile ESP IDF Code).
•PCM : When using PCM, audio data stream is mapped to GPIO pins and you should link these GPIO pins to a speaker via I2S port. This is in HFP_HF profile. My question is How to link PCM GPIO pins to Speakers via I2S port? (HFP_HF profile ESP IDF Code).
- Fri Oct 08, 2021 10:43 am
- Forum: ESP-IDF
- Topic: In hfp_hf profile for voice interface, ESP32 has provided PCM input/output signals. So, I want to configure for I2S.
- Replies: 0
- Views: 1539
In hfp_hf profile for voice interface, ESP32 has provided PCM input/output signals. So, I want to configure for I2S.
In hfp_hf profile for voice interface, ESP32 has provided PCM input/output signals. So, I want to configure for I2S. So, is it possible to integrate I2S to hfp_hf profile?
- Fri Jul 16, 2021 7:39 am
- Forum: ESP-IDF
- Topic: rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
- Replies: 1
- Views: 4737
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
Hi ESP Community.
I have connected 2 ESP modules by using SDIO. When I reset the HOST I am getting the following error message.
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
I have connected 2 ESP modules by using SDIO. When I reset the HOST I am getting the following error message.
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
- Thu Jul 15, 2021 4:50 pm
- Forum: IDEs for ESP-IDF
- Topic: ESP-IDF Installation Error.
- Replies: 4
- Views: 15460
ESP-IDF Installation Error.
Hi ESP Community, I am installing ESP-IDF but getting following errors. I followed this official link https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md#Prerequisites to install. Installing tools... This can take a while. Please be patient. Executing C:\Users\info\AppData\Local\Pr...
- Thu Jul 15, 2021 6:45 am
- Forum: ESP-IDF
- Topic: Communication between 2 ESP controllers using SDIO (ESP32<->SDIO<->ESP32).
- Replies: 0
- Views: 1683
Communication between 2 ESP controllers using SDIO (ESP32<->SDIO<->ESP32).
Hi ESP Community, I am working on communicating between two ESP32-WROOM-32 microcontrollers using SDIO Host and Slave . As examples already given in ESP IDF . After hardware connection as given in that example, I am getting the following output I (310) cpu_start: Starting scheduler on PRO CPU. I (0...