Do I have to use the default SPI/I2C/UART pins when connecting modules to my board? No you don’t have to use the default SPI, I2C and UART pins that are marked on the pinout card... all-boards i2c peripherals pins spi uart
ESPHome & the TinyPICO RGB LED Yes, you can definitely use the APA102 RGB LED on the TinyPICO in ESPHome. Th code you need to set... tinypico
I followed a learn guide and it’s not working on my board If the learn guide and code was written to run on a specific board, the code could be using pin... all-boards
JTAG debugging The Unexpected Maker ESP32-S3 boards all support USB Serial JTAG debugging. USB Serial JTAG debugging is just like using JTAG... esp32-s3 jtag openocd platformio
What dev environment are UM boards shipped with? All of my ESP32-S2, ESP32-S3 and ESP32-C6 development boards ship with CircuitPython on them. My TinyPICO boards ship with MicroPython...
Where can I find the Helper libraries and shipping files for my board? Below is a list of links to the helper libraries and shipping files available for the Unexpected Maker development boards....
Why are there no I2S pins marked on the pinout cards? Like most peripherals on the ESP32, you can use almost any free IO on the headers as I2S pins. Because... all-boards