HOW TO TRANSFER ARDUINO SENSOR DATA TO BLYNK SERVER

The project will guide to transfer the data from our client device the Blynk server using Arduino Ethernet device (for Internet connection).
ORIGINAL POST
By bingdo72
components
Hardware Components
Arduino UNO or WizArduino
X 1
Ethernet shield
X 1
Easy Module shield
X 1
LAN cable
X 1
USB cable or microUSB cable
X 1
Software Apps and online services
Blynk platform.
details

howToTransperData-1

I know Arduino platform for IoT. Recently WizArduino module will be announced by WIZnet.

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

howToTransperData-2

Picture of Prepare Materials
Picture of Prepare Materials
Picture of Prepare Materials
Picture of Prepare Materials
Picture of Prepare Materials

ho

Please refer to the following.

1. Arduino UNO or WizArduino

2. Ethernet shield

3. Easy Module shield

4. LAN cable

5. USB cable or micro-USB cable.

 

Step 2: Hardware Connection

howToTransperData-3 howToTransperData-4

Please connect an LAN cable and USB cable

You can get more HW info by the following site.

http://labs.arduino.org/Arduino%20Uno

http://wizwiki.net/wiki/doku.php?id=osh:wizarduino:start

 

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 run control operation through Blynk platform.

Arduino_Blynk.inoArduino_Blynk.ino

Step 5: How to Run: Test Result

Refer to the movie. ( https://www.youtube.com/watch?v=FesLWXggzsYs )

1. To check the connection with PC.

2. To import a project into Sketch.

3. To download the Blynk App into Smartphone.

4. To login Blynk App.

5. To create a new project on App.

6. To check “Auth Token” by Email.

7. To modify “Auth Token”, Server IP, MAC address, IP address.

8. To verify and upload.

9. To check the connection with Blynk server by serial monitor.

10. To add Widget Box and modify an example project.

11. To check the result of device control.

You can see the test result by the video. Thank you for your attention.

* D10, D11, D12, D13 pins cannot be controlled because those are on using as Ethernet SPI.

* Tip: If you register in www.wiznetian.com and work actively, you can get a sample cheaper than E-sales as well as a free sample.

Source: http://www.instructables.com/id/How-to-Transfer-Arduino-Sensor-Data-to-Blynk-Serve/

howToTransperData-1

I know Arduino platform for IoT. Recently WizArduino module will be announced by WIZnet.

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

howToTransperData-2

Picture of Prepare Materials
Picture of Prepare Materials
Picture of Prepare Materials
Picture of Prepare Materials
Picture of Prepare Materials

ho

Please refer to the following.

1. Arduino UNO or WizArduino

2. Ethernet shield

3. Easy Module shield

4. LAN cable

5. USB cable or micro-USB cable.

 

Step 2: Hardware Connection

howToTransperData-3 howToTransperData-4

Please connect an LAN cable and USB cable

You can get more HW info by the following site.

http://labs.arduino.org/Arduino%20Uno

http://wizwiki.net/wiki/doku.php?id=osh:wizarduino:start

 

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 run control operation through Blynk platform.

Arduino_Blynk.inoArduino_Blynk.ino

Step 5: How to Run: Test Result

Refer to the movie. ( https://www.youtube.com/watch?v=FesLWXggzsYs )

1. To check the connection with PC.

2. To import a project into Sketch.

3. To download the Blynk App into Smartphone.

4. To login Blynk App.

5. To create a new project on App.

6. To check “Auth Token” by Email.

7. To modify “Auth Token”, Server IP, MAC address, IP address.

8. To verify and upload.

9. To check the connection with Blynk server by serial monitor.

10. To add Widget Box and modify an example project.

11. To check the result of device control.

You can see the test result by the video. Thank you for your attention.

* D10, D11, D12, D13 pins cannot be controlled because those are on using as Ethernet SPI.

* Tip: If you register in www.wiznetian.com and work actively, you can get a sample cheaper than E-sales as well as a free sample.

Source: http://www.instructables.com/id/How-to-Transfer-Arduino-Sensor-Data-to-Blynk-Serve/

documents
Code
code

COMMENTS

Please Login to comment
  Subscribe  
Notify of