You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modified to just access a web radio. You will need to add your ssid and password in this file,
also change the ".txt" to .ino before using in Arduino IDE:
### Debug Messages:
The audio playback is obviously much faster.
Other than that the sketch works fine.
(one compile note about i2c call being deprecated, but the sketch works fine)
The text was updated successfully, but these errors were encountered:
@lbernstone
Thank you, I looked at your github links *before * I posted my first post above.
I'd like to use the Arduino IDE, & not the ESP-IDF.
For me ( a non software guy) Arduino is a much easier user interface to use.
It would help if the Arduino IDE -> Tools -> had a CPU freq select.
Thanks for your links
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hardware:
Board: ESP32 Dev Module
Core Installation/update date: 12/Aug/2018
IDE name: Arduino IDE 1.8.5
Flash Frequency: 80Mhz
PSRAM: Enabled
Upload Speed: 921600
Description:
Any Arduino sketch that depends on CPU frequency other than 240 MHz, appears to fail.
Changing the sdkconfig as follows makes no difference:
ESP32-specific
CONFIG_ESP32_DEFAULT_CPU_FREQ_80=
CONFIG_ESP32_DEFAULT_CPU_FREQ_160=y
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=
CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160
CONFIG_SPIRAM_SUPPORT=y
AND making changes in board.tx file as follows shows no change:
esp32.build.f_cpu=160000000L
Sketch:
Example from this URL:
https://github.com/earlephilhower/ESP8266Audio
Modified to just access a web radio. You will need to add your ssid and password in this file,
also change the ".txt" to .ino before using in Arduino IDE:
StreamMP3FromHTTP.txt
The text was updated successfully, but these errors were encountered: