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

by bingdo72 in Circuits > Arduino

20126 Views, 15 Favorites, 0 Comments

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

sensor7.png

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

ArduinoUnoSMD-tri-org.jpg
ArduinoEthernetshield2-tri.jpg
EasyModueShield.jpg
LAN CABLE-1.png
USB CABLE(2.0)-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

20160624_134445.jpg

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

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

sensor6.png

How to Run : Modification

sensor.png
sensor2.png
sensor3.png
sensor4.png
sensor5.png

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

sensor7.png
sensor8.png

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