Edzelf / ESP32Radio-V2

New version of the well known ESP32 Radio. Now optional I2S output!
Apache License 2.0
197 stars 49 forks source link

How to connect in ESP WROOM32 without GPIO16 #99

Open sureshmagnolia opened 1 year ago

sureshmagnolia commented 1 year ago

I am a novice in DIY Electonics. Trying to build your radio. Got struct at wiring ESP WROOM32 with VS1053. ESP WROOM32 dont have GPIO16. Can you pls post wiring details and code change for ESP WROOM32. Thanks in advance

Edzelf commented 1 year ago

GPIO16 is equal to RX2. But you can assign most of the pins to a function, see paragraph 2.2 of the documentation. No need to change the coding.