View previous topic :: View next topic |
Author |
Message |
imran
Joined: 12 Nov 2012 Posts: 1
|
enc28j60 interface with pic18f452 |
Posted: Thu Nov 22, 2012 2:00 am |
|
|
hi
I want to interface pic18f542 with enc28j60 in an application in which I want to use lan to remotely monitor home automated equipment like fan etc. Using ccs compiler pcwhd how can I load tcp/ip stack or do I not need it? Pls guide me. |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1635 Location: Perth, Australia
|
Re: enc28j60 interface with pic18f452 |
Posted: Thu Nov 22, 2012 6:56 am |
|
|
imran wrote: | hi
I want to interface pic18f542 with enc28j60 in an application in which I want to use lan to remotely monitor home automated equipment like fan etc. Using ccs compiler pcwhd how can I load tcp/ip stack or do I not need it? Pls guide me. |
If you are going to use a TCP/IP stack don't waste your time with the PIC18F452, instead use the in compatible PIC18F4620. The PIC18F4620 will give you more RAM and program memory which is important for applications that use large drivers such as the TCP/IP stack. It is possible to use the PIC18F452 for such an application by why make it hard for yourself?
The enc28j60 is just a low level Ethernet controller. It knows nothing above the MAC layer, therefore if you want to develop applications that use TCP or UDP or, for that matter, anything based on IP, then you need some form of tcp/ip stack. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
rikotech8
Joined: 10 Dec 2011 Posts: 376 Location: Sofiq,Bulgariq
|
TCP/IP drier |
Posted: Sun Nov 25, 2012 11:19 am |
|
|
Where can I find this TCP/IP driver? I'm using compiler version 4.114 and there is no such driver into the drivers folder. May be my version is too obsolete? |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
|
Posted: Sun Nov 25, 2012 11:42 am |
|
|
Try searching this forum for enc28j60. You'll find a lot of info on this. A CCS user,
Opensys, seems to have gotten it working so take a close look at his posts. _________________ Google and Forum Search are some of your best tools!!!! |
|
|
|