Search found 2 matches

by MihaPeterle
Thu Dec 12, 2024 11:15 am
Forum: General Discussion
Topic: A2DP-sink to I2S PCM5102
Replies: 0
Views: 401

A2DP-sink to I2S PCM5102

This code sets up an ESP32 to act as a Bluetooth A2DP sink, receiving audio from Bluetooth devices and streaming it to an external audio system via I2S. It uses Direct Memory Access (DMA) for efficient audio data transfer. The code configures the I2S interface for audio communication and includes a ...
by MihaPeterle
Tue Dec 10, 2024 3:57 pm
Forum: Hardware
Topic: ESP32S pins 34,35,36,39 all receiving the event on one of the pins
Replies: 7
Views: 1442

Re: ESP32S pins 34,35,36,39 all receiving the event on one of the pins

I think, it is because, they are all connected to the same PORT. When any of pins on one port (for example B) are active, NVIC starts interup called EXIT as external interupt, and you need to manualy look at each pin, to see wich one is connected.