add(ESP32)

This commit is contained in:
unknown 2025-09-26 03:27:26 -05:00
commit b3f30650d9
6 changed files with 52 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -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

0
.gitignore vendored Normal file
View File

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Mechathonics
`thonny`
`ESP32`

BIN
assets/img/ESP32-DevKit-V1.png (Stored with Git LFS) Normal file

Binary file not shown.

16
docs/thonny.md Normal file
View File

@ -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

25
src/ESP32/README.md Normal file
View File

@ -0,0 +1,25 @@
# ESP32
`DOIT ESP32 devkit v1`
`esp32 devkit v1`
![ESP32-DevKit-V1-Pinout-Diagram-r0.1-CIRCUITSTATE-Electronics-2](../../assets/img/ESP32-DevKit-V1.png)
*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`