Search found 2 matches

by Fishbone
Thu Feb 22, 2024 12:01 am
Forum: Hardware
Topic: USB Audio support
Replies: 3
Views: 4767

Re: USB Audio support

I saw this https://github.com/espressif/esp-idf/issues/12774
so looks like there is progress being made. I will have to wait until some of you smart people simplify this in an end-user library for arduino framework. :roll:

But keep up the good work!
by Fishbone
Thu Aug 03, 2023 11:04 pm
Forum: Hardware
Topic: ESP-32 GPIO Matrix and Bootloader Stuff.
Replies: 2
Views: 728

ESP-32 GPIO Matrix and Bootloader Stuff.

Hi all: I am new to microcontrollers, so please be patient. I was looking at some of the esp32-C3 data sheets and have some questions. The data sheets for SPI 2 (which is the general purpose SPI has FSPICLK as GPIO6 which is what I assume the “default” for my SPI clock (SCK). FSPIHD (MOSI) is GPIO 4...