Hi,
I am planning to create one or more Arduino based data acquisition devices. I bought an Arduino MKR WiFi. I understand the basic examples, but all of them are working with publishing data on HTTP.
The Arduino based device should collect data, and only upon the request of the computer based software (will be a LabVIEW VI) the arduino sends all the stored data to the computer. The readout time period can be between a few seconds and a minute. The Arduino can be a server and can connect to a wifi AP.
What kind of communication should I use? I have not much clue about network communication things, sorry.ű
Thanks,