Difference in programming WROVER and WROOM
Difference in programming WROVER and WROOM
I have used ESP-IDF for programming WROOM based boards for some time now. Just want to confirm before ordering WROVER modules (which I have never used before), Is there any difference in programming WROVER and WROOM using ESP-IDF?
Re: Difference in programming WROVER and WROOM
The WROVER has 8 MB of PSRAM added. If you're not using that, and you're not using the pins which connect to the PSRAM chip, you're good.
Re: Difference in programming WROVER and WROOM
Thanks dastoned.
That's it? Sounds good. And Which pins connect to the PSRAM chip? I will keep miles away from thoseyou're not using the pins which connect to the PSRAM chip, you're good
Re: Difference in programming WROVER and WROOM
Have a look at the datasheets in https://docs.espressif.com/projects/esp ... ver-series
Re: Difference in programming WROVER and WROOM
From Datasheet:
I can't see these pins exposed in modules.External connections can be made to any GPIO except for GPIOs in the range 6-11, 16, or 17. GPIOs 6-11 are connected
to the module’s integrated SPI flash and PSRAM. GPIOs 16 and 17 are connected to the module’s integrated PSRAM
-
- Posts: 9746
- Joined: Thu Nov 26, 2015 4:08 am
Re: Difference in programming WROVER and WROOM
To answer your original question: On the software side, there's no difference; when you enable PSRAM, ESP-IDF will automagically handle the extra memory for you. There's obviously some differences in execution speed wrt internal vs external memory, and the psram chip eats up two extra GPIOs, but aside from small things like that, there's no difference.
Who is online
Users browsing this forum: MicroController and 65 guests