I created a device that collects a lot of data every second (50 Hz). I want to make it IoT-based but I doubt that I can send that much data using Ubidots or can I? Basically my device gathers data every 0.02 second and then a software in MATLAB processes/graphs the data at that interval. Is it possible through Ubidots?
If not, I was thinking of implementing a Queue data structure and send huge traffic every second and then the software automatically determines the data with it’s corresponding time when it was measured.
Is posible, you should be send data using this endpoint for send multiple values to one variable, you should send all the data every second or two seconds using this endpoint, the time between samples should be calculated before sending.
Thanks @woakas, I’m not familiar with the Ubidots API yet but I’m glad to know it’s possible. I guess I’ll use Ubidots then.
Last question, does Ubidots have an interface with MATLAB, like allowing a MATLAB GUI App to retrieve data from Ubidots?