Difference between revisions of "ESP32 TTGO"
Jump to navigation
Jump to search
m |
m |
||
Line 15: | Line 15: | ||
https://www.funduinoshop.com/epages/78096195.sf/de_DE/?ObjectPath=/Shops/78096195/Products/H-7-2c | https://www.funduinoshop.com/epages/78096195.sf/de_DE/?ObjectPath=/Shops/78096195/Products/H-7-2c | ||
− | [[Category: | + | [[Category:Microcontrollers]] |
Latest revision as of 09:41, 14 June 2024
Pinout: https://i.stack.imgur.com/aREJA.jpg
Install uP: https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/firmwares
download: https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/firmwares
file: MicroPython_LoBo_esp32_all.zip
command: esptool --chip esp32 --port com5 --baud 460800 --before default_reset --after no_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 bootloader/bootloader.bin 0xf000 phy_init_data.bin 0x10000 MicroPython.bin 0x8000 partitions_mpy.bin
Display https://www.instructables.com/TTGO-color-Display-With-Micropython-TTGO-T-display/
https://www.funduinoshop.com/epages/78096195.sf/de_DE/?ObjectPath=/Shops/78096195/Products/H-7-2c