Ed Smallenburg

Results 551 comments of Ed Smallenburg

I was able to reproduce the bug. I am working on it.... Found the bug. The modified files (main.cpp and helixfunc.h) are now in the repositry.

Please define (uncomment) the line with VS1003 in include/config.h, neer line 18. //#define DEC_VS1003 // Hardware decoder for MP3

The testcomm function is not reading all registers, but tries to write to the volume register and read is back. So it seems that reading the volume register does not...

I'm interested in the start of the logging.

Yes, that is what I would like to see. I noticed that most of the lines for the VS1053 (18,19, 23, 4, 32) are LOW. They should be high normally,...

Remove the VS1053. Then check if the GPIO lines (19,23) are HIGH. If LOW, the ESP32 is faulty. If HIGH, the VS1023 (or the wiring) is faulty.

The dt line of the rotary encoder is low.  Fix this first.  It should be pulled up to high.

I also mis the lines with: ``` Slow SPI, Testing VS1053 read/write registers... Fast SPI, Testing VS1053 read/write registers again... ``` Did you change the source code?

Are you sure you are still using the VS1053? Check config.h.