Hi,
I am using a ESP32-WROOM-32E in my project. I do not see a board package for that device. I have used a NodeMCU32 previously on store bought DEV boards. I do see a WROOM-DA, but that is not my device. Is there a source for these newer devices? I am afraid to try similar ones, I once had the wrong ESP32 and it burned out my chip.
Thanks,
bob
Yeah, I got that. I am looking for support specifically for the WROOM-32E chip. the board listing seems to be for build up development boards, not individual processors.
Hi @bob11746. It is true that the ESP32 boards platform has board definitions for specific ESP32 development boards. However, it is not limited to use only with those specific boards. It also has an "ESP32 Dev Module" board definition, which is intended to be used in cases where the user isn't using one of those development boards. There are also other board definitions for use with the newer microcontrollers of the family:
- ESP32C3 Dev Module
- ESP32S2 Dev Module
- ESP32S3 Dev Module
After selecting Tools > Board > esp32 > ESP32 Dev Module from the Arduino IDE menus, you will find that several additional "custom board options" menus are available under the Tools menu in Arduino IDE. You can use those menus to further adjust the configuration of Arduino IDE for your specific hardware.
What do you mean by "newer". I know that there are now some newer additions to the ESP32 microcontroller/SoC family, and I don't have a good familiarity with all the various ESP32-based modules, but my impression is that the "ESP32-WROOM-32E" module uses the original ESP32.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.