Sample rate

Support forum for MegunoLink
Post Reply
tenere700
Posts: 3
Joined: Sat Apr 10, 2021 8:32 am
Location: Italy

Sat Apr 10, 2021 8:38 am

Dear All,
I am completely new to Meguno and I am evaluating the possibility to buy one full license. But I have some questions:

- What is the maximum sample rate at which I can acquire and display data (in a form of a graph)? I need at least 1ks/s.
- I there the possibility to acquire from an Arduino through the wifi connection? If yes, can the Arduino be connected to a different network than the PC one, or must they live under the same network?
- Is there the possibility to filter data in real time?

Thank you very much for your help. I think that this is a great tool

Best regards
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Sun Apr 25, 2021 3:39 am

Hi, to answer your questions:

You can do high frequency sampling if you buffer them on your arduino and stream the numbers across. If you plan to do it in real time it will be limited by the baud rate of your serial port and megunolink is probably only good for maybe 10 or 20 samples per second.

We do support UDP and TCP connections. In general we expected these to be used inside a local network.

Filtering would need to be done at the arduino end.

Cheers
Phil
Post Reply