Search found 1 match

by Ethan000rz
Mon Apr 21, 2025 9:51 am
Forum: ESP32 Arduino
Topic: ESP32 Audible Noise on WiFi Transmit
Replies: 3
Views: 5291

Re: ESP32 Audible Noise on WiFi Transmit

hello guys

i had this problem but i can sloved it with this code . please test it and good luck . this code is for 85 w2812 but yo can replace your code

esp_wifi_set_max_tx_power(8);


ets_delay_us(50);

portDISABLE_INTERRUPTS();
\\ your code
portENABLE_INTERRUPTS();


ets_delay_us ...

Go to advanced search