TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Updating STM32 Over-The-Air using ESP32

66 pointsby huntik17almost 5 years ago

6 comments

markragesalmost 5 years ago
Or you can use an esp8266 module as a full debugger for the STM32:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;markrages&#x2F;blackmagic&#x2F;blob&#x2F;esp8266&#x2F;src&#x2F;platforms&#x2F;esp8266&#x2F;Readme.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;markrages&#x2F;blackmagic&#x2F;blob&#x2F;esp8266&#x2F;src&#x2F;pla...</a>
评论 #23303704 未加载
ArgyleSoundalmost 5 years ago
Sorry if this question sounds stupid but why not just use the ESP32 for whatever the STM32 is being used for? It can even update itself over the air.
评论 #23303115 未加载
评论 #23302900 未加载
评论 #23302902 未加载
rounakdattaalmost 5 years ago
Well, coincidentally, I too did the same project recently and even wrote a documentation for it - might want to give it a read ;) <a href="https:&#x2F;&#x2F;rounakdatta.github.io&#x2F;ota-update-stm32-esp32.html" rel="nofollow">https:&#x2F;&#x2F;rounakdatta.github.io&#x2F;ota-update-stm32-esp32.html</a>
评论 #23303155 未加载
huntik17almost 5 years ago
Sorry, for going a little off topic here but the same implementation was also done for AVR MCUs (include the famous Arduino UNO &amp; MEGA). Feel free to check it out here -<p><a href="https:&#x2F;&#x2F;github.com&#x2F;laukik-hase&#x2F;OTA_update_AVR_using_ESP32" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;laukik-hase&#x2F;OTA_update_AVR_using_ESP32</a>
huntik17almost 5 years ago
Enable firmware update of STM32Fxx series MCUs (includes the famous BluePill) Over-the-Air using ESP32.
评论 #23302923 未加载
agustamiralmost 5 years ago
Cool project! If I need physical access to the board, why would I not program it with a physical interface
评论 #23307143 未加载
评论 #23306101 未加载