No video

Supercharge Your ESP32: Boost Program Memory by 2.5x Instantly!

Unlock the potential of your ESP32 with this easy guide! Learn how to instantly amplify your program memory by 2.5x, from 1.2MB to a whopping 3MB. Elevate your IoT projects to the next level with increased memory space for your program code. Tune in to discover how to supercharge your ESP32 now!
Tutorial on how to create your own ESP32 custom partitions : • Master Custom ESP32 Pa...
ESP32: amzn.to/3HeFQwV
🔔 Support the channel🔔
www.buymeacoff...
Please note that the product links are Amazon affiliate links. As an Amazon Associate, I earn from qualifying purchases at no additional cost to you. This helps support the channel and allows me to continue creating content for you. Thank you for your support!
#ESP32 #IoT #MemoryBoost #CodingTutorial #ESP32MemoryUpgrade #Microcontroller #TechHack

Пікірлер: 19

  • @richardphillips1891
    @richardphillips18919 ай бұрын

    Extremely helpful. I was working with your "Can the ESP32 Handle 6 animated GIFs on 6 Screens" video and getting memory errors. When I watched the video more thoroughly, I saw that you had adjusted the settings. I am running Arduino 1.8 and found the setting under Tools>Partition Scheme>"Huge APP (3MB no OTA/1MB SPIFFS)" and it resolved the memory problems. With the small laptop I am using, I couldn't quite see the options you had chosen but came across this short video where you stepped through the process. Thank you very much. I enjoy your videos.

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    9 ай бұрын

    Thanks a lot for sharing

  • @electronics.unmessed
    @electronics.unmessed3 ай бұрын

    Thx, that is a very good hint. I have some ESP32 projects where I want to combine WiFi and Bluetooth and here the standard memory is too small.

  • @vyczn
    @vyczn2 ай бұрын

    Omg this is life saving! I also need to combine WiFi and BLE, but then the sketch size is over 100%. Started deleting unused library functions, but this video saved me big time, thank you!

  • @vcambridge-ph.d8030
    @vcambridge-ph.d80302 ай бұрын

    Saved my bacon my friend. What a great tip. Subscribed!!!

  • @sameheddinehchaichi
    @sameheddinehchaichi6 ай бұрын

    how i can do the change with Platorme IO

  • @ezrakoper
    @ezrakoper2 ай бұрын

    Thanks

  • @Lucas-xu5oq
    @Lucas-xu5oq4 ай бұрын

    Nice job!. So with this change can i alocate more space for global variable too?

  • @hansdegroot652
    @hansdegroot6523 ай бұрын

    Thx

  • @cortex-technologies
    @cortex-technologies3 ай бұрын

    My software needs OTA in it but the code overflows the flash memory while I compile. How can I solve that? Can I add extra hardware memory.

  • @TegarFasAn
    @TegarFasAn6 ай бұрын

    Wow this is very helpfull tutorial, thank you very much

  • @kitingboarding
    @kitingboarding6 ай бұрын

    Super helpful....!

  • @frankcohen8662
    @frankcohen8662 Жыл бұрын

    Thanks for the video. It's a good reminder of the options available. Has anyone tried replacing the flash memory with something else? My Reflections design puts a NAND chip (a SD memory card in a surface mount package) onto my board and uses SPI. Why couldn't I use NAND as a replacement for the flash chip inside the ESP32 package? My NAND chip starts at 8 G bytes. :-) -Frank

  • @jps99
    @jps997 ай бұрын

    Thanks, good to know!

  • @jonathwyllams
    @jonathwyllams4 ай бұрын

    Muito obrigado!

  • @satiaxsanti1
    @satiaxsanti1 Жыл бұрын

    It is not a solution, OTA functionality is lost

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    Жыл бұрын

    It's a compromise

  • @pfeerick

    @pfeerick

    Жыл бұрын

    Well, that really depends, doesn't it? If you don't use the OTA functionality, it is valid option.

  • @YigalBZ

    @YigalBZ

    Жыл бұрын

    I don't use OTA. So itis a good option for me... The idea here is not to upgrade the physical memory. Instead, it is a nice option to better utilization.