Hello!
Is ESP32-Wrover compilable and executable on Arduino IDE.
Please provide if any required links related to the same.
Presently using ESP32 -Wroom for development and looking for upgrading to ESP32-Wrover for the need of additional Code sapce.
can the PSRAM be useful?
Also will be helpful if I get some Theory on OTA Partitions on ESP32- Wroom & Wrover with respect to Arduino IDE.
Thank You
ESP32
Re: ESP32
Hi Sathiyan,
PSRAM is not currently supported in arduino-esp32. You can use the ESP-WROVER module or the ESP-WROVER-KIT development board, but you can't access PSRAM from here.
http://esp-idf.readthedocs.io/en/latest ... ables.html
If using Arduino IDE, I believe changing the partition table is more complex.
PSRAM is not currently supported in arduino-esp32. You can use the ESP-WROVER module or the ESP-WROVER-KIT development board, but you can't access PSRAM from here.
ESP32-WROVER and ESP32-WROOM both have 4MB of flash, which is used to store code. If you need more space for a larger app, you can change the partition table inside ESP-IDF:sathiyan A wrote: Presently using ESP32 -Wroom for development and looking for upgrading to ESP32-Wrover for the need of additional Code sapce.
http://esp-idf.readthedocs.io/en/latest ... ables.html
If using Arduino IDE, I believe changing the partition table is more complex.
Who is online
Users browsing this forum: slaboure and 115 guests