Report this

What is the reason for this report?

Can you send data to a server through cellular?

Posted on July 25, 2019

Hello all. At my current job we have sensors on one of our building’s roofs that sends environmental data from the roof to a physical server in the building. This system is proprietary and our building does not allow WiFi, so we are seeking a way to store this data through a cellular network (or other means that aren’t WiFi). We are currently considering using an Arduino cellular shield to send the data, but are not sure if data could be sent that way with Digital Ocean’s servers. My team and I are new to Digital Ocean and haven’t really worked on a task like this, so any and all help is appreciated. Basically, we’d like to be able to send the sensor data to the roof via cellular, but also be able to get updates on the data (most likely through SMS with the Arduino shield). We have a couple guys (including myself), that are familiar with C++, so I don’t think that coding will be an issue. Thanks in advance.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Assuming the cellar connection was good, you could use 3G to send TCP requests to the server. You need a GSM to do this. Check out this article: https://circuitdigest.com/microcontroller-projects/send-data-to-web-server-using-sim900a-arduino

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.