Good day,
I have an esp32 module from Sparkfun, I take readings from the adc, put the measurements in 1 kilobyte frames(single for now, one reading into the frame and the rest empty or rubbish) and send over UDP. With sampling every 2 ms (500 Hz), every 4th sample arrives. Only from an interval of 15 ms can it be said that everything arrives. The application with which I am communicating correctly receives the data, likewise the application which is transmitting correctly takes the measurements and packs them into frames. Can anything be done to improve the transmission?
I have an esp32 module from Sparkfun, I take readings from the adc, put the measurements in 1 kilobyte frames(single for now, one reading into the frame and the rest empty or rubbish) and send over UDP. With sampling every 2 ms (500 Hz), every 4th sample arrives. Only from an interval of 15 ms can it be said that everything arrives. The application with which I am communicating correctly receives the data, likewise the application which is transmitting correctly takes the measurements and packs them into frames. Can anything be done to improve the transmission?