+ Post New Thread
Results 1 to 5 of 5
-
28th August 2018, 11:02 #1
- Join Date
- Mar 2018
- Posts
- 19
- Helped
- 0 / 0
- Points
- 273
- Level
- 3
Send Wireless Sensor Readings with online servers
How can Wireless current sensor readings directly send to internet server database without connecting it to Arduino and if there will be disconnection then the secondary network will be used to store the data and update back to the online server when internet connection will be available. To make this kind of solution.
I am still looking for hardware and some better and easy way which will help me to make it functional, any leads from your side, also be very helpful.
-
Advertisement
-
30th August 2018, 01:08 #2
- Join Date
- Nov 2006
- Location
- Brazil
- Posts
- 8,914
- Helped
- 1128 / 1128
- Points
- 29,856
- Level
- 42
- Blog Entries
- 9
Re: Send Wireless Sensor Readings with online servers
The first think that comes to mind is the ESP8266, acting as CPU, not shield.
--------------------------------------------------------------------------------------------------
Part of the world that you live in, You are the part that you're giving ( Renaissance )
-
Advertisement
-
16th October 2018, 08:02 #3
- Join Date
- Oct 2018
- Posts
- 3
- Helped
- 0 / 0
- Points
- 24
- Level
- 1
Re: Send Wireless Sensor Readings with online servers
I went through this link you can use EsP8266 for the same . connect the sensor to the ESP8266. A Mesh network can be created which will get the sensor readings and broadcast the sensor data to different nodes available in a mesh network. If in case one of the node is not working, set the timeout. It will try to connect the node in between that timeout or else it will transfer to the other node available. I am using painlessMesh library for this
-
Advertisement
-
16th October 2018, 13:04 #4
- Join Date
- Mar 2018
- Posts
- 19
- Helped
- 0 / 0
- Points
- 273
- Level
- 3
Re: Send Wireless Sensor Readings with online servers
-
31st October 2018, 15:51 #5
Re: Send Wireless Sensor Readings with online servers
Hello,
I see a big limitation with your device, the product is closed and I don't see an official open access API that allows you to connect the router to external IoT servers like the AskSensors IoT platform.
I would suggest to ask the NCD's support to provide you the API to send the data out, then, it will be easy to send push data to the cloud.
Here are some tutorials that you can start with instructables.com/IoT
+ Post New Thread
Please login