add(ESP32)
This commit is contained in:
commit
b3f30650d9
|
|
@ -0,0 +1,3 @@
|
|||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
Binary file not shown.
|
|
@ -0,0 +1,16 @@
|
|||
# Thonny
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
### Linux
|
||||
```
|
||||
wget https://github.com/thonny/thonny/releases/download/v4.1.7/thonny-4.1.7-x86_64.tar.gz
|
||||
tar -xvzf thonny-4.1.7.bundled.tar.gz
|
||||
cd thonny-4.1.7
|
||||
./install
|
||||
|
||||
/home/[user]/apps/thonny/bin/thonny
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
# ESP32
|
||||
|
||||
|
||||
`DOIT ESP32 devkit v1`
|
||||
`esp32 devkit v1`
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
*ESP32 DevKit V1 pinout diagram*
|
||||
|
||||
## Drivers
|
||||
|
||||
[Silabs drivers](https://www.silabs.com/software-and-tools/usb-to-uart-bridge-vcp-drivers)
|
||||
|
||||
## Boot
|
||||
|
||||
`"thonny" > "tools" > "Options..." > "Interpreter" > "Install or update MicroPython (esptool)" >`
|
||||
|
||||
`"Target port" = ""`
|
||||
`"MicroPython family" = "ESP32"`
|
||||
`"variant" = "Espressif ESP32 / WROOM"`
|
||||
`"version" = "1.26.1`
|
||||
|
||||
Loading…
Reference in New Issue