Search found 2 matches

by map_93
Fri Nov 18, 2022 10:23 am
Forum: ESP32 Arduino
Topic: ESP-NOW slow acknowledge from receiver
Replies: 0
Views: 851

ESP-NOW slow acknowledge from receiver

Hello, Let me start by saying I am new to the esp32 platform, so excuse me for any blatant mistakes that might be present in my code. I am trying to make an live audio transmission system using 2 esp32 and esp-now. I managed to initiate communication successfully, but the results puzzle me a bit. I ...
by map_93
Wed Nov 16, 2022 10:57 am
Forum: ESP-IDF
Topic: Low-latency (<7ms) audio streaming with ESP-NOW
Replies: 0
Views: 1023

Low-latency (<7ms) audio streaming with ESP-NOW

Hello everyone, I am new to the ESP32 world. I am trying to develop a battery operated audio wireless transmission system for musical instruments. The basic requirements are: Sample rate: 48kHz Resolution: 16bit or 24bit Mono/Stereo: Stereo I was planning on using ESP-NOW for communication between t...