Do You Know How to Send Arduino Sensor Data to Cloud Server(Thing+ Server)
by bingdo72 in Circuits > Arduino
20155 Views, 15 Favorites, 0 Comments
Do You Know How to Send Arduino Sensor Data to Cloud Server(Thing+ Server)

I know Arduino platform for IoT. So I implemented a firmware of Arduino by Ethernet SW modification because I can handle a source code easily. You can know the status of equipment even if it is so far. Please refer to the following step.
Prepare Materials




-1.png)
Please refer to the following.
1. Arduino UNO
2. Ethernet shield
3. Easy Module shield
4. LAN cable
5. USB cable
Hardware Connection

Please connect an LAN cable and USB cable
You can get more HW info by the following site.
Prepare Development Environment
Software
I uploaded Arduino project. You can download this project file. And then import project into Sketch.
After compile, you can send sensor data to Thing+ cloud server.
How to Run : Preparation

1. To the following steps
http://support.thingplus.net/en/open-hardware/arduino-noSSL-user-guide.html
How to Run : Modification





1. To must modify MAC address, apikey, temperatureId in firmware code.
2. To add source codes of DHT11.
3. To verify and upload to target.
How to Run : the Result


1. To check the result of Dashboard through Thing+ Server.