<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.ocrobot.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.ocrobot.com/feed.php">
        <title> ocrobot:alpha:enc28j60</title>
        <description></description>
        <link>https://wiki.ocrobot.com/</link>
        <image rdf:resource="https://wiki.ocrobot.com/lib/tpl/20cones/images/favicon.ico" />
       <dc:date>2026-07-19T02:53:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:index&amp;rev=1760151335&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial01&amp;rev=1760151335&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial02&amp;rev=1760151335&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial03&amp;rev=1760151335&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial04&amp;rev=1760151335&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial05&amp;rev=1760151335&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial06&amp;rev=1760151335&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.ocrobot.com/lib/tpl/20cones/images/favicon.ico">
        <title></title>
        <link>https://wiki.ocrobot.com/</link>
        <url>https://wiki.ocrobot.com/lib/tpl/20cones/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:index&amp;rev=1760151335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-11T02:55:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ocrobot:alpha:enc28j60:index</title>
        <link>https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:index&amp;rev=1760151335&amp;do=diff</link>
        <description>ALPHA ENC28J60

简介

ENC28J60是一款SPI接口的独立以太网控制器。没有硬件协议栈，最大通信速度为10M，支持全双工和半双工。因为不含硬件协议栈，所以对IPv6有良好的支持。

特点

	*  ENC28J60已经在市场大批量使用很多年，经典、可靠、稳定。</description>
    </item>
    <item rdf:about="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial01&amp;rev=1760151335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-11T02:55:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ocrobot:alpha:enc28j60:tutorial01</title>
        <link>https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial01&amp;rev=1760151335&amp;do=diff</link>
        <description>高级聊天服务器

用来分发任何传入的消息发送给所有一个简单的服务器，即局域网内多个服务端互相聊天。
连接的客户端，消息来自客户端。
要使用telnet到你的设备的IP地址和类型。

搭建电路</description>
    </item>
    <item rdf:about="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial02&amp;rev=1760151335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-11T02:55:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ocrobot:alpha:enc28j60:tutorial02</title>
        <link>https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial02&amp;rev=1760151335&amp;do=diff</link>
        <description>聊天服务器

用来分发任何传入的消息发送给所有一个简单的服务器，即局域网内多个服务端互相聊天，发送的服务器本身也能接收到自己刚刚发出的消息。
连接的客户端，消息来自客户端。
要使用telnet到你的设备的IP地址和类型。</description>
    </item>
    <item rdf:about="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial03&amp;rev=1760151335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-11T02:55:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ocrobot:alpha:enc28j60:tutorial03</title>
        <link>https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial03&amp;rev=1760151335&amp;do=diff</link>
        <description>DHCP聊天服务器

通过自动分配，获得一个随机IP地址，作为服务端。
用来分发任何传入的消息发送给所有一个简单的服务器，即局域网内多个服务端互相聊天，发送的服务器本身也能接收到自己刚刚发出的消息。
连接的客户端，消息来自客户端。
要使用telnet到你的设备的IP地址和类型。</description>
    </item>
    <item rdf:about="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial04&amp;rev=1760151335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-11T02:55:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ocrobot:alpha:enc28j60:tutorial04</title>
        <link>https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial04&amp;rev=1760151335&amp;do=diff</link>
        <description>基于DHCP的IP打印机

使用DHCP扩展以太网库，以获得通过DHCP的IP地址和打印获得的地址。

搭建电路

1、将ALPHA ENC28J60堆叠于ALPHA MEGA328-U上；

2、用网线连接交换机与ALPHA ENC28J60，在拨码开关中，将10拨上；</description>
    </item>
    <item rdf:about="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial05&amp;rev=1760151335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-11T02:55:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ocrobot:alpha:enc28j60:tutorial05</title>
        <link>https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial05&amp;rev=1760151335&amp;do=diff</link>
        <description>Web客户端

此程序说明了如何连接到一个网站（&lt;http://www.ocrobot.com&gt;）

搭建电路

1、将ALPHA ENC28J60堆叠于ALPHA MEGA328-U上；

2、用网线连接交换机与ALPHA ENC28J60，在拨码开关中，将10拨上；

3、将ALPHA MEGA328-U通过数据线连接上电脑</description>
    </item>
    <item rdf:about="https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial06&amp;rev=1760151335&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-11T02:55:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ocrobot:alpha:enc28j60:tutorial06</title>
        <link>https://wiki.ocrobot.com/doku.php?id=ocrobot:alpha:enc28j60:tutorial06&amp;rev=1760151335&amp;do=diff</link>
        <description>WEB服务器

一个简单的Web服务器，显示的模拟输入引脚值。

搭建电路

1、将ALPHA ENC28J60堆叠于ALPHA MEGA328-U上；

2、用网线连接交换机与ALPHA ENC28J60，在拨码开关中，将10拨上；

3、将ALPHA MEGA328-U通过数据线连接上电脑</description>
    </item>
</rdf:RDF>
