Difference between revisions of "Thonny IDE"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
With the Thonny IDE (https://thonny.org/), you can execute [[MicroPython]] code directly on the microcontroller. It also has the capability to navigate the file system on the microcontroller.
 
With the Thonny IDE (https://thonny.org/), you can execute [[MicroPython]] code directly on the microcontroller. It also has the capability to navigate the file system on the microcontroller.
  
There is also a function in the Thonny IDE to upload the current file as main.py to [[Tutorial Autorun | autorun]] it.
+
There is also a function in the Thonny IDE to upload the current file as main.py to [[Tutorial AutoRun | autorun]] it.
  
[[File:ThonnyIDE.PNG]]
+
[[File:ThonnyIDE.PNG|600px]]
  
 
[[Category:MicroPython]]
 
[[Category:MicroPython]]
 
[[Category:IDEs]]
 
[[Category:IDEs]]

Latest revision as of 12:35, 14 June 2024

With the Thonny IDE (https://thonny.org/), you can execute MicroPython code directly on the microcontroller. It also has the capability to navigate the file system on the microcontroller.

There is also a function in the Thonny IDE to upload the current file as main.py to autorun it.

ThonnyIDE.PNG