Hi,
Are there any other working project like this that I can both test A2DP and I2S Dac?
Thanks
Search found 22 matches
- Sat Mar 14, 2020 5:12 pm
- Forum: Showcase
- Topic: ESP32 Webradio
- Replies: 188
- Views: 545372
- Mon Mar 09, 2020 3:10 pm
- Forum: Hardware
- Topic: Stereo Out + HF - Mic/Mono Out Simultaneously
- Replies: 0
- Views: 4730
Stereo Out + HF - Mic/Mono Out Simultaneously
Hi, I am experimenting with the ESP32's a2dp function. Iniatally I would like to use a2dp output with a stereo I2S dac. I have one more I2S for the microphone input of HFP function however I would like to use a standalone speaker for the HFP output. As I know, onboard ADC and DAC requires I2S to wor...
- Mon Oct 01, 2018 1:24 pm
- Forum: Hardware
- Topic: I2S Maximum Channels
- Replies: 3
- Views: 9384
Re: I2S Maximum Channels
Hi Barometre Yes - I did a simple test last year. Simple crossover filter for bass / tweeter on left channel audio but only using on i2s output from the ESP32. Should be easy to use second i2s output for right channel as well. I will check if possible on my setup as well - The amp's we design takes...
- Mon May 14, 2018 10:23 pm
- Forum: Hardware
- Topic: I2S Maximum Channels
- Replies: 3
- Views: 9384
I2S Maximum Channels
Hi, Esp32 have two i2s peripherals. Can both be configured to as output? If yes is it possible to have different output from them? I would like to build a simple boombox with simple frequency filtering. What is the maximum lrck frequency? Is it possible to have multichannel audio for crossover purpo...
- Thu Mar 29, 2018 10:37 am
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 929813
Re: What would you like to see in The Next Chip?
Hi, After using ESP32 till this time, my revised suggestions would be like this: -5ghz support -USB 2.0 slave/host options. -Some kind of lcd interface, preferably lvds -Internal video decoder/encoder (doesnt have to 1080p or something low res is okay) -TDM audio -Small DSP for audio -Preferably blu...
- Sat Feb 03, 2018 12:48 am
- Forum: General Discussion
- Topic: ESP32-Lyra Smart Audio
- Replies: 15
- Views: 29647
Re: ESP32-Lyra Smart Audio
Where can we get one?
- Tue Oct 10, 2017 11:01 am
- Forum: ESP32 Arduino
- Topic: Rising Edge Pin Interrupt on UART Rx
- Replies: 5
- Views: 9429
Re: Rising Edge Pin Interrupt on UART Rx
3 series e46 and 5 series e39 uses this interface. There are others models too but I dont know them very well actually.
- Sat Oct 07, 2017 9:52 pm
- Forum: ESP32 Arduino
- Topic: Rising Edge Pin Interrupt on UART Rx
- Replies: 5
- Views: 9429
Re: Rising Edge Pin Interrupt on UART Rx
For kbus it is similar to linbus. It was in use with old BMW series. After receiving last stop bit if the bus silent for 1.5ms it means it is available to send message.tele_player wrote:What is this for?
- Thu Oct 05, 2017 2:31 pm
- Forum: ESP32 Arduino
- Topic: Rising Edge Pin Interrupt on UART Rx
- Replies: 5
- Views: 9429
Re: Rising Edge Pin Interrupt on UART Rx
To make it clear, actually I want to catch the idle of the bus so one byte takes around 1.04mS and the bus is on idle when it is over 1.5ms. Do you think if I use " rx_timeout_thresh" as 1, will it be appropriate? Is rx_timeout_thresh interrupts when there is no data coming to Rx port or there is no...
- Thu Oct 05, 2017 2:16 pm
- Forum: ESP32 Arduino
- Topic: Rising Edge Pin Interrupt on UART Rx
- Replies: 5
- Views: 9429
Rising Edge Pin Interrupt on UART Rx
Hi,
I want to reset a hardware timer in every rising edge of UART Rx port which works in 9600 baud rate. How can I do it without without CPU usage/interruption? Instead of using CPU interreption when it is the time I just want to check the timer value.
Thanks
I want to reset a hardware timer in every rising edge of UART Rx port which works in 9600 baud rate. How can I do it without without CPU usage/interruption? Instead of using CPU interreption when it is the time I just want to check the timer value.
Thanks