Search found 7 matches

by potstip
Tue May 05, 2020 1:00 pm
Forum: ESP-ADF
Topic: ADF 2.0 and IDF 4.2 ... and HFP AP
Replies: 3
Views: 5262

Re: ADF 2.0 and IDF 4.2 ... and HFP AP

latest idf is 4.1b1, where did you get 4.2 and also current adf is only support 3.3. I also tried new idf not working. I am sure they will update adf as soon as get stable relase of idf.
by potstip
Thu Apr 30, 2020 8:12 pm
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 14486

Re: dlna on esp32 DevKitC v4

Hello; I build firmware with ESP-ADF Release v2.0 instead of direct cloning esp-adf.git. these here below simply works git clone https://github.com/espressif/esp-adf.git esp-adf-v2.0 cd esp-adf-v2.0/ git checkout v2.0 git submodule update --init --recursive Now it is smooth as you said. But i saw so...
by potstip
Thu Apr 30, 2020 1:28 pm
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 14486

Re: dlna on esp32 DevKitC v4

Hello; ESP32 - Universal Media Server Interaction https://youtu.be/_DeUeuDLSv0 Audirvana ESP32 interaction - trying to play song https://youtu.be/uGBImOYlIP4 Hi-Fi cast ESP32 interaction - trying to play song https://youtu.be/OiDfUI1f8qU I only try to play 16bit 44.1Khz wave files and one 16 bit 44....
by potstip
Wed Apr 29, 2020 10:11 pm
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 14486

Re: dlna on esp32 DevKitC v4

Hello Vikram; I made a video about how i install the firmware succesfully on dev board. https://youtu.be/V6Cu0fi0yK0 But the problem is firmware itself. even ES8388 dac on it support 24bit 96 Khz songs. The board not playing songs over 16 bit 44.1Khz. It fails to play second song after start playing...
by potstip
Wed Apr 29, 2020 10:55 am
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 14486

Re: dlna on esp32 DevKitC v4

ı succesfully run code in development board but it is so buggy and slow
by potstip
Mon Apr 20, 2020 7:17 am
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 14486

Re: dlna on esp32 DevKitC v4

Well i moved to idf 3.3.1 and succesfully flash devkit board but it does not working as upnp renderer. Even it does not connect to wifi network. i edit my ssid and pass in the sdkconfig file.
by potstip
Sun Apr 19, 2020 4:16 pm
Forum: ESP-ADF
Topic: dlna on esp32 DevKitC v4
Replies: 9
Views: 14486

dlna on esp32 DevKitC v4

Hello; I have esp32 DevKitC v4 board and i tryed to flash dlna sample to it but can not succeed. In idf.py menuconfig screen the board is ESP32-LyraT selected. if i select custom board it ask me board.h which i can not have knowledge to do that. Here is build log ____________________________________...