Search found 5 matches
- Sat Dec 16, 2023 10:47 pm
- Forum: ESP-IDF
- Topic: ESP-IDF 5.1.2, i2s_std.h, unable to control I2S data transmission end
- Replies: 0
- Views: 30082
ESP-IDF 5.1.2, i2s_std.h, unable to control I2S data transmission end
Dear all, whether sending I2S data synchronously (using i2s_channel_enable, i2s_channel_write, i2s_channel_disable) or asynchronously (using i2s_channel_preload_data, i2s_channel_enable, on_sent ISR callback, i2s_channel_disable), it seems that in both cases my I2S transmissions are cut short. I sus...
- Tue Dec 12, 2023 10:08 pm
- Forum: Hardware
- Topic: ESP32 WROOM-32
- Replies: 3
- Views: 19769
Re: ESP32 WROOM-32
I understand that in harsh environments pullup resistors smaller than 2k2 are considered useless?
KR, Sebastian
KR, Sebastian
- Tue Dec 12, 2023 10:06 pm
- Forum: Hardware
- Topic: ESP32 Devkit PCB basically done...
- Replies: 2
- Views: 32208
Re: ESP32 Devkit PCB basically done...
Hard to give comments without the schematics. Anyway: I2C is notorious for long distance issues. Have you thought about using CAN instead?
KR, Sebastian
KR, Sebastian
- Tue Dec 12, 2023 10:02 pm
- Forum: Hardware
- Topic: ESP32 WROOM 32 halts booting process
- Replies: 1
- Views: 15718
Re: ESP32 WROOM 32 halts booting process
Hi @zapp123 Do you have a second DEV board that is as of now still not soldered onto your PCB? If yes, does it exhibit the same problems? Note that GPIO2 and GPIO5 are part of the ESP32 "GPIO-STRAPPING" mechanism. Due to this, and due to the "GPIO-STRAPPING" effects on the ESP32 boot, on the regular...
- Tue Dec 12, 2023 6:38 pm
- Forum: ESP-IDF
- Topic: Inputting audio to an ESP32 from an INMP441 I2S microphone: success
- Replies: 13
- Views: 74168
Re: Inputting audio to an ESP32 from an INMP441 I2S microphone: success
Has anyone ever encountered this problem? If yes and solved the problem please help me. Try I2S_CHANNEL_FMT_ONLY_RIGHT to receive the data from the "left" INMP441 channel (i.e. the data that the INMP441 provides in the first half of the sampling period when WS is LOW and the L/R pin is tied to GND)...