Maker Pro
Maker Pro

Send Wireless temperature sensor to Industrial cloud platform through REST API

Hi, I want to use use wireless temperature sensors for in mining area which sense the temperature in atmosphere and send the readings to gateway receiver connected with Raspberry Pi, also I have connected the RPI with WiFi for internet connection.

As I have worked with MQTT as well as IFTTT earlier, can any one suggest any rest API which is easy and secure to connect with cloud platform which works on industrial purpose.

Any suggestion to make it will be a great help.
 
Hi, Its about underground mining and yes I am aware of Wifi issues that is the main reason I am using these long range battery efficient wireless sensor which will easily creates the mesh network and also strengthen the signal with the help gateway which travels the sensor data with the same signal quality strength.

What I really need to know is about how can I upload the wireless sensor data to any rest API which will further send the data to internet by using WiFi network.

As I am totally new sending the sensor data to internet cloud
 
Last edited:
I have to check the datasheet for your sensors, to see how they work.
Normally: sensor -> wifi module -> router -> web server -> something in the web server processes them.
 
Top