Ed Smallenburg

Results 551 comments of Ed Smallenburg

So you are using the VS1053. Then the pin(s) should change when volume changes from or to zero.

Looks like the settings for pin_tft_cs en pin_tft_dc are reversed. My definition in the config page of the web interface is like this: ``` pin_tft_cs = 2 # GPIO Pin...

Yes, it is much easier than to struggle with the Arduino IDE.

Sorry, the radio cannot play SSL streams. I do not understand why a station decides to use an encrypted stream. Maybe the are affraid that someone listens in....

Also tested it. Plays well with my set-up (SPDIFF output). If you are using a VS1003, AAC is not supported.

You need 3 free pins for the PCM5102A. Define DEC_HELIX in include/config.h and the 3 pins in the config page of the web interface: ``` pin_i2s_bck = 15 # GPIO...

There is no setting for mono mixdown. You may change helixfuncs.h, but you may also mix the 2 channels on the analog output.

I probably uploaded the V2 version to this repositry. I have corrected this. But please use the V2 version. It it much better.

If you are stil using the V1 version: there is no include for "utils.h". Your main program is the wrong version. For version 2, the utils.h is in the include...

It seems that the me-no-dev version of the async web server has diappeared. Change the lib_deps part of the platformio.ini file to: ``` lib_deps = Wire knolleary/PubSubClient@^2.8 adafruit/Adafruit BusIO@^1.9.3 adafruit/Adafruit...