Skip to content

Commit e557ce7

Browse files
committed
readme
1 parent 3731c93 commit e557ce7

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

README.md

+25-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,42 @@
1-
# Install Micropython firmware
1+
# arduino-alvik-mpy
22

3-
_First Install mpremote_
3+
**Arduino Alvik micropython** library.
44

5-
mpremote is needed to upload files on the nano-ESP32.
65

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).
817

918
```shell
1019
(venv)$ pip install mpremote
1120
```
1221

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.
1425

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__
1627

17-
### Exmples
28+
<br>
29+
<br>
1830

19-
_Upload the examples you need with mpremote_
31+
## Examples
32+
33+
Use `mpremote` to copy files into your Arduino® Nano ESP32.
2034

2135
e.g.
2236
``` shell
2337
(venv)$ mpremote connect "COM1" fs cp ./examples/led_setting.py :led_setting.py
2438
```
2539

26-
You can now use Arduino Lab for Micropython to run your examples remotely from the device filesystem
40+
You can now use Arduino Lab for Micropython to run your examples remotely from the device filesystem.
41+
42+
__Note: not open bin files with Arduino Lab for Micropython because they will be corrupted__

0 commit comments

Comments
 (0)