Data (voltage) logger with remote access

Thread Starter

Mario75

Joined May 3, 2023
1
Dear Forum,

Would you be so kind and advise me on the following....

I want to make a voltage logger and to remotely control it (turn on/off, read / download voltage readings)...

The data logger will be placed in a non safe (for human occupancy) place and remote access might be needed...
The cable pulling is not the best option (otherwise the ordinary multimeter with logging function will do).... therefore i thing i would need a GSM / cellular network module... control the data logger and view / download readings...

Thank you so much...
 

Ya’akov

Joined Jan 27, 2019
8,161
Welcome to AAC.

I suggest you look at the offerings from Particle. They offer a complete solution (hardware + airtime) for IoT, which includes remotes sensors. It is a development board or module which uniquely includes a base level of airtime, free, for the life of the device.

It may well be enough data that you don't need to pay for any airtime, but if not, it's not very expensive. The service includes a dashboard for fleet management, and OTA (Over The Air) updates for your program.

Alternatively, Blynk offers a similar service though not identical, so you should explore each.
 

Privatier

Joined Dec 10, 2008
7
If you want to build something, I suggest starting with an ESP8266 or similar breakout board. These modules are cheap, have WiFi, use the Arduino IDE and there is a lot of code available on the Internet from the Arduino community.
 
Top