I have a MKR 1010 that acquires data from a bunch of different devices. I want to send the data via wifi to a computer on my LAN (192.168.x.x) that will display the data on a simple web page.
I am looking for a 2-part example that I can build off of:
- the code necessary to send the data over the wifi link (either pushed or pulled)
- a simple webpage code example that can connect to the lightweight server on the Mkr1010 that will serve up the data. Or conversely, an app that runs as part of the web page that can pull the data from the MKR 1010 via wifi.
Any and all examples are welcome. TY
J