程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Developing esp32 with micropython - burning firmware with thorny

編輯:Python

Chen Tuo 2022/06/12-2022/06/12

1. brief introduction

stay 《 use MicroPython Development ESP32- Firmware burning and testing 》

https://zhuanlan.zhihu.com/p/527291091

https://blog.csdn.net/chentuo2000/article/details/125231902?spm=1001.2014.3001.5501

In this article, we have been in ESP32 It's finished MicroPython The firmware , And with the help of the serial port debugging assistant, I did some simple tests with the command .

stay 《 use MicroPython Development ESP32- use Thonny Write program 》

https://zhuanlan.zhihu.com/p/527670420

https://blog.csdn.net/chentuo2000/article/details/125242702?spm=1001.2014.3001.5501

In this article, we learned to use Thonny Write MicroPython Program .

This article is about using Thonny burning micropython Firmware to ESP32 in .

2. burning MicroPython The firmware

  • Connect PC and ESP32 Development board
  • function Thonny
  • Tools > Set up > Interpreter

 

  • Click on Install or update firmware Install or update firmware

Click on Browse, Find the one we downloaded before MicroPython The firmware .

Click on “ install ”:

 

installation is complete :

 

Click on “ close ”.

Go back to the Thonny Settings window :

 

Click on “ confirm ”.

Shell The command window displays :

 

Firmware burning installation is completed .


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved