Search found 4 matches

by tegu_sg
Wed Jan 27, 2021 2:55 am
Forum: Showcase
Topic: Sending wireless audio from ESP32 to Python
Replies: 0
Views: 4742

Sending wireless audio from ESP32 to Python

Hi, i'm trying take an audio signal with the ESP32 and send it tough wifi to my pc (python code) faster and high quality as possible, which means i need minimum 12 bites resolution by ADC(1), and a sampling rate 441000 Hz, the idea is to listen almost in real time you understand, now i'm using UDP b...
by tegu_sg
Tue Jan 12, 2021 1:58 am
Forum: ESP32 Arduino
Topic: Real-time data streaming over WiFi
Replies: 5
Views: 16444

Re: Real-time data streaming over WiFi

Hi, i'm working something similar, but the data is audio signal, which means i need minimum 12 bites resolution by ADC(1), and a sampling rate 441000 Hz, the idea is to listen almost in real time you understand, now i'm using UDP but i got a lot of delay, i don't know if i'm not implementing right o...
by tegu_sg
Sat Jan 09, 2021 12:55 pm
Forum: ESP32 Arduino
Topic: ESP32 dual core gives task_wdt ... did not reset the watchdog in time
Replies: 6
Views: 33475

Re: ESP32 dual core gives task_wdt ... did not reset the watchdog in time

In fact i'm using the same code that @shome_das (for now), and i got the same error, yeah when i use delay(1) or vTaskDelay(1) it works but like said @shome_das i wanna avoid this for the maximum speed
by tegu_sg
Fri Jan 08, 2021 3:36 pm
Forum: ESP32 Arduino
Topic: ESP32 dual core gives task_wdt ... did not reset the watchdog in time
Replies: 6
Views: 33475

Re: ESP32 dual core gives task_wdt ... did not reset the watchdog in time

hi, i having the same problem even with this basic implementation, i've tried to solve with the suggestions of @boarchuz but it's not works, i receive the same error message every 3 or 4 seconds in the serial console. @ESP_Sprite sorry i don't understand your suggestion i'm new in this, can you expl...