Search found 2 matches

by pasikav
Fri Nov 03, 2023 8:58 am
Forum: ESP32 Arduino
Topic: esp32 AsyncUDP
Replies: 0
Views: 1426

esp32 AsyncUDP

Hello, I am using esp32-poe and trying to do something like artnet player. Basically i get effects (like gradient) calculated in code and I want to send them further to other devices. Problem I have is with UDP and fps. I would like to get as much universes as i can with atleast 30 fps. I am using s...
by pasikav
Tue Oct 10, 2023 12:47 pm
Forum: ESP32 Arduino
Topic: ESP32 WiFiUDP source port
Replies: 0
Views: 2854

ESP32 WiFiUDP source port

Hello, I have a project that sends UDP packet on chosen port and on the same port other devices answers with feedback. I am using AsyncUDP to check if there is any packet coming to my port and WiFiUDP to send packets. Problem is while listening, esp s3 is not able to bind socket to the same port, th...