Thanks all!
Pin 16 of PCM5102A is tied to GND: Audio format selection : I2S (Low) / Left-justified (High)
I am powering the PCM5102A DAC from a regulator on the board, not from ESP32 3.3V.
Supply looks stable.
Increasing f.read(2048) gives a timeout error. f.read(1024) does not help.
I ...
Search found 9 matches
- Fri Mar 21, 2025 4:12 pm
- Forum: Hardware
- Topic: I2S audio distortion issue
- Replies: 5
- Views: 1365
- Thu Mar 20, 2025 9:07 pm
- Forum: Hardware
- Topic: I2S audio distortion issue
- Replies: 5
- Views: 1365
I2S audio distortion issue
hello!
I have an ESP32-S3-WROOM on a custom PCB.
I'm retrieving a wav file (a song) from an SD card via SPI and playing it through DAC PCM5102A using I2S.
I am able to retrieve any wav file from the SD card and write the name of the file to the shell.
I am also able to play a generated tone with ...
I have an ESP32-S3-WROOM on a custom PCB.
I'm retrieving a wav file (a song) from an SD card via SPI and playing it through DAC PCM5102A using I2S.
I am able to retrieve any wav file from the SD card and write the name of the file to the shell.
I am also able to play a generated tone with ...
- Mon Sep 30, 2024 7:22 pm
- Forum: ESP32 Arduino
- Topic: ESP32-WROOM-32E stuck in watchdog (?) loop after uploading Arduino code
- Replies: 2
- Views: 3630
Re: ESP32-WROOM-32E stuck in watchdog (?) loop after uploading Arduino code
Thanks, the issue was using GPIO10 as an output. Appreciate the response!
- Fri Sep 27, 2024 4:07 pm
- Forum: ESP32 Arduino
- Topic: ESP32-WROOM-32E stuck in watchdog (?) loop after uploading Arduino code
- Replies: 2
- Views: 3630
ESP32-WROOM-32E stuck in watchdog (?) loop after uploading Arduino code
Hi-
I uploaded the same code as I'd been using to two ESP-WROOM-32E modules (Arduino version 2.3.3)
(at the bottom of this post)
I can still get the code to upload on each module, and can erase the flash with pytool. I have switches on GPIO and EN.
esptool.py --chip esp32 --port /dev/tty ...
I uploaded the same code as I'd been using to two ESP-WROOM-32E modules (Arduino version 2.3.3)
(at the bottom of this post)
I can still get the code to upload on each module, and can erase the flash with pytool. I have switches on GPIO and EN.
esptool.py --chip esp32 --port /dev/tty ...
- Wed Sep 18, 2024 3:24 am
- Forum: Hardware
- Topic: ESP32-C3-MINI-H4 USB to UART not working
- Replies: 2
- Views: 2524
Re: ESP32-C3-MINI-H4 USB to UART not working
Turning over the cable worked!
Thanks @sprite and also for the USB spec info.
Thanks @sprite and also for the USB spec info.
- Tue Sep 17, 2024 5:25 pm
- Forum: Hardware
- Topic: ESP32-C3-MINI-H4 USB to UART not working
- Replies: 2
- Views: 2524
ESP32-C3-MINI-H4 USB to UART not working
Hello!
I designed a board with a ESP32-C3-MINI-1-H4 and a USB to UART connection to use Arduino.
My board isn't recognized by USB and I wondered where things might be wrong.
Screenshot 2024-09-17 at 1.07.30 PM.png
I have switches to EN (pin 8) and to GPIO9
GPIO8 measures HIGH
GPIO2 measures ...
I designed a board with a ESP32-C3-MINI-1-H4 and a USB to UART connection to use Arduino.
My board isn't recognized by USB and I wondered where things might be wrong.
Screenshot 2024-09-17 at 1.07.30 PM.png
I have switches to EN (pin 8) and to GPIO9
GPIO8 measures HIGH
GPIO2 measures ...
- Tue Aug 20, 2024 6:30 pm
- Forum: Hardware
- Topic: ESP32-C3-MINI-1-H4 SPI/ I2C
- Replies: 2
- Views: 1287
Re: ESP32-C3-MINI-1-H4 SPI/ I2C
Many thanks!
I'm planing on using the Arduino framework, looks like you can change pin numbers for I2C and SPI there too.
I'm planing on using the Arduino framework, looks like you can change pin numbers for I2C and SPI there too.
- Mon Aug 19, 2024 9:23 pm
- Forum: Hardware
- Topic: ESP32-C3-MINI-1-H4 D+/D-
- Replies: 1
- Views: 971
ESP32-C3-MINI-1-H4 D+/D-
Hello! I'm wondering why on the peripheral diagram for the C3 MINI the D+ and D- pins show 0R resistors.
Is this because they can be configured as GPIO pins?
If I want to use these pins for USB do I need to add resistors and if so, what value?
Thanks!
Is this because they can be configured as GPIO pins?
If I want to use these pins for USB do I need to add resistors and if so, what value?
Thanks!
- Mon Aug 19, 2024 7:18 pm
- Forum: Hardware
- Topic: ESP32-C3-MINI-1-H4 SPI/ I2C
- Replies: 2
- Views: 1287
ESP32-C3-MINI-1-H4 SPI/ I2C
Hello!
I wondered if there are specific pins to use for I2C and SPI for the ESP32-C3-MINI?
I haven't been able to find this in a datasheet/ anywhere else.
Is there room for both I2C and SPI ? Thanks in advance!
I wondered if there are specific pins to use for I2C and SPI for the ESP32-C3-MINI?
I haven't been able to find this in a datasheet/ anywhere else.
Is there room for both I2C and SPI ? Thanks in advance!