<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Taylor's Tech Story</title>
    <description>WIZnet / Arduino / Mbed / IPv6
</description>
    <link>https://taylor-an.gitgub.io/</link>
    <atom:link href="https://taylor-an.gitgub.io/rss" rel="self" type="application/rss+xml"/>
    <pubDate>Tue, 04 Jun 2019 16:47:33 +0900</pubDate>
    <lastBuildDate>Tue, 04 Jun 2019 16:47:33 +0900</lastBuildDate>
    <generator>Jekyll v3.8.5</generator>
    
      <item>
        <title>Arduino MQTT IPv6</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/WIZnet-ArduinoEthernet/arduino-mqtt/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;IPv6를 통한 MQTT가 필요하십니까?&lt;/p&gt;

&lt;p&gt;이제 가능 합니다.&lt;/p&gt;

&lt;p&gt;Do you have a need to use MQTT via IPv6?&lt;/p&gt;

&lt;p&gt;Now it’s ready to use.&lt;/p&gt;

&lt;p&gt;“The WIZnet arduino-mqtt - IPv6 Branch”&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/MQTT.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h1 id=&quot;wiznet-ethernet-library&quot;&gt;WIZnet Ethernet Library&lt;/h1&gt;

&lt;p&gt;WIZnet arduino-mqtt IPv6 브랜치는 WIZnet Ethernet Library IPv6 브랜치가 필요합니다.&lt;/p&gt;

&lt;p&gt;The WIZnet arduino-mqtt IPv6 branch requires the WIZnet Ethernet Library IPv6 branch.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://github.com/Wiznet/Ethernet/wiki/Howtouse&quot;&gt;WIZnet Ethernet Library IPv6 사용방법&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://github.com/Wiznet/Ethernet/wiki/Howtouse&quot;&gt;How to use Arduino Ethernet Library IPv6 (WIZnet Ethernet Library)&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;download&quot;&gt;Download&lt;/h1&gt;

&lt;p&gt;WIZnet arduino-mqtt Github에서 IPv6 브랜치를 선택합니다.&lt;/p&gt;

&lt;p&gt;Go to the WIZnet arduino-mqtt Github and choose the IPv6 branch.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/WIZnet-ArduinoEthernet/arduino-mqtt/tree/IPv6&quot;&gt;WIZnet arduino-mqtt IPv6&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/1.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Git Client를 사용하지 않아도 ZIP으로 Download 할 수 있습니다.&lt;/p&gt;

&lt;p&gt;If you don’t want to use any git client, you can choose Download ZIP.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/3.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;가입이나 로그인을 하지 않아도 가능 합니다.&lt;/p&gt;

&lt;p&gt;No sign-in required and no sign-up required.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/4-download.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h1 id=&quot;extract&quot;&gt;Extract&lt;/h1&gt;

&lt;p&gt;Download한 arduino-mqtt-IPv6.zip을 복사하여 Arduino 사용자 Library 경로에 붙여 넣습니다.&lt;/p&gt;

&lt;p&gt;Copy an arduino-mqtt-IPv6.zip downloaded and paste to Arduino User Library directory.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/5-copy-paste.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;arduino-mqtt-IPv6.zip의 압축을 풀고, 이름을 arduino-mqtt로 변경합니다. arduino-mqtt의 이름으로만 사용할 수 있습니다.&lt;/p&gt;

&lt;p&gt;Extract an arduino-mqtt-IPv6.zip and rename to arduino-mqtt. The directory name must be arduino-mqtt.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/6-extract.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;압축을 풀고 이름을 바꾼후 Tree view는 아래와 같습니다&lt;/p&gt;

&lt;p&gt;The following is tree view after extracted and renamed.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/6-extract-2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h1 id=&quot;run&quot;&gt;Run&lt;/h1&gt;

&lt;p&gt;이제 Arduino IDE를 실행하고, File -&amp;gt; Examples -&amp;gt; MQTT -&amp;gt; W6100EthernetShield를 선택 하면 됩니다.&lt;/p&gt;

&lt;p&gt;Now you can run the Arduino IDE and just Choose File -&amp;gt; Examples -&amp;gt; MQTT -&amp;gt; W6100EthernetShield.&lt;/p&gt;

&lt;p&gt;WIZnet arduino-mqtt(Arduino MQTT Library IPv6)의 W6100EthernetShield를 확인할 수 있습니다.&lt;/p&gt;

&lt;p&gt;You can see the W6100EthernetShield of WIZnet arduino-mqtt.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/7.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Upload 후 Serial Monitor를 실행하면 network 정보를 확인할 수 있습니다.&lt;/p&gt;

&lt;p&gt;After Upload, you can see the network information messages via Serial Monitor.&lt;/p&gt;

&lt;p&gt;W6100EthernetShield 예제는 test.mosquitto.org에 IPv6로 접속합니다. 그리고 W6100 이름의 topic에 publish와 subscribe를 진행합니다.&lt;/p&gt;

&lt;p&gt;This W6100EthernetShield example connects to test.mosquitto.org via IPv6. And it publishes to topic of W6100. It also subscribes topic of 
W6100.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/8.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h1 id=&quot;hivemq-web-socket-client&quot;&gt;HIVEMQ Web Socket Client&lt;/h1&gt;

&lt;p&gt;또한 어느곳에서나 Web browser를 통해 subscribe할 수 있습니다.&lt;/p&gt;

&lt;p&gt;You also subscribe it at any place via web browser.&lt;/p&gt;

&lt;p&gt;Web browser를 실행하여 HIVEMQ Web Socket Client에 접속합니다.&lt;/p&gt;

&lt;p&gt;Run web browser and access &lt;a href=&quot;http://www.hivemq.com/demos/websocket-client/&quot;&gt;HIVEMQ Web Socket Client&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/9.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Host와 Port를 설정합니다.&lt;/p&gt;

&lt;p&gt;Set Connection Host, Port&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Host : test.mosquitto.org&lt;/li&gt;
  &lt;li&gt;Port : 8080&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/10.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;그리고 Connect로 접속합니다.&lt;/p&gt;

&lt;p&gt;And Connect&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/11.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;이제 W6100 이름의 topic을 subscribe할 수 있습니다.&lt;/p&gt;

&lt;p&gt;Finally, you can subscribe W6100 topic.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/12.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;그리고 test.mosquitto.org를 통해 W6100EthernetShield 예제에서 publish한 메세지를 볼 수 있습니다.&lt;/p&gt;

&lt;p&gt;And you can see the message from test.mosquitto.org which W6100EthernetShield published.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-06-04/13.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 04 Jun 2019 15:00:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/06/04/Arduino-mqtt-IPv6/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/06/04/Arduino-mqtt-IPv6/</guid>
        
        <category>arduino</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
      <item>
        <title>How to use Arduino Ethernet Library IPv6 (WIZnet Ethernet Library)</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;arduino-ethernet-library---default&quot;&gt;Arduino Ethernet Library - Default&lt;/h1&gt;

&lt;p&gt;You already installed Arduino IDE, you can use Ethernet Library as default.&lt;/p&gt;

&lt;p&gt;Just you can run the Arduino IDE, and Choose File -&amp;gt; Examples -&amp;gt; Ethernet -&amp;gt; AdvancedChatServer.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Default/1.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The following is default Ethernet Library Example AdvancedChatServer.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Default/2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The default Ethernet Library are located on “C:\Program Files (x86)\Arduino\libraries\Ethernet”&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Default/3.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;And the default User Library are located on “C:\Users'Your ID’\Documents\Arduino\libraries”.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Default/4.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h1 id=&quot;wiznet-ethernet-library---arduino-ethernet-library-ipv6&quot;&gt;WIZnet Ethernet Library - Arduino Ethernet Library IPv6&lt;/h1&gt;

&lt;h2 id=&quot;download&quot;&gt;Download&lt;/h2&gt;

&lt;p&gt;Go to the WIZnet Ethernet Github and choose the IPv6 branch.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;WIZnet Ethernet Library IPv6&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/1.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;If you don’t want to use any git client, you can choose Download ZIP.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/3.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;No sign-in required and no sign-up required.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/4-download.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;extract&quot;&gt;Extract&lt;/h2&gt;

&lt;p&gt;Copy Ethernet-IPv6.zip downloaded and paste to Arduino User Library directory.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/5-copy-paste.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Extract Ethernet-IPv6.zip and rename to Ethernet. The directory name must be Ethernet.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/6-extract.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The following is tree view after extracted and renamed.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/6-extract-2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;run&quot;&gt;Run&lt;/h2&gt;

&lt;p&gt;Now you can run the Arduino IDE and just Choose File -&amp;gt; Examples -&amp;gt; Ethernet -&amp;gt; AdvancedChatServer.&lt;/p&gt;

&lt;p&gt;You can see the AdvancedChatServer of WIZnet Ethernet Library(Arduino Ethernet Library IPv6).&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/7.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;After Upload, you can see the network information messages via Serial Monitor.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/19-done.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The IPv6 is yours now.&lt;/p&gt;

&lt;h1 id=&quot;trouble-shooting&quot;&gt;Trouble Shooting&lt;/h1&gt;

&lt;h2 id=&quot;ethernet-shield-was-not-found&quot;&gt;Ethernet shield was not found&lt;/h2&gt;

&lt;p&gt;If you see the message of “Ethernet shield was not found.”,&lt;/p&gt;

&lt;p&gt;You probably use the MKRVIDOR-4000(or use not supported board on Ethernet Library).&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/16-unknown-board.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;If you are, you should add your board on Ethernet Library.&lt;/p&gt;

&lt;p&gt;Open the w5100.cpp, are locaed on “C:\Users'Your ID’\Documents\Arduino\libraries\Ethernet\src\utility”.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/17-unknown-board-2.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;The MKRVIDOR-4000 is not added yet in Ethernet Library as default.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/17-unknown-board-3.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;You should add the MKRVIDOR-4000 like below shown and save a file the w5100.cpp.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-07/Github-WIZnet-Ethernet-IPv6/17-unknown-board-4.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 07 May 2019 15:00:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/05/07/ArduinoEthernetLibraryIPv6-15/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/05/07/ArduinoEthernetLibraryIPv6-15/</guid>
        
        <category>arduino</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
      <item>
        <title>IoT iOffload DesignContest</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;iot-ioffload-design-contest&quot;&gt;IoT iOffload Design Contest&lt;/h1&gt;

&lt;p&gt;“IoT iOffload Contest” is an international project contest for developers worldwide, powered by WIZnet. This contest gives developers an opportunity to showcase their skills in IoT innovation and competency.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-01/20190411_contest_banner_1100.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;For the first time in the world, “IoT iOffload Contest” is using hardwired TCP/IPv6 to developes new opportunity. If you want to learn more about IPv6 and hardwaired TCP/IPv6, please refer these documents; What is TCP/IPv6, How to use hardwired TCP/IPv6.&lt;/p&gt;

&lt;p&gt;We can’t wait to see what you make!&lt;/p&gt;

&lt;p&gt;See More : &lt;a href=&quot;https://maker.wiznet.io/contests/contest-in-progress/201905-iot-ioffload-contest/&quot;&gt;IoT iOffload Design Contest&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/files/posts/2019-05-01/20190403_ioffload-contest_poster.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 23 Apr 2019 15:00:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/04/23/IoTiOffloadDesignContest/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/04/23/IoTiOffloadDesignContest/</guid>
        
        <category>arduino</category>
        
        <category>Mbed</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
      <item>
        <title>WebServer</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;arduinoethernetlibraryipv6-webserver&quot;&gt;[ArduinoEthernetLibraryIPv6] WebServer&lt;/h1&gt;

&lt;p&gt;&lt;a href=&quot;https://www.arduino.cc/en/Tutorial/WebServer&quot;&gt;Original tutorial WebServer on Arduino Homepage&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;open-arduino-ide&quot;&gt;Open Arduino IDE&lt;/h2&gt;

&lt;p&gt;Run Arduino IDE and Open “WebServer.ino” sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebServer/1-IDE-Open.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;upload&quot;&gt;Upload&lt;/h2&gt;

&lt;p&gt;Upload WebServer sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebServer/2-IDE-Upload.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor&quot;&gt;Serial Monitor&lt;/h2&gt;

&lt;p&gt;Open serial monitor and you’ll be able to see the your network information.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebServer/3-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;internet-browser&quot;&gt;Internet Browser&lt;/h2&gt;

&lt;p&gt;Run Internet Browser like Chrome.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebServer/4-InternetBrowser.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;internet-browser---connect&quot;&gt;Internet Browser - Connect&lt;/h2&gt;

&lt;p&gt;Connect to WebServer.&lt;/p&gt;

&lt;p&gt;The WebServer will has sent analog to digital converted value every 5 seconds.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebServer/5-InternetBrowser-Connect.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor---result&quot;&gt;Serial Monitor - Result&lt;/h2&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebServer/6-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 23 Apr 2019 15:00:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-14/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-14/</guid>
        
        <category>arduino</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
      <item>
        <title>WebClientRepeating</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;arduinoethernetlibraryipv6-webclientrepeating&quot;&gt;[ArduinoEthernetLibraryIPv6] WebClientRepeating&lt;/h1&gt;

&lt;p&gt;&lt;a href=&quot;https://www.arduino.cc/en/Tutorial/WebClientRepeating&quot;&gt;Original tutorial WebClientRepeating on Arduino Homepage&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;open-arduino-ide&quot;&gt;Open Arduino IDE&lt;/h2&gt;

&lt;p&gt;Run Arduino IDE and Open “WebClientRepeating.ino” sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebClientRepeating/1-IDE-Open.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;upload&quot;&gt;Upload&lt;/h2&gt;

&lt;p&gt;Upload WebClientRepeating sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebClientRepeating/2-IDE-Upload.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor---result&quot;&gt;Serial Monitor - Result&lt;/h2&gt;

&lt;p&gt;Open serial monitor and you’ll be able to see the your network information.&lt;/p&gt;

&lt;p&gt;And the results of “Arduino” search from ipv6.google.com are printed every 30 seconds.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebClientRepeating/3-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebClientRepeating/4-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 23 Apr 2019 14:50:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-13/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-13/</guid>
        
        <category>arduino</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
      <item>
        <title>WebClient</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;arduinoethernetlibraryipv6-webclient&quot;&gt;[ArduinoEthernetLibraryIPv6] WebClient&lt;/h1&gt;

&lt;p&gt;&lt;a href=&quot;https://www.arduino.cc/en/Tutorial/WebClient&quot;&gt;Original tutorial WebClient on Arduino Homepage&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;open-arduino-ide&quot;&gt;Open Arduino IDE&lt;/h2&gt;

&lt;p&gt;Run Arduino IDE and Open “WebClient.ino” sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebClient/1-IDE-Open.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;upload&quot;&gt;Upload&lt;/h2&gt;

&lt;p&gt;Upload WebClient sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebClient/2-IDE-Upload.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor---result&quot;&gt;Serial Monitor - Result&lt;/h2&gt;

&lt;p&gt;Open serial monitor and you’ll be able to see the your network information.&lt;/p&gt;

&lt;p&gt;And the results of “Arduino” search from ipv6.google.com are printed.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebClient/3-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/WebClient/4-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 23 Apr 2019 14:40:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-12/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-12/</guid>
        
        <category>arduino</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
      <item>
        <title>UDPSendReceiveString</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;arduinoethernetlibraryipv6-udpsendreceivestring&quot;&gt;[ArduinoEthernetLibraryIPv6] UDPSendReceiveString&lt;/h1&gt;

&lt;p&gt;&lt;a href=&quot;https://www.arduino.cc/en/Tutorial/UDPSendReceiveString&quot;&gt;Original tutorial UDPSendReceiveString on Arduino Homepage&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;open-arduino-ide&quot;&gt;Open Arduino IDE&lt;/h2&gt;

&lt;p&gt;Run Arduino IDE and Open “UDPSendReceiveString.ino” sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UDPSendReceiveString/1-IDE-Open.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;upload&quot;&gt;Upload&lt;/h2&gt;

&lt;p&gt;Upload UDPSendReceiveString sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UDPSendReceiveString/2-IDE-Upload.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor&quot;&gt;Serial Monitor&lt;/h2&gt;

&lt;p&gt;Open serial monitor and you’ll be able to see the your network information.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UDPSendReceiveString/3-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;scriptcommunicator&quot;&gt;ScriptCommunicator&lt;/h2&gt;

&lt;p&gt;Run TCP Client like &lt;a href=&quot;https://sourceforge.net/projects/scriptcommunicator/&quot;&gt;ScriptCommunicator&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UDPSendReceiveString/4-ScriptCommunicator-Empty.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;scriptcommunicator---setting&quot;&gt;ScriptCommunicator - Setting&lt;/h2&gt;

&lt;p&gt;The UDPSendReceiveString is UDP application.&lt;/p&gt;

&lt;p&gt;Set UDPSendReceiveString’s LLA or GUA as destination address and port as destination port.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UDPSendReceiveString/5-ScriptCommunicator-Settings.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;scriptcommunicator---connect&quot;&gt;ScriptCommunicator - Connect&lt;/h2&gt;

&lt;p&gt;Connect to UDPSendReceiveString.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UDPSendReceiveString/6-ScriptCommunicator-Connect.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;scriptcommunicator---send&quot;&gt;ScriptCommunicator - Send&lt;/h2&gt;

&lt;p&gt;Send a message to UDPSendReceiveString.&lt;/p&gt;

&lt;p&gt;The UDPSendReceiveString will send a string “acknowledged”.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UDPSendReceiveString/7-ScriptCommunicator-Send.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor---result&quot;&gt;Serial Monitor - Result&lt;/h2&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UDPSendReceiveString/8-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 23 Apr 2019 14:30:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-11/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-11/</guid>
        
        <category>arduino</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
      <item>
        <title>UdpNtpClient</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;arduinoethernetlibraryipv6-udpntpclient&quot;&gt;[ArduinoEthernetLibraryIPv6] UdpNtpClient&lt;/h1&gt;

&lt;p&gt;&lt;a href=&quot;https://www.arduino.cc/en/Tutorial/UdpNtpClient&quot;&gt;Original tutorial UdpNtpClient on Arduino Homepage&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;open-arduino-ide&quot;&gt;Open Arduino IDE&lt;/h2&gt;

&lt;p&gt;Run Arduino IDE and Open “UdpNtpClient.ino” sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UdpNtpClient/1-IDE-Open.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;upload&quot;&gt;Upload&lt;/h2&gt;

&lt;p&gt;Upload UdpNtpClient sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UdpNtpClient/2-IDE-Upload.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor---result&quot;&gt;Serial Monitor - Result&lt;/h2&gt;

&lt;p&gt;Open serial monitor and you’ll be able to see the your network information.&lt;/p&gt;

&lt;p&gt;And the UTC time printed every 11 seconds.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/UdpNtpClient/3-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 23 Apr 2019 14:20:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-10/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-10/</guid>
        
        <category>arduino</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
      <item>
        <title>TelnetClient</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;arduinoethernetlibraryipv6-telnetclient&quot;&gt;[ArduinoEthernetLibraryIPv6] TelnetClient&lt;/h1&gt;

&lt;p&gt;&lt;a href=&quot;https://www.arduino.cc/en/Tutorial/TelnetClient&quot;&gt;Original tutorial TelnetClient on Arduino Homepage&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;open-arduino-ide&quot;&gt;Open Arduino IDE&lt;/h2&gt;

&lt;p&gt;Run Arduino IDE and Open “TelnetClient.ino” sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/TelnetClient/1-IDE-Open.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;set-server-address&quot;&gt;Set Server Address&lt;/h2&gt;

&lt;p&gt;Set your IPv6 Server Address.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;ip6_server&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/TelnetClient/2-IDE-SetServerAddress.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;upload&quot;&gt;Upload&lt;/h2&gt;

&lt;p&gt;Upload TelnetClient sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/TelnetClient/3-IDE-Upload.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;processing&quot;&gt;Processing&lt;/h2&gt;

&lt;p&gt;Run TCP Server like &lt;a href=&quot;http://www.processing.org/&quot;&gt;Processing ChatServer&lt;/a&gt; or &lt;a href=&quot;https://sourceforge.net/projects/scriptcommunicator/&quot;&gt;ScriptCommunicator&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/TelnetClient/4-Processing-ChatServer.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor---connect&quot;&gt;Serial Monitor - Connect&lt;/h2&gt;

&lt;p&gt;Open serial monitor and you’ll be able to see the your network information and connection status.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/TelnetClient/5-Serial%20Monitor-Connect.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor---send&quot;&gt;Serial Monitor - Send&lt;/h2&gt;

&lt;p&gt;Send a message to Server.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/TelnetClient/6-Serial%20Monitor-Send.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;processing---result&quot;&gt;Processing - Result&lt;/h2&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/TelnetClient/7-Processing-ChatServer-Received.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 23 Apr 2019 14:10:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-9/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-9/</guid>
        
        <category>arduino</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
      <item>
        <title>LinkStatus</title>
        <description>&lt;p&gt;&lt;a id=&quot;forkme&quot; href=&quot;https://github.com/Wiznet/Ethernet/tree/IPv6&quot;&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;arduinoethernetlibraryipv6-linkstatus&quot;&gt;[ArduinoEthernetLibraryIPv6] LinkStatus&lt;/h1&gt;

&lt;h2 id=&quot;open-arduino-ide&quot;&gt;Open Arduino IDE&lt;/h2&gt;

&lt;p&gt;Run Arduino IDE and Open “LinkStatus.ino” sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/LinkStatus/1-IDE-Open.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;upload&quot;&gt;Upload&lt;/h2&gt;

&lt;p&gt;Upload LinkStatus sketch.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/LinkStatus/2-IDE-Upload.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;serial-monitor---result&quot;&gt;Serial Monitor - Result&lt;/h2&gt;

&lt;p&gt;Open serial monitor and you’ll be able to see the your network link status.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://github.com/Wiznet/Ethernet/wiki/Jpg/IPv6/LinkStatus/3-Serial%20Monitor.JPG&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

</description>
        <pubDate>Tue, 23 Apr 2019 14:00:00 +0900</pubDate>
        <link>https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-8/</link>
        <guid isPermaLink="true">https://taylor-an.gitgub.io/2019/04/23/ArduinoEthernetLibraryIPv6-8/</guid>
        
        <category>arduino</category>
        
        <category>IPv6</category>
        
        <category>WIZnet</category>
        
        
      </item>
    
  </channel>
</rss>
