LilyGo-T-OI-PLUS
LilyGo-T-OI-PLUS copied to clipboard
esp32-c3 development board with 16340 battery holder
[Espressif documentation](https://docs.espressif.com/projects/esp-idf/en/release-v4.3/esp32c3/api-guides/jtag-debugging/index.html#jtag-debugging-selecting-jtag-adapter) mentions that the ESP32-C3 has built-in JTAG functionality and that "JTAG debugging is through an USB cable connected to the D+/D- USB pins of ESP32-C3. No need for...
There is the patch to make LilyGo-T-IO-PLUS board working with WEMOS sdcard shield ``` --- a/examples/storage/sd_card/sdspi/main/sd_card_example_main.c +++ b/examples/storage/sd_card/sdspi/main/sd_card_example_main.c @@ -27,17 +27,29 @@ static const char *TAG = "example"; #define PIN_NUM_CS...
I'm trying to connect a [GPS module](https://www.amazon.com/gp/product/B01D1D0F5M/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1) to the v1.3 board on pins 20 and 21. I don't have a lot of experience using UART devices, and it makes it...