IoT Base Platform with GCC, Eclipse, WIZwiki-W7500 : Serial to Ethernet
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. If you want to know how to use S2E(Serial to Ethernet) function, please refer to the following step.
Step 1: Prepare Materials, Hardware Connection, Prepare Development Environment
Please refer to the link below.
https://www.instructables.com/id/IoT-Base-Platform-With-GCC-WIZwiki-W7500/
http://opensrclab.tistory.com/50
I prepared GCC development environment by the following site.
http://opensrclab.tistory.com/33
I installed GNU Toolchain, Java JDK, Eclipse, Cygwin.
If you install all tools, you are ready for running this project.
You can use a Configuration Tool by the following temporarily.
How to use a CFG tool : http://wizwiki.net/wiki/doku.php?id=products:wiz550s2e:wiz550s2epg_en#configuration_tool
Step 2: Software
https://github.com/bingdo/IIoT_WIZwiki-W7500_Eclipse
Step 3: Software : S2E(Serial to Ethernet)
Insert MAC address.
Modify IP, Port, Working Mode.
To test operation of S2E function.
Step 4: How to Run : Modification
Modify common.h
#define F_ENABLE_DHT11 #define F_ENABLE_TCPClient
Step 5: How to Run : Result
'IoT' 카테고리의 다른 글
IoT Base Platform with arm MBED, WIZwiki-W7500 : EchoServer (0) | 2017.08.25 |
---|---|
IoT Base Platform with GCC, WIZwiki-W7500 : MQTT (0) | 2017.08.24 |
IoT Base Platform with GCC, WIZwiki-W7500 (0) | 2017.08.22 |
How to control my IoT device by Android phone or iPhone through Cloud server like Arduino (0) | 2015.12.23 |