Page 1 of 1

i2s_adc_dac

Posted: Wed Nov 03, 2021 4:15 pm
by HyperUniverse
Hi,

Has anybody used the sample project: i2s_adc_dac?

I want to try it out, but after successful compiling,
When I run it, comes with an error: ad/da: Partition error: can't find partition name: storage.

What do I need to do to make it work?

I have thought that sample projects are there so you can use them straight away and see some results, not throwing another error.

Can anybody help me?

Thanks,
Regards.

Re: i2s_adc_dac

Posted: Wed Nov 03, 2021 4:57 pm
by tommeyers

Re: i2s_adc_dac

Posted: Wed Nov 03, 2021 5:04 pm
by tommeyers
Check the readme file here.

Re: i2s_adc_dac

Posted: Thu Nov 04, 2021 9:42 pm
by HyperUniverse
tommeyers has pointed me to a page that does not explain me how to do it,
or better said it tells me how to do this:

Code: Select all

Creating Custom Tables

If you choose “Custom partition table CSV” in menuconfig
but there's no such thing as “Custom partition table CSV” in menuconfig
menuconfig.jpg
menuconfig.jpg (69.89 KiB) Viewed 5042 times
menuconfig_2.jpg
menuconfig_2.jpg (64.89 KiB) Viewed 5042 times
and he's telling me to Check the readme file here, but he doesn't tell me where "here" is. It could be inside his house, I don't know.

can someone else who actually knows how to create a partition help me, please?

Thanks,
Regards.

Re: i2s_adc_dac

Posted: Fri Nov 05, 2021 12:13 am
by Victoria Nope
HyperUniverse wrote: and he's telling me to Check the readme file here, but he doesn't tell me where "here" is. It could be inside his house, I don't know.

I guess he meant the example's readme (specifically this paragraph, I'd say).

If so, it turns you to the same menu item that you've already discovered but could not find. I don't have IDF by hand and what's even worse, I'm not a user of this tool (it's so DOSy for me), but I bet you can change the partition table definition source by just pressing ENTER on that Partition Table (Single factory app, no OTA) - - - > menu item and select Custom partition table CSV in its submenu as it seems that the - - - > symbol stands for submenu.

But it's just a guess based on reading menu structure from the component itself (IDF v4.2).

Re: i2s_adc_dac

Posted: Fri Nov 05, 2021 5:11 pm
by tommeyers
I gave you sufficient materials to solve your problem. You need to read what I pointed you to.

The link I had intended to send was a GitHub location for another sample and the readme had helpful steps. You can search GitHub for more info.

Good luck.

Tom

Re: i2s_adc_dac

Posted: Sat Nov 06, 2021 12:10 am
by HyperUniverse
sorry tommeyers
but you gave me an axe, sent me to the woods and asked me to chop down some trees and make a table out of them.
I said I don't know how to make a table, and yet you persist in your arrogance:
tommeyers wrote: I gave you sufficient materials to solve your problem.
**********************

Thank you very much Victoria Nope
With your kind explanations I've been able to figure out my problem, and now my esp is playing back an audio file.
Many thanks again Victoria Nope