Page 1 of 1
Module version??
Posted: Thu Feb 13, 2025 7:12 pm
by klaatu2
How can I tell which ESP32-S3-WROOM-1 module I have?
.

- ESP32 MOdule table.jpg (108.37 KiB) Viewed 2275 times
There is no identification on the module:

- 20250213_095830.jpg (153.85 KiB) Viewed 2275 times
Re: Module version??
Posted: Fri Feb 14, 2025 6:08 am
by ahsrabrifat
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
Re: Module version??
Posted: Fri Feb 14, 2025 4:39 pm
by klaatu2
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??
Posted: Fri Feb 14, 2025 5:22 pm
by klaatu2
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

- 20250214_091148.jpg (88.75 KiB) Viewed 1553 times

- ESP32 MOdule ID.jpg (109 KiB) Viewed 1553 times
Re: Module version??
Posted: Sun Feb 16, 2025 9:45 pm
by lbernstone
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.