Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Dr pepper
#64594 Ok I have a esp D1 R1 operating as a http web sever, it works well, I want this esp board to communicate with another esp board via UDP at the 'same' time, so I can retrieve data using udp and then publish it on the http page.
Can I do this?, obviously I need to run the http code and udplisten sequentially, in doing this would I miss calls to the webpage or udp packets?
I could rewrite the whole thing and make everything work with http, but if I dont have to I wont.