<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>enc28j60 connected to nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74607/enc28j60-connected-to-nrf52840</link><description>Hello, 
 I know that maybe you won&amp;#39;t be able to help but i&amp;#39;m giving it a try 
 I&amp;#39;m trying to use enc28j60 connected to a nrf52840. I saw these example https://gitlab.com/enc28j60driver/enc28j60driver and i&amp;#39;m trying to use this, the IoT SDK and Nordic</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Nov 2024 10:07:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74607/enc28j60-connected-to-nrf52840" /><item><title>RE: enc28j60 connected to nrf52840</title><link>https://devzone.nordicsemi.com/thread/511041?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 10:07:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13b7bed0-abcd-4bdc-ac87-fb6594989616</guid><dc:creator>rmarques</dc:creator><description>&lt;p&gt;We are using a similar setup with enc28j60, nrf52840 and Nordic SDK 17. We managed to make it work almost perfectly by implementing the TCP/IP stack ourselves, but once in a while there are some hard to track issues and we have since shifted into using Zephyr.&lt;br /&gt;&lt;br /&gt;Still, it would be great to update a significant amount of devices we have deployed remotely with something that actually works with Nordic SDK 17. Have you found something in the meantime that worked with it?&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;R&amp;uacute;ben&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enc28j60 connected to nrf52840</title><link>https://devzone.nordicsemi.com/thread/307676?ContentTypeID=1</link><pubDate>Fri, 30 Apr 2021 13:23:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab7a0099-b26c-4794-a20b-7b6d17dd4d74</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;I think you may have missed my point?&lt;/p&gt;
&lt;p&gt;The point is that the Wiznet devices have the TCP/IP stack built in,&amp;nbsp; so you don&amp;#39;t have to worry about implementing/integrating that - so no worrying about uIP, etc.&lt;/p&gt;
&lt;p&gt;They are also available as complete modules:&amp;nbsp;&lt;a href="https://www.wiznet.io/product/network-module/"&gt;https://www.wiznet.io/product/network-module/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also as serial-to-ethernet:&amp;nbsp;&lt;a href="https://www.wiznet.io/product/serial-to-ethernet/"&gt;https://www.wiznet.io/product/serial-to-ethernet/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Other suppliers are also available; eg,&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.lantronix.com/products/xport/"&gt;https://www.lantronix.com/products/xport/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.digi.com/products/embedded-systems/system-on-modules/digiconnectme9210"&gt;https://www.digi.com/products/embedded-systems/system-on-modules/digiconnectme9210&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Alternatively, as&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/joh2"&gt;Jørgen Holmefjord&lt;/a&gt;&amp;nbsp;says, you could look at Zephyr &amp;amp; the nRF Connect SDK ...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Note also the &amp;#39;Related&amp;#39; threads linked by the forum at the bottom of the page ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enc28j60 connected to nrf52840</title><link>https://devzone.nordicsemi.com/thread/307665?ContentTypeID=1</link><pubDate>Fri, 30 Apr 2021 12:29:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:249c6f4d-433d-49cd-9bee-21d6cb99f0e8</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You may be able to use it through &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.1/nrf/index.html"&gt;nRF Connect SDK&lt;/a&gt;. Zephyr already have support for the through the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.1/zephyr/boards/shields/mikroe_eth_click/doc/index.html"&gt;MikroElektronika ETH Click shield&lt;/a&gt;, which looks quite similar to your module. You may need to add some configurations to make the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.1/zephyr/samples/net/net.html"&gt;samples&lt;/a&gt;work with nRF52840 DK and the Ethernet module over SPI, but I assume this should be less work than integrating the driver and IP libraries yourself. Zephyr already also support IP stacks and other protocols required for networking.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enc28j60 connected to nrf52840</title><link>https://devzone.nordicsemi.com/thread/307561?ContentTypeID=1</link><pubDate>Thu, 29 Apr 2021 19:44:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87dc1e57-eda1-4856-8ee1-7bfd0a5f2825</guid><dc:creator>Marques</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using this kit:&amp;nbsp;&lt;a href="https://www.olimex.com/Products/Modules/Ethernet/ENC28J60-H"&gt;https://www.olimex.com/Products/Modules/Ethernet/ENC28J60-H&lt;/a&gt;/ it already brings the ethernet adapter to connect to the router/pc (in this case is to connect directly&amp;nbsp;with the&amp;nbsp;pc) :)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: enc28j60 connected to nrf52840</title><link>https://devzone.nordicsemi.com/thread/307548?ContentTypeID=1</link><pubDate>Thu, 29 Apr 2021 16:37:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3504879-3384-4aa6-8b07-68c0fce353a9</guid><dc:creator>awneil</dc:creator><description>[quote userid="99150" url="~/f/nordic-q-a/74607/enc28j60-connected-to-nrf52840"]enc28j60 [/quote]
&lt;p&gt;This:&amp;nbsp;&lt;a href="https://www.microchip.com/wwwproducts/en/en022889"&gt;https://www.microchip.com/wwwproducts/en/en022889&lt;/a&gt;&amp;nbsp;?&lt;/p&gt;
&lt;p&gt;Did you check out the &amp;#39;&lt;strong&gt;Documents&lt;/strong&gt;&amp;#39; tab?&lt;/p&gt;
&lt;p&gt;Might it not be easier to use something like this&amp;nbsp;&lt;a href="https://www.wiznet.io/product/tcpip-chip/"&gt;https://www.wiznet.io/product/tcpip-chip/&lt;/a&gt;&amp;nbsp;- which also embeds the TCP/IP stack?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>