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
mpremote is needed to upload files on the nano-ESP32.
6
5
7
-
__DO NOT USE LAB FOR MICROPYTHON TO UPLOAD BIN FILES__
6
+
7
+
<br>
8
+
<br>
9
+
10
+
11
+
12
+
## How to Install Micropython library
13
+
14
+
### 1. install mpremote
15
+
16
+
[mpremote](https://docs.micropython.org/en/latest/reference/mpremote.html) is needed to upload files on the [Arduino® Nano ESP32](https://store.arduino.cc/products/nano-esp32?gad_source=1&gclid=Cj0KCQiA2KitBhCIARIsAPPMEhLtIxV_s7KyLJO4-69RdR1UeFTdgGK_XmI8w7xdbur4gs1oJU4Jl68aAhbaEALw_wcB).
8
17
9
18
```shell
10
19
(venv)$ pip install mpremote
11
20
```
12
21
13
-
_Using scripts_
22
+
### 2. install library
23
+
24
+
Run `install.sh` (on Linux/MacOS) or `install.bat` (Windows) to upload all files needed to run the Arduino Alvik micropython library.
14
25
15
-
Please run install.sh (on Linux) or install.bat (Windows) to upload all the files needed to run the robot MP firmware
26
+
__NOTE: DO NOT USE LAB FOR MICROPYTHON TO UPLOAD BIN FILES__
16
27
17
-
### Exmples
28
+
<br>
29
+
<br>
18
30
19
-
_Upload the examples you need with mpremote_
31
+
## Examples
32
+
33
+
Use `mpremote` to copy files into your Arduino® Nano ESP32.
0 commit comments