Search found 1696 matches

by rudi ;-)
Mon May 15, 2017 8:38 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 509759

Re: ESP32 Webradio

you did good things! btw: Technicolor's mp3 licensing program for certain mp3 related patents and software of Technicolor and Fraunhofer IIS has been terminated. info but i do not think, that IIS MP3 is (free) without payment - i think its only the MP3 Standard now free. MP3 is an open ISO-MPEG-Stan...
by rudi ;-)
Mon May 15, 2017 11:48 am
Forum: General Discussion
Topic: HTTP using Ethernet
Replies: 4
Views: 6580

Re: HTTP using Ethernet

Hi everyone I am trying to send data to a MySQL database using Ethernet on the ESP32 with HTTP Post Requests. I was able to get an IP address using the Ethernet example but I don't know how to do the HTTP POST using Ethernet. perhabs this helps you can simple use each example ( TCP, FTP, SMP, ... a...
by rudi ;-)
Sun May 14, 2017 2:09 pm
Forum: ESP-IDF
Topic: I2S microphone (RX)
Replies: 60
Views: 136967

Re: I2S microphone (RX)

thanks. this is the way i like and why use this forum loved ( user2user ) . would sometime be good if espressif would answere too, where are the guys ? :mrgreen: but i know now over 3 years using ESP , we must drive the theme by self :mrgreen: and espressif works on results :lol: ( i hear you laughi...
by rudi ;-)
Sun May 14, 2017 1:36 pm
Forum: ESP-IDF
Topic: I2S microphone (RX)
Replies: 60
Views: 136967

Re: I2S microphone (RX)

The driver is probably not buggy, they fixed it recently. Are you using the latest ESP-IDF? Using the SPH0645LM4H with I2S_BITS_PER_SAMPLE_32BIT, this works for me: uint64_t buffer = 0; uint64_t buffer_out = 0; while(1) { cnt++; buffer = 0; int bytes_popped = i2s_pop_sample(I2S_NUM_0, &buffer, 10);...
by rudi ;-)
Sat May 13, 2017 9:48 pm
Forum: General Discussion
Topic: I2S0 I2S1 Pin Query question
Replies: 3
Views: 6246

Re: I2S0 I2S1 Pin Querry question

I also had this presumption, that made me thoughtful - btw cause left channel only perhabs this "new" code in ESP-IDF look good - try this i2s_set_dac_mode(I2S_DAC_CHANNEL_BOTH_EN); have a look we can enable left and right separately, right? do you know, can we this do with I2S0 and I2S1 ? I2S0 chan...
by rudi ;-)
Sat May 13, 2017 6:09 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 509759

Re: ESP32 Webradio

WiFive wrote:
rudi ;-) wrote: you do not need this do - you can play your music and A2DP talking do at same time ;-)
Oh no esp32 karaoke machine is born
yes -
now we need DSP from @Jakobsen and we can go on with "HarmonicVoices" and "Chores"
:mrgreen:

best wishes
rudi ;-)
by rudi ;-)
Sat May 13, 2017 2:55 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 509759

Re: ESP32 Webradio

From the Tweet Live Test with ESP Speaker Mode and Android APP: Talking to A2DP - BabyPhone is born - done :) direct demo show on YouTube best wishes rudi ;-) Music Stream by A2DP: First Download and Config ESP32 Webradio to Bluetooth Speaker Mode in Menuconfig - Boot then your ESP32 with Speaker o...
by rudi ;-)
Fri May 12, 2017 7:32 pm
Forum: ESP-IDF
Topic: esp32 nes code segmentation error
Replies: 18
Views: 22182

Re: esp32 nes code segmentation error

yeap ;-)
ESP-IDF 2.0 Release online
I2S PDM support
...
best wishes
rudi ;-)

last but not least - now it compiles :)
i2s_set_dac_mode_done.jpg
i2s_set_dac_mode_done.jpg (108.41 KiB) Viewed 11906 times
by rudi ;-)
Fri May 12, 2017 1:30 pm
Forum: ESP-IDF
Topic: esp32 nes code segmentation error
Replies: 18
Views: 22182

Re: esp32 nes code segmentation error

thanks! it works But what rudi says, i get a compiler error when enabling audio and when i remove the I2C ENABLE DAC line it compiles fine but with no audio. Is that command something that has'nt been added to esp-idf yet? thanks for testing audio if you remove I2C enable DAC line and audio is not ...
by rudi ;-)
Fri May 12, 2017 11:09 am
Forum: General Discussion
Topic: I2S0 I2S1 Pin Query question
Replies: 3
Views: 6246

I2S0 I2S1 Pin Query question

Hi Guys, just in time sort out I2S and deeper audio for design code framework - but i am little confused about the Pin Table : I2S0_I2S1.jpg i was not gone in detail further ( names and pins and signals ) just in time - but do we miss here not more as 2 SoC _ pins or is there a typo ? best wishes ru...