LilyGo-esp32s2-base
LilyGo-esp32s2-base copied to clipboard
Could you please add the .DXF file of this board? I assume this repository is for the following board: https://www.community.lilygo.cc/assets/uploads/files/1695994048791-lilygo-h434-ttgo-t8-esp32-s2-usb-c-voor-en-achterkant-front-and-back-1200x1200.jpg The schematic of in this repository seems the fit that...
how should I proceed to use it in Arduino IDE ( https://www.arduino.cc/en/software/ ) There is currently support for: - Esp32S2 Dev Module - ESP32S2 Native USB - TTGO Lora32 OLED...
Build gives an error: ``` ../main/app_main.c:262:5: error: implicit declaration of function 'gpio_pad_select_gpio'; did you mean 'esp_rom_gpio_pad_select_gpio'? [-Werror=implicit-function-declaration] gpio_pad_select_gpio(POWER_PIN); ^~~~~~~~~~~~~~~~~~~~ esp_rom_gpio_pad_select_gpio ``` From the bootloader map file both gpio_pad_select_gpio and esp_rom_gpio_pad_select_gpio...
I2C
Hi where are the I2C pins? And will there come more examples code on this gidhub? Thanks
How to wiring spi tft display on this board? Thanks
The card reader on the T8-ESP32-S2 board does not work when using the battery. GPIO14 turns on the supply of voltage V3V, the blue LED lights up, but the card...