You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-micropython/giga-micropython.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,7 @@ author: Karl Söderby
5
5
tags: [MicroPython, dfu-util]
6
6
---
7
7
8
-
***Please note that MicroPython support for the GIGA R1 is currently in an experimental phase.***
9
-
10
-
***To learn more about MicroPython, please visit [MicroPython with Arduino](/learn/programming/arduino-and-python). This article is specific only to the GIGA R1 board.***
8
+
***To learn more about MicroPython, please visit [MicroPython with Arduino](/micropythonn). This article is specific only to the GIGA R1 board.***
11
9
12
10
[MicroPython](https://micropython.org/) is an implementation of Python in a *micro* format. It can be installed on the GIGA R1, where instead of compiling and uploading sketches, the board has a built-in interpreter that converts Python code to machine code in runtime.
13
11
@@ -28,9 +26,9 @@ You will need the following software/tools installed:
28
26
29
27
## Installation
30
28
31
-
Following the steps below will install MicroPython on the **M7** core.
29
+
***Note: a new tool has been added that makes it a lot easier to install MicroPython on your board. Visit the [MicroPython installation page](/micropython/basics/board-installation) for more information.***
32
30
33
-
***Please note that after this installation is complete, your board will no longer be detected as an Arduino device. In order to go back to using the Arduino programming environment, you need to reset the board. This is simply done by double tapping the reset button.***
31
+
Following the steps below will install MicroPython on the **M7** core.
34
32
35
33
**1.** Download the [GIGAR1_MP_FW.dfu](/resources/firmware/GIGAR1_MP_FW.dfu) firmware (latest firmware is always available at the [MicroPython with Arduino](/micropython/) page).
36
34
@@ -60,6 +58,8 @@ Done parsing DfuSe file
60
58
61
59
Congratulations! You have now installed MicroPython on the GIGA R1 board.
62
60
61
+
***Please note that after this installation is complete, your board will no longer be detected as an Arduino device. In order to go back to using the Arduino programming environment, you need to reset the board. This is simply done by double tapping the reset button.***
62
+
63
63
## Programming Your Board
64
64
65
65
To program your GIGA R1 with MicroPython, you will need an editor with support for MicroPython (such as [Arduino Lab for MicroPython](https://labs.arduino.cc/en/labs/micropython) or [Thonny](https://thonny.org/)).
0 commit comments