Using an Arduino to remotely access data from anywhere

Hi there!

I am working on a project and need some guidance. Basically, I want to use the Arduino cloud storage to store data from an accelerometer that is remote from where they are accessing the data. Someone is using the accelerometer in one location and the data automatically uploads type thing to the cloud, and then someone from another location (anywhere far away) can see the data by logging into the cloud.

Is this feasible? If so, is there any documentation or guidance someone can give me as I am pretty new to the Arduino cloud storage stuff.

I think you are referring to the Internet of Things IoT

1 Like

That is exactly what it is for.

There are several IoT service providers and they all work in much the same way. A small subroutine in Arduino wraps up the package of data and despatches it in the required manner. One thing to look for is the available updates frequency.

Thank you, I will look into it!!