Search found 1 match
- Sun Apr 02, 2023 2:37 am
- Forum: General Discussion
- Topic: ESP32 WiFi TX Duty Cycle
- Replies: 1
- Views: 942
ESP32 WiFi TX Duty Cycle
I'm trying to make a real-time device that is sending data roughly once every 10-50ms to another ESP device. The data sent via JSON is pretty small - just two floating point numbers. I'm finding that when I do an HTTP client request call in a loop to a Linux computer, that the WiFi on the ESP32 drop...