Carter Nelson
Carter Nelson
What EPS32 board are you using? What board are you selecting in the Arduino IDE? What version of the ESP32 Board Support Package are you using? What is an example...
> if i change the board pin definitons for the spi pins then it works. But it works with some changes? Where did you make these changes? In your sketch?...
That sounds like files in the ESP32 Board Support Package?
OK, if there is an issue with the board definition, please open an issue with espressif: https://github.com/espressif/arduino-esp32/issues
How are you specifying different pins in your sketch?
Were you able to get software SPI to work at all?
It sounds like hardware SPI works as expected. But you could not get software SPI to work. So not sure what you were able to get working by updating the...
That would be required due to how Arduino works. That is not an issue with this library. But your code snippet is setting up for software SPI: ```cpp Adafruit_VS1053_FilePlayer musicPlayer...
OK, I think I've nominally recreated this. Not using the exact same hardware, but at least ESP32. Using a [Feather ESP32 V2](https://www.adafruit.com/product/5400) with a [Music Maker FeatherWing](https://www.adafruit.com/product/3357) (which uses same...
For now, can use the HW SPI pins that work, or the work around you've come up with for modifying the BSP files. Keep an eye on this issue thread:...