Page 1 of 1

ESP32-WROOM-32 instead of ESP32-WROOM-32D

Posted: Sun Oct 03, 2021 10:44 am
by JonasForssell
Due to component shortage, I am considering replacing my WROOM-32D With a WROOM-32, i.e. an older version of the WROOM module.

Is this possible without hardware changes or Arduino SW changes?

Thanks
/Jonas

Re: ESP32-WROOM-32 instead of ESP32-WROOM-32D

Posted: Sun Oct 03, 2021 6:02 pm
by WiFive
Yes, probably rev 1 chips in both. If you were using E series then you would have to consider rev 3 to rev 1 differences.

Re: ESP32-WROOM-32 instead of ESP32-WROOM-32D

Posted: Mon Oct 04, 2021 6:25 pm
by JonasForssell
Thank you for your answer!

Re: ESP32-WROOM-32 instead of ESP32-WROOM-32D

Posted: Wed Oct 20, 2021 6:26 pm
by JonasForssell
A bit of feedback in case someone has the same question.

The swap went fine but I had an interesting challenge with my usb connection.

The 32D seems to drain slightly less power at start. I suspect it peaks when powerung up the wifi. The 32 pushed my design over the edge causing dropput of my CH340 modem and I got a regular dropout of the usb port.

Powering the board from a separate supply fixed the problem but I need to go back to the 32D in the future. Perhaps the 32E is even more efficient in this regard?

/Jonas