Search found 8 matches

by MP@L&T
Fri Jun 04, 2021 2:22 pm
Forum: ESP-ADF
Topic: Playing different tracks on left and right channels at the same time
Replies: 0
Views: 3390

Playing different tracks on left and right channels at the same time

Hi everyone, If anyone could help with me problem I would be much appreciated. I have a ESP-Lyrat board and got it serving a website and playing music using the pipeline and I2S. I want to split the I2S into separate channels and play different tracks from the left and right channels for both I2S0 a...
by MP@L&T
Wed Jun 02, 2021 12:40 pm
Forum: Hardware
Topic: Four plus channels of audio recording with I2S
Replies: 19
Views: 22452

Re: Four plus channels of audio recording with I2S

I'm also interested in this code is you are happy to share it. Thanks.
by MP@L&T
Mon May 17, 2021 10:41 am
Forum: ESP-ADF
Topic: I2S select audio channel
Replies: 2
Views: 4999

Re: I2S select audio channel

Hi, thanks for the reply. I have tried out what you suggested. I commented out the whole if block that contained audio_element_setinfo(i2s_stream_writer, &music_info); and set the i2s channel to I2S_CHANNEL_FMT_ALL_RIGHT. My Lyrat dev board still plays audio out on both channels with stereo and mono...
by MP@L&T
Tue May 04, 2021 11:17 am
Forum: ESP-ADF
Topic: I2S select audio channel
Replies: 2
Views: 4999

I2S select audio channel

Hi, I am using a ESP32 Lyrat dev board with two speakers plugged into the left and right channel outputs and have got audio examples running. I am now using the play_sdcard_mp3_control_example project to try and select only one channel. In the program after the line i2s_stream_cfg_t i2s_cfg = I2S_ST...
by MP@L&T
Mon Mar 01, 2021 2:53 pm
Forum: ESP-ADF
Topic: WiFi connection issues
Replies: 0
Views: 2584

WiFi connection issues

I have WiFi examples working on a ESP32-Lyrat board using IDF examples such as FileServing. However whenver I try ADF examples such as "http_play_and_save_to_file" or "play_mp3_downloaded_from_http" the wifi seems not to work. My code at the step it gets to looks like: ESP_LOGI(TAG, "[4.0] Start and...
by MP@L&T
Mon Mar 01, 2021 9:57 am
Forum: ESP-ADF
Topic: ESP-ADF: Connecting to WiFi but not acquiring IP via DHCP
Replies: 8
Views: 48993

Re: ESP-ADF: Connecting to WiFi but not acquiring IP via DHCP

Can anyone help me as I am still getting this error when I try to use the "Play mp3 file from HTTP" example. I added the tcpip_adapter_init line as suggested but my program still times out on periph_wifi_wait_for_connected. The code I changed as shown: ----- snip ------ esp_periph_config_t periph_cf...
by MP@L&T
Tue Feb 23, 2021 9:45 am
Forum: ESP-ADF
Topic: Installing ADF on VS
Replies: 2
Views: 13685

Re: Installing ADF on VS

I solved this for anyone who has the same problem on Visual Studio Code. To solve: (1) Press F1 and select Preferences: Open Settings (JSON) (2) Copy the idf.espAdfPathWin and paste a line below and delete the Win part of the word. So have both a idf.espAdfPathWin and a idf.espAdfPath After this I w...
by MP@L&T
Wed Feb 17, 2021 12:22 pm
Forum: ESP-ADF
Topic: Installing ADF on VS
Replies: 2
Views: 13685

Installing ADF on VS

I was wondering if anyone can help me. I'm trying to install ESP-ADF on VS Code. I followed the instructions https://github.com/espressif/vscode-esp-idf-extension and installed the ESP-IDF which I can choose examples, build and flash a ESP32-Lyrat Dev Board. When I install ESP-ADF through VS to the ...