ENC28J60 Ethernet board

Post Reply
phalox
Posts: 3
Joined: Tue Jun 05, 2012 2:36 am

ENC28J60 Ethernet board

Post by phalox » Tue Jun 05, 2012 2:41 am

Dear all,

I have just bought this board, but I cannot get it to work with my diecimila arduino with atmega168 (+ I have tried it with the UNO also)
I added the library in the libraries folder, and removed the Ethernet folder that was in there.

First attempt: using arduino 1.0 environment:
For this I downloaded the latest version for the creator of the library. The Webserver compiles and it uploads. When I request the page, the GET request is received by the arduino, but no reply is sent.

Second attempt using your supplied library:
* Does not compile in arduino 1.0 environment
* I reverted to arduino22 environment, and there it DID compile. But still I had the same error.

Can you help me out?
Kind regards
Phalox

User avatar
techsupport
Site Admin
Posts: 210
Joined: Sat Mar 03, 2012 2:32 pm

Re: ENC28J60 Ethernet board

Post by techsupport » Wed Jun 06, 2012 11:24 am

Hi friend;
1.The original Ethernet library need to be removed.
2.Do you specify the IP address of the Ethernet shield, which is done inside the sketch. byte ip[] = { 10, 0, 0, 177 };

Regards;
techsupport
Your real trustworthy partner in China!!
Email: forum@geeetech.com

phalox
Posts: 3
Joined: Tue Jun 05, 2012 2:36 am

Re: ENC28J60 Ethernet board

Post by phalox » Wed Jun 06, 2012 5:13 pm

Dear Sir

1) Yes, I removed the entire original Ethernet folder from the libraries folder
2) I also changed the IP address to 192.168.1.123. If I run the example in debug mode (I do have to set a #define debug somewhere in one of the header files), and connect the serial port to my computer, I can see that a request is received by the arduino. But nothing is sent back...

User avatar
techsupport
Site Admin
Posts: 210
Joined: Sat Mar 03, 2012 2:32 pm

Re: ENC28J60 Ethernet board

Post by techsupport » Thu Jun 07, 2012 10:35 am

Hi friend;
Please check your connction according to the wiki about ENC28J60 http://www.geeetech.com/wiki/index.php/ ... net_Module

Here is another library for Arduino 1.0 in attchment, if it does'n't work please try to use this.
Attachments
ethershield_v1.1_for_arduino_v1.0.zip
(28.72 KiB) Downloaded 1298 times
Your real trustworthy partner in China!!
Email: forum@geeetech.com

phalox
Posts: 3
Joined: Tue Jun 05, 2012 2:36 am

Re: ENC28J60 Ethernet board

Post by phalox » Fri Jun 08, 2012 3:14 am

Great! That seems to work. Although the examples are not very extensive. But I was planning on using the ethernet board with a PIC microchip anyway.

The documentation on the website might need a small update to help others too. Another small remark (but that's the perfectionist in me), is that the names in this table (http://www.geeetech.com/wiki/index.php/ ... dule#Usage) don't entirely match with the names on the board. Even though it seems obvious, people might have difficulties with it.

Thanks! If you would have a more extensive functional library with examples, you may always inform me!

User avatar
techsupport
Site Admin
Posts: 210
Joined: Sat Mar 03, 2012 2:32 pm

Re: ENC28J60 Ethernet board

Post by techsupport » Fri Jun 08, 2012 9:48 am

The documentation on the website might need a small update to help others too. Another small remark (but that's the perfectionist in me), is that the names in this table (http://www.geeetech.com/wiki/index.php/ ... dule#Usage) don't entirely match with the names on the board. Even though it seems obvious, people might have difficulties with it.
Thanks for your advice, we will update the table in the wiki page to make the pin names mach with the board.
Your real trustworthy partner in China!!
Email: forum@geeetech.com

treii28
Posts: 5
Joined: Sat Dec 14, 2013 5:04 am

Re: ENC28J60 Ethernet board

Post by treii28 » Sat Dec 14, 2013 5:12 am

Is this library ever going to be upgraded? It seems to be built for a pre-release version of the arduino IDE. They are up to v1.0.5 already! Can we please get this thing updated to work with current software???

SW

User avatar
techsupport
Site Admin
Posts: 210
Joined: Sat Mar 03, 2012 2:32 pm

Re: ENC28J60 Ethernet board

Post by techsupport » Tue Dec 17, 2013 9:00 am

hi
guys
you should delete the previous library file and the add the ethernet library,and then complide it.
Your real trustworthy partner in China!!
Email: forum@geeetech.com

Post Reply