TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Updating STM32 Over-The-Air using ESP32

66 点作者 huntik17将近 5 年前

6 条评论

markrages将近 5 年前
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 未加载
ArgyleSound将近 5 年前
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 未加载
rounakdatta将近 5 年前
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 未加载
huntik17将近 5 年前
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>
huntik17将近 5 年前
Enable firmware update of STM32Fxx series MCUs (includes the famous BluePill) Over-the-Air using ESP32.
评论 #23302923 未加载
agustamir将近 5 年前
Cool project! If I need physical access to the board, why would I not program it with a physical interface
评论 #23307143 未加载
评论 #23306101 未加载