WIZNET W5500-EVB AND BLYNK APP COMMUNICATION

This project describes that How to interact with the BLynk app or monitor the devices. This project uses the W5500EVB for internet connection.
ORIGINAL POST
By Eric.Hyungki.Jung
components
Hardware Components
Ethernet (W5500 Hardwired TCP/IP chip)
X 1
Software Apps and online services
mbad
details

w5500EVB

I decided to make my own tutorial on how to control my board using App. Some time ago, I found a very interesting app platform, ‘Blynk’. But Blynk platform supports only specified devices(like arduino series), so I’ve porting Blynk library for arduino to my WIZnet W5500-EVB board.

Blynk – build an app for your Arduino project in 5 minutes

Imagine a prototyping board on your smartphone where you drag and drop buttons, sliders, displays, graphs and other functional widgets. And in a matter of minutes these widgets can control Arduino and get data from it.

For more details, please refer to the Blynk official website, http://www.blynk.cc/

Step 1: Parts

evb1

evb2

For this instructables, you’ll need next things.

Step 2: Download Blynk App and Get the Auth Key Token in the App

blynky

You can download Blynk App from http://www.blynk.cc/getting-started/

Step 3: Download Simple Blynk Library for W5500-EVB

w5500 EVB

Firmware source code project released on GitHub repository.

https://github.com/Wiznet/BLYNK_LPC11E36_LPCXpress…

Step 4: Set Your App’s Auth Key to the Source Code

SourceCode

Set your App’s Auth key to the source code – array Auth[] in main.c (32 bytes)

 

Step 5: Build the Project and Program to W5500-EVB

This project based on NXP LPCXpresso IDE.

Project Import to IDE, build and program to W5500-EVB

Refer to NXP MCU Flash programming guide: http://wizwiki.net/wiki/doku.php?id=products:w5500…

Step 6: Open Blynk App and Add Widgets

w5500EVB

Select the Hardware in Blynk app to Arduino UNO.

W5500-EVB is the Arduino pin-compatible board, It’s possible to use pin ‘D0 ~ D15’ and ‘A0 ~ A5’

So, please check the W5500-EVB Pinmap and then use the board.

Step 7: Run!

blynky-1

Enjoy it. Make your own remote controlled / monitor device using W5500-EVB and Blynk.

Cautions

You have to use this example with (1) DHCP client code and Router(DHCP server) or (2) Public IP address.

 

Source: http://www.instructables.com/id/WIZnet-W5500-EVB-and-Blynk-App-communication/

w5500EVB

I decided to make my own tutorial on how to control my board using App. Some time ago, I found a very interesting app platform, ‘Blynk’. But Blynk platform supports only specified devices(like arduino series), so I’ve porting Blynk library for arduino to my WIZnet W5500-EVB board.

Blynk – build an app for your Arduino project in 5 minutes

Imagine a prototyping board on your smartphone where you drag and drop buttons, sliders, displays, graphs and other functional widgets. And in a matter of minutes these widgets can control Arduino and get data from it.

For more details, please refer to the Blynk official website, http://www.blynk.cc/

Step 1: Parts

evb1

evb2

For this instructables, you’ll need next things.

Step 2: Download Blynk App and Get the Auth Key Token in the App

blynky

You can download Blynk App from http://www.blynk.cc/getting-started/

Step 3: Download Simple Blynk Library for W5500-EVB

w5500 EVB

Firmware source code project released on GitHub repository.

https://github.com/Wiznet/BLYNK_LPC11E36_LPCXpress…

Step 4: Set Your App’s Auth Key to the Source Code

SourceCode

Set your App’s Auth key to the source code – array Auth[] in main.c (32 bytes)

 

Step 5: Build the Project and Program to W5500-EVB

This project based on NXP LPCXpresso IDE.

Project Import to IDE, build and program to W5500-EVB

Refer to NXP MCU Flash programming guide: http://wizwiki.net/wiki/doku.php?id=products:w5500…

Step 6: Open Blynk App and Add Widgets

w5500EVB

Select the Hardware in Blynk app to Arduino UNO.

W5500-EVB is the Arduino pin-compatible board, It’s possible to use pin ‘D0 ~ D15’ and ‘A0 ~ A5’

So, please check the W5500-EVB Pinmap and then use the board.

Step 7: Run!

blynky-1

Enjoy it. Make your own remote controlled / monitor device using W5500-EVB and Blynk.

Cautions

You have to use this example with (1) DHCP client code and Router(DHCP server) or (2) Public IP address.

 

Source: http://www.instructables.com/id/WIZnet-W5500-EVB-and-Blynk-App-communication/

documents
Code
Firmware source code

COMMENTS

Please Login to comment
  Subscribe  
Notify of
POSTED BY