GPIO16 and GPIO17 not available on ESP32-DevKitC board with ESP32-WROVER-(I)E module (8MB) #1619
Solarteur
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Thanks, I will add this to the docs eventually! I am planning to fiddle with these kinds of updates as well, i.e., I have some ESP32 (non-S3) modules, which I am going to solder onto existing DevKits with modules that only have 4MB of flash. Was going to add info about this to the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Replacing the ESP32 WROOM (4MB) with the ESP32 WROVER (8MB) went better than expected:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a quick interim solution before switching to ESP32-S3, I wanted to replace an ESP32-DevKitC board with ESP32-WROOM module (4MB) in my openDTU-OnBattery system with an ESP32-DevKitC board with ESP32-WROVER-(I)E module (8MB) - according to the labeling of the connection pins, this should be possible 1:1.
In practice, this did not work in my case. When troubleshooting, I found here in the “Header Block” section
https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32/esp32-devkitc/user_guide.html
the following note :
"3(1,2) The pins GPIO16 and GPIO17 are available for use only on the boards with the modules ESP32-WROOM and ESP32-SOLO-1.
The boards with ESP32-WROVER modules have the pins reserved for internal use."
It's a shame that I use GPIO16 and GPIO17 for the nRF24L01+ module on my board...
Beta Was this translation helpful? Give feedback.
All reactions