Search found 4 matches

by bitsmith
Wed Apr 14, 2021 12:27 am
Forum: ESP-IDF
Topic: Http post file (multipart).
Replies: 11
Views: 20764

Re: Http post file (multipart).

That would help a lot. Do you have some more information about XHR. Some code or references to the esp32 IDF manual would be great.
Many thanks in advance.
by bitsmith
Tue Nov 24, 2020 5:57 pm
Forum: ESP-IDF
Topic: Uncorrect ADC iniziatization with I2S
Replies: 20
Views: 18284

Re: Uncorrect ADC iniziatization with I2S

Hi Gianluca, Thanks for the code. I want to record one audio channel, and send it to a web page. That is all I need at the moment. The web page side works. It is the sampling that doesn't work. I have an Arduino version of the code running on the same hardware as the idf attempts. The example i2s_ad...
by bitsmith
Mon Nov 23, 2020 7:29 pm
Forum: ESP-IDF
Topic: Uncorrect ADC iniziatization with I2S
Replies: 20
Views: 18284

Re: Uncorrect ADC iniziatization with I2S

Hi Gianluca, Thanks for the quick response. I'm using the stable(?) idf version 4.1. this seems to be the latest release bar the development version. I haven't changed any of the core idf code, thinking that the examples that are included with the version would have been tested on the version they w...
by bitsmith
Mon Nov 23, 2020 4:48 am
Forum: ESP-IDF
Topic: Uncorrect ADC iniziatization with I2S
Replies: 20
Views: 18284

Re: Uncorrect ADC iniziatization with I2S

Hi Guys, This problem is doing my head in. I've been scouring the net trying to find documentation or running code. I have Arduino version of code that runs. But not esp-idf. I'm having the same problem. The documents from espressif are not the expressive and very light on specifics or working code....