Orizine / ESP32-VBAN-2-WAY

7 stars 2 forks source link

ESP-ADF/IDF implement reference #1

Open re2zero opened 2 years ago

re2zero commented 2 years ago

hello, I got this project when searching "vban", I'm glad to see that you are interesting the ESP32 SOC board. I have implemented the vban to play audio about two years ago, it supports multicast and build with ESP-IDF, maybe you can refer it. ^_^ https://github.com/re2zero/vban-esp32

TheAxial commented 1 year ago

hello, And how to use it? I didn't understand how to use it in Arduino IDE or PlatformIO. Tell me please

re2zero commented 1 year ago

hello, my implements need to use the official ESP-ADF to build, not Arduino or PlatformIO. maybe you can get more build details from examples, or port as .ino :)

TheAxial commented 1 year ago

Thank you very much for your response. I was hoping to put together a simple multiroom using the cheapest components. Can you send a link to a material where you can read about how I can use your work and port it to .ino? I will be very grateful Everything that I found under .ino on github does not work for some reason and you have become the last hope for the success of my idea. image

TheAxial commented 1 year ago

Hello again, I bought ESP32-LyraTD-MSC v2.2. I try to flash - it does not work. IDF version 4.4.4, python version 3.11. Faced the problem Makefile to CMakefiles. The tool from esp-idf did not help. Please tell me where to dig? (HelloWorld, play_mp3_control - flashed and working)