How can I tell which ESP32-S3-WROOM-1 module I have?
.
There is no identification on the module:
Module version??
-
- Posts: 56
- Joined: Sat Jan 18, 2025 2:31 pm
Re: Module version??
From the outlook, there is no way to figure out the version. I think you need to check the sizes of flash and PSRAAM with software.
https://docs.espressif.com/projects/esp ... psram.html
https://esp32.com/viewtopic.php?t=4086
https://docs.espressif.com/projects/esp ... psram.html
https://esp32.com/viewtopic.php?t=4086
Re: Module version??
I have done the API route too. I'm not exactly sure, but it seems like the information is just being pulled from files rather than say from registers in the ESP32. THe output claims no PSRAM, yet this module is suppose to have 8MB
Re: Module version??
The version is printed on the module. (see images below)
THe module shows N16R8 = 16MB Flash, 8MB PSRAM.
But I still need a way for software to identify...or rather confirm the correct module has been loaded
THe module shows N16R8 = 16MB Flash, 8MB PSRAM.
But I still need a way for software to identify...or rather confirm the correct module has been loaded
-
- Posts: 916
- Joined: Mon Jul 22, 2019 3:20 pm
Re: Module version??
Use any sketch you like (simpler is better). Open the serial monitor in Arduino IDE. Choose OPI PSRAM and Core Debug Level Verbose in the board menu. Upload the code. If you choose the wrong type of psram, it will boot loop. If you choose the right type of psram, you will be able to see the amount of SPIRAM (aka psram) listed near the end of the report.
Who is online
Users browsing this forum: HaydosR and 98 guests