Introduction: Do You Know How to Send Arduino Sensor Data to Cloud Server(Thing+ Server)

About: S/W Engineer for Open Source Platform.

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.

https://www.arduino.cc/en/Main/ArduinoBoardUno

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

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.