Difference between revisions of "Arduino Lab for MicroPython"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
(Created page with "Arduino Lab for MicroPython is one IDE to program MicroPython on microcontrollers. Category:IDEs Category:MicroPython")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Arduino Lab for MicroPython is one [[:Category:IDEs|IDE]] to program [[MicroPython]] on microcontrollers.
+
Arduino Lab for MicroPython is one [[:Category:IDEs|IDE]] to program [[MicroPython]] on microcontrollers. It is a simple editor with minimal IDE for Miropython.
 +
 
 +
== Installation ==
 +
* Install the [[Arduino IDE]] to ensure all divers and backend components are installed.
 +
* Download Arduino Lab from (https://labs.arduino.cc/en/labs/micropython) and install it. You can also use it to download and upload files
 +
* There is also a Firmware Installer (https://labs.arduino.cc/en/labs/micropython-installer) that is helpful to put Micropython on the Nano ESP32
 +
 
 +
== Arduino MicroPython Tutorial ==
 +
https://docs.arduino.cc/micropython/micropython-course/course/introduction-arduino/
 +
 
 +
== MicroPython Examples for different boards ==
 +
https://docs.arduino.cc/micropython/basics/board-examples/
 +
 
 +
== MicroPython Reference ==
 +
https://docs.arduino.cc/micropython/basics/reference/
  
  
 
[[Category:IDEs]]
 
[[Category:IDEs]]
 
[[Category:MicroPython]]
 
[[Category:MicroPython]]

Latest revision as of 10:04, 14 June 2024

Arduino Lab for MicroPython is one IDE to program MicroPython on microcontrollers. It is a simple editor with minimal IDE for Miropython.

Installation[edit]

Arduino MicroPython Tutorial[edit]

https://docs.arduino.cc/micropython/micropython-course/course/introduction-arduino/

MicroPython Examples for different boards[edit]

https://docs.arduino.cc/micropython/basics/board-examples/

MicroPython Reference[edit]

https://docs.arduino.cc/micropython/basics/reference/