Module ESP32-2432S integrated with Annex

Here you'll find the updated available
User avatar
Fernando Perez
Posts: 378
Joined: Mon Feb 15, 2021 10:09 pm
Location: Santander (Spain)
Has thanked: 195 times
Been thanked: 267 times

Re: Module ESP32-2432S integrated with Annex

Post by Fernando Perez »

It is done. There's nothing like soldering and desoldering SMD resistors on a rainy afternoon. :cry:

I have left some huge blobs of solder, but I have verified that there are now these values: 46.7 ohms between C11 and C12 and 21.8 ohms between C10 and R9. Tonight I will continue.
SMD resistor.jpg
You do not have the required permissions to view the files attached to this post.
botman
Posts: 88
Joined: Thu Apr 01, 2021 3:04 pm
Has thanked: 10 times
Been thanked: 39 times

Re: Module ESP32-2432S integrated with Annex

Post by botman »

I flashed the new 1.51.7 version, and I installed the 47K resistor for R7.
PLAY.SPEAK and PLAY.MPG sound OK, but PLAY.WAV seems to play the sound too fast.
User avatar
cicciocb
Site Admin
Posts: 2059
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1358 times
Contact:

Re: Module ESP32-2432S integrated with Annex

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Fri Dec 15, 2023 11:31 pm I flashed the new 1.51.7 version, and I installed the 47K resistor for R7.
PLAY.SPEAK and PLAY.MPG sound OK, but PLAY.WAV seems to play the sound too fast.
Thant for the report, I never more used the wav since I implemented in the code, some years ago 😁.
I remember that this kind of bug was raised some time ago on the SDK GitHub, probably it is caused by an update of the I2s driver.
Ok, I'll have a look.
User avatar
cicciocb
Site Admin
Posts: 2059
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1358 times
Contact:

Re: Module ESP32-2432S integrated with Annex

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Fri Dec 15, 2023 11:31 pm I flashed the new 1.51.7 version, and I installed the 47K resistor for R7.
PLAY.SPEAK and PLAY.MPG sound OK, but PLAY.WAV seems to play the sound too fast.
I cannot reproduce the problem you mention, I converted an mp3 to wav (from 4mb to 43mb :-) ) and it plays like the original.
Can you upload a file to demonstrate the issue ?
User avatar
Fernando Perez
Posts: 378
Joined: Mon Feb 15, 2021 10:09 pm
Location: Santander (Spain)
Has thanked: 195 times
Been thanked: 267 times

Re: Module ESP32-2432S integrated with Annex

Post by Fernando Perez »

Could the problem be that resistor R9 also has the wrong value?
In the schematic and on my board, it appears as 68k ohms and in all the datasheets I can find it says that it should be 20k, the same value that R8 should have.
image.png
In one of the datasheets, in English, it details how to calculate both to adjust the profit. See BRIDGE CONFIGURATION EXPLANATION and ri/rf resistors. In our case, R8/R9.

https://jarl-mie.com/01/image/tec2020/H ... asheet.pdf
You do not have the required permissions to view the files attached to this post.
botman
Posts: 88
Joined: Thu Apr 01, 2021 3:04 pm
Has thanked: 10 times
Been thanked: 39 times

Re: Module ESP32-2432S integrated with Annex

Post by botman »

I was just playing some wav files of animal sounds. They play OK with Annex32 version 1.48.22 .
Samples attached. They're not really jpg files. I just added that extension to get the wav files to upload.
botman
Posts: 88
Joined: Thu Apr 01, 2021 3:04 pm
Has thanked: 10 times
Been thanked: 39 times

Re: Module ESP32-2432S integrated with Annex

Post by botman »

I don't see the files, so I guess I don't know how to upload them.
botman
Posts: 88
Joined: Thu Apr 01, 2021 3:04 pm
Has thanked: 10 times
Been thanked: 39 times

Re: Module ESP32-2432S integrated with Annex

Post by botman »

Here is another try adding a false pdf extension.
horse.wav.pdf
donkey.wav.pdf
dog.wav.pdf
coyote.wav.pdf
You do not have the required permissions to view the files attached to this post.
User avatar
cicciocb
Site Admin
Posts: 2059
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1358 times
Contact:

Re: Module ESP32-2432S integrated with Annex

Post by cicciocb »

Thanks, I'll investigate in the future.
I tested and it works with an I2S dac on the ESP32-S3.
It works worrectly if converted to 22050 Kbps (your are at 11025).
I think that this is a regression on the I2S driver.

Will be fixed but with low priority
edit :
fixed, it will be in next release
Helmut_number_one
Posts: 99
Joined: Fri Dec 09, 2022 10:03 am
Has thanked: 42 times
Been thanked: 9 times

Re: Module ESP32-2432S integrated with Annex

Post by Helmut_number_one »

Fernando is right,
R8 and R9 is 22 kOhm,
R7 is 47 kOhm an the tone is better now.
Post Reply