Это видео недоступно.
Сожалеем об этом.

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

Поделиться
HTML-код
  • Опубликовано: 20 июн 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!
    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
    @richardphillips1891 9 месяцев назад +8

    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.

  • @electronics.unmessed
    @electronics.unmessed 3 месяца назад +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.

  • @vyczn
    @vyczn 2 месяца назад

    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.d8030 2 месяца назад

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

  • @ezrakoper
    @ezrakoper 2 месяца назад +1

    Thanks

  • @TegarFasAn
    @TegarFasAn 6 месяцев назад

    Wow this is very helpfull tutorial, thank you very much

  • @sameheddinehchaichi
    @sameheddinehchaichi 6 месяцев назад +1

    how i can do the change with Platorme IO

  • @hansdegroot652
    @hansdegroot652 3 месяца назад +1

    Thx

  • @kitingboarding
    @kitingboarding 6 месяцев назад

    Super helpful....!

  • @jps99
    @jps99 7 месяцев назад

    Thanks, good to know!

  • @cortex-technologies
    @cortex-technologies 4 месяца назад

    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.

  • @Lucas-xu5oq
    @Lucas-xu5oq 4 месяца назад

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

  • @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

  • @jonathwyllams
    @jonathwyllams 4 месяца назад

    Muito obrigado!

  • @satiaxsanti1
    @satiaxsanti1 Год назад

    It is not a solution, OTA functionality is lost

    • @thelastoutpostworkshop
      @thelastoutpostworkshop  Год назад +3

      It's a compromise

    • @pfeerick
      @pfeerick Год назад +1

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

    • @YigalBZ
      @YigalBZ Год назад +3

      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.