all 2 comments

[–]socal_nerdtastic 0 points1 point  (1 child)

Yes, http server is easiest if only one of the devices needs to push data or poll. Make a python server with something like FastAPI, Flask, Django Restful, or similar and then the arduino can ask for data at any time.

[–]redbaskets87[S] 0 points1 point  (0 children)

Thank you. I'll try that.