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
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
Please refer to the following.
1. WIZwiki-W7500 board
2. Easy Module shield
3. UART2USB adapter
4. LAN cable
5. USB cable
Hardware Connection
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
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
NTP Example
Downloads
Software : DHT
DHT11 Temperature Example
Downloads
Software : TCPC
TCP Client Example
To be continued.