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

Sdílet
Vložit
  • čas přidán 20. 06. 2023
  • 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!
    Don't forget to like, share, and subscribe for more tech tutorials and hacks.
    ESP32: amzn.to/3HeFQwV
    🔔 Support the channel🔔
    www.buymeacoffee.com/thelasto...
    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
  • Věda a technologie

Komentáře • 19

  • @electronics.unmessed
    @electronics.unmessed Před 2 měsíci +5

    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.

  • @richardphillips1891
    @richardphillips1891 Před 8 měsíci +7

    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.

  • @vyczn
    @vyczn Před měsícem

    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!

  • @ezrakoper
    @ezrakoper Před měsícem +1

    Thanks

  • @kitingboarding
    @kitingboarding Před 5 měsíci

    Super helpful....!

  • @Lucas-xu5oq
    @Lucas-xu5oq Před 3 měsíci

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

  • @jps99
    @jps99 Před 6 měsíci

    Thanks, good to know!

  • @TegarFasAn
    @TegarFasAn Před 5 měsíci

    Wow this is very helpfull tutorial, thank you very much

  • @vcambridge-ph.d8030
    @vcambridge-ph.d8030 Před měsícem

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

  • @sameheddinehchaichi
    @sameheddinehchaichi Před 5 měsíci +1

    how i can do the change with Platorme IO

  • @hansdegroot652
    @hansdegroot652 Před 2 měsíci +1

    Thx

  • @frankcohen8662
    @frankcohen8662 Před rokem

    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

  • @cortex-technologies
    @cortex-technologies Před 2 měsíci

    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.

  • @jonathwyllams
    @jonathwyllams Před 2 měsíci

    Muito obrigado!

  • @satiaxsanti1
    @satiaxsanti1 Před rokem

    It is not a solution, OTA functionality is lost

    • @thelastoutpostworkshop
      @thelastoutpostworkshop  Před rokem +3

      It's a compromise

    • @pfeerick
      @pfeerick Před rokem +1

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

    • @YigalBZ
      @YigalBZ Před rokem +2

      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.