Search found 1 match

by JoseeMallah
Tue Jul 02, 2024 2:53 pm
Forum: ESP32 Arduino
Topic: Speeding Up WiFi Client Prints on ESP32-S3
Replies: 1
Views: 2262

Speeding Up WiFi Client Prints on ESP32-S3

Hello, I am using an esp32-s3 to do analog reads and send the data over WiFi to my laptop. When I read 4 sensors, I get a frequency > 1kHz, but with 6 sensors it drops below 1kHz. What is slowing it down and how to fix it? Thank you Here is my esp32 code: #include <WiFi.h> // Replace with your netwo...