IoT Base Platform With GCC, WIZwiki-W7500

by bingdo72 in Circuits > Microcontrollers

786 Views, 3 Favorites, 0 Comments

IoT Base Platform With GCC, WIZwiki-W7500

스마트공장 HOWTO 이렇게!(3).png

I know WIZwiki-W7500 platform for IoT. Recently WIZwiki-W7500 board is announced by WIZnet. So I implemented a firmware of WIZwiki-W7500 board 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

WIZwiki-w7500_platform.png
EasyModueShield.jpg
uart2usb.jpg
LAN CABLE-1.png
miniUSB.jpg

Please refer to the following.

1. WIZwiki-W7500 board

2. Easy Module shield

3. UART2USB adapter

4. LAN cable

5. USB cable

Hardware Connection

20170306_142001.jpg

Please connect an USB, LAN cable, Easy shield and UART2USB adapter.

You can get more HW info by the following site.

http://wizwiki.net/wiki/doku.php?id=products:wizwiki_w7500:start

Prepare Development Environment

GCC.png

https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q1-update

Currently I use gcc-arm-none-eabi-6-2017-q1-update version.

Refer to http://opensrclab.tistory.com/33 for GCC install.

Software : NTP

W7500_NTP2.jpg
W7500_NTP.jpg
Ethernet7.png

NTP Example

Downloads

Software : DHT

W7500_DHT2.jpg
W7500_DHT.jpg
SW1.png

DHT11 Temperature Example

Downloads

Software : TCPC

W7500_TCPC.jpg
W7500_TCPC2.jpg
SW1-6.png

TCP Client Example

To be continued.

Downloads