using ESP-IDF v5.5.2 with ESP32-C6-Touch-AMOLED-2.06
This commit is contained in:
13
README.md
13
README.md
@ -1,10 +1,23 @@
|
||||
# freeside minimap
|
||||
|
||||
This branch targets esp32c6 waveshare watch board: https://www.waveshare.com/esp32-c6-touch-amoled-2.06.htm?sku=32769
|
||||
|
||||
```
|
||||
wget https://github.com/espressif/idf-im-ui/releases/download/v0.7.1/eim-cli-linux-x64.zip
|
||||
unzip eim-cli-linux-x64.zip
|
||||
./eim install
|
||||
source "/home/$USER/.espressif/tools/activate_idf_v5.5.2.sh"
|
||||
idf.py set-target esp32c6
|
||||
idf.py build
|
||||
idf.py flash
|
||||
```
|
||||
|
||||
# todo
|
||||
- part selection
|
||||
- esp32-s3?
|
||||
- c6 does 802.11ax, probably better
|
||||
- c6 is riscv so it's "cool"
|
||||
- does micropython run on c6, yes
|
||||
- screen
|
||||
- 128x128 color oled?
|
||||
- input device
|
||||
|
||||
Reference in New Issue
Block a user