Difference between revisions of "Arduino IDE"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
Line 1: Line 1:
= Arduino Tools for MicroPython =
 
 
There are Arduino Tools that make things very easy.
 
There are Arduino Tools that make things very easy.
  
== Installation ==
+
= Installation =
 
* It makes sense to install the ARDUINO IDE (https://www.arduino.cc/en/software). Even if you do not use it for development, as it brings (at least in Windows) the drivers
 
* It makes sense to install the ARDUINO IDE (https://www.arduino.cc/en/software). Even if you do not use it for development, as it brings (at least in Windows) the drivers
* Arduino Lab is a simple editor and minimal IDE for Miropython (https://labs.arduino.cc/en/labs/micropython) 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:MicroPython]]
 
[[Category:MicroPython]]
 
[[Category:IDEs]]
 
[[Category:IDEs]]

Revision as of 10:02, 14 June 2024

There are Arduino Tools that make things very easy.

Installation