-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions #1
Comments
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
|
Oh, sorry, the filename is not .platformio but platformio.ini
|
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 <
#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
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL63BZNDCMG4Q322M5WT753ZAHU2ZAVCNFSM6AAAAABHCQJY62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBZHAYTKOBVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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,
The text was updated successfully, but these errors were encountered: