Carlo47 / CYD_Simplest_InternetRadio

Minimalistic Internet Radio
The Unlicense
3 stars 0 forks source link

Instructions #1

Open stratis63 opened 2 months ago

stratis63 commented 2 months ago

can you elaborate on instructions how to run, I did tried yoradio not worked tried https://macsbug.wordpress.com/2022/08/20/web-radio-esp32-2432s028-i2s/#respond not worked either all with Arduino ide what platform and libraries are you using,

Carlo47 commented 2 months ago

Hi stratis63

I use PlatformIO on top of VScode. The libraries i used can you find in the file .platformio and the boards definitions are in esp32-2432S028R.json in the folder boards.

Hope that helps Carlo47

Carlo47 commented 2 months ago

Oh, sorry, the filename is not .platformio but platformio.ini

stratis63 commented 2 months ago

Sorry Carlo Never had used platformio before. I know I github you open Arduino 1.8 or 2.3 You load the libraries and then upload the firmware. Are you doing something different In platormio? And where you load The ssid and password? And where are the schematics for any Dac used Sorry cause I m a newbie

On Thu, May 2, 2024, 10:41 AM Carlo47 @.***> wrote:

Oh, sorry, the filename is not .platformio but platformio.ini

Von: stratis63 @.> Gesendet: Mittwoch, 1. Mai 2024 22:23 An: Carlo47/CYD_Simplest_InternetRadio @.> Cc: Subscribed @.***> Betreff: [Carlo47/CYD_Simplest_InternetRadio] Instructions (Issue #1)

can you elaborate on instructions how to run, I did tried yoradio not worked tried https://macsbug.wordpress.com/2022/08/20/web-radio-esp32-2432s028-i2s/#respond not worked either all with Arduino ide what platform and libraries are you using,

— Reply to this email directly, view it on GitHub < https://github.com/Carlo47/CYD_Simplest_InternetRadio/issues/1> , or unsubscribe < https://github.com/notifications/unsubscribe-auth/APFJQQ7GS76JXGXIO5EPAPTZAFFKJAVCNFSM6AAAAABHCQJY62VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3TIMJTGU3DOMQ> . You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/Carlo47/CYD_Simplest_InternetRadio/issues/1#issuecomment-2089815855, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL63BZNDCMG4Q322M5WT753ZAHU2ZAVCNFSM6AAAAABHCQJY62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBZHAYTKOBVGU . You are receiving this because you authored the thread.Message ID: @.***>

Carlo47 commented 2 months ago

To run the example in Arduino IDE 2.3.2 do the following :

  1. Download the library arduino-audio-tools from here https://github.com/pschatzmann/arduino-audio-tools

  2. Download the library arduino-libhelix from here : https://github.com/pschatzmann/arduino-libhelix (click the green «Code» button an choose "Download ZIP")

  3. Open a new sketch in Arduino IDE and copy the content of my source file «main.cpp » into it (select board Doit ESP32 DevKit V1).

  4. Install the downloaded libraries in Arduino IDE: Select Sketch-->Include Library-->Add .ZIP library

  5. Replace «SSID» and «Password» in line 21 with your credentials

  6. Compilethe sketch and upload the code to he CYD

  7. Connect a loudspeaker to the SPKR pins and enjoy