Dear folks!
When looking for an IoT platform for my educational seismograph project I found ubidots for education.
Now I am trying to find out if this platform is appropriate for my project.
My context is:
An ESP32 reads 500 32 bit integer values per seconds from a SM24 geophone, which should be stored in an array.
The total array size is 500*4=2,000 bytes.
This array shall be send every second to the platform as a dot.
Is it possible to transfer the array either as a value or inside the context part and to parse the array data inside the platform into 500 integer values with ubidots for education?
Thank you for your attention.