Search found 5 matches

by Rnd1AtMypromosysMY
Wed Dec 06, 2023 3:28 am
Forum: Hardware
Topic: ESP32-LyraT V4.3 modifications
Replies: 0
Views: 9961

ESP32-LyraT V4.3 modifications

Hi I'd like to replace the ESP32 in the ESP32-LyraT V4.3 design with an ESP32-S3 module and add the spi based W6100 Ethernet module. May I know what I may need to take into considerations and what other components should I need to replace?
by Rnd1AtMypromosysMY
Thu Nov 30, 2023 10:42 am
Forum: ESP-ADF
Topic: Ran into issue getting AEC to work with 2 way tcp
Replies: 0
Views: 26092

Ran into issue getting AEC to work with 2 way tcp

Managed to get 2 way tcp to work, with i2s stream but attempting to get it to work with AEC ran into issues as echo is not canceled. Micro-controller: ESP32-S3 Codec: es8388 ESP-ADF Version: v2.6 ESP-IDF Version: v4.4.6 #Note: Mic volume and speaker volume needs to be as loud as possible //Pipeline...
by Rnd1AtMypromosysMY
Thu Aug 03, 2023 10:53 am
Forum: ESP-IDF
Topic: W6100 and ESP32(C3) with ESP-IDF
Replies: 4
Views: 3583

Re: W6100 and ESP32(C3) with ESP-IDF

nogema wrote:
Fri Jul 21, 2023 3:55 pm
Thank you very much ! After fixing a few bugs and updating the code to ESP-IDF V5.0, this works
Hi, would it be possible for you to share your modified code with me, that will be greatly appreciated.
by Rnd1AtMypromosysMY
Wed Jun 28, 2023 9:26 am
Forum: ESP-ADF
Topic: How do I create 2 way TCP client audio stream
Replies: 0
Views: 5885

How do I create 2 way TCP client audio stream

Hi, I'd like get an example of creating two way TCP audio streams. I've attempted to achieve this objective but the audio streams created were not stable. Any advice on the matter is much appreciated. Attached is my attempt.
Bidirectional_ TCP_Client.c
(9.86 KiB) Downloaded 582 times
by Rnd1AtMypromosysMY
Thu Jul 07, 2022 5:51 am
Forum: ESP-ADF
Topic: [ESP32-LyraTD-MSC V2.1] Send audio over TCP
Replies: 4
Views: 10415

Re: [ESP32-LyraTD-MSC V2.1] Send audio over TCP

Thank you for your reply! I started my project based on this example, but this uses the HTTP stream already available on the API and doesn't help me so much with my goal of using a simple TCP socket where I can send only the audio that I want without any extra headers. Did you managed to solve the ...