Introduction: 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.
Step 1: Prepare Materials
Please refer to the following.
1. Arduino UNO
2. Ethernet shield
3. Easy Module shield
4. LAN cable
5. USB cable
Step 2: Hardware Connection
Please connect an LAN cable and USB cable
You can get more HW info by the following site.
Step 3: Prepare Development Environment
Step 4: 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.
Step 5: How to Run : Preparation
1. To the following steps
http://support.thingplus.net/en/open-hardware/arduino-noSSL-user-guide.html
Step 6: 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.
Step 7: How to Run : the Result
1. To check the result of Dashboard through Thing+ Server.