View previous topic :: View next topic |
Author |
Message |
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
|
PIC card with Ethernet |
Posted: Wed Mar 09, 2011 11:10 am |
|
|
Does anyone know where I might get a PCB with Ethernet and a moderate sized PIC? I can start with the CCS development boards and then layout my own without all the knobs and LCDs, but I would rather just buy something.
I need to get a PIC to extract some data from a broadcast Ethernet stream, and generate a sync pulse when it finds what it wants. _________________ The search for better is endless. Instead simply find very good and get the job done. |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
|
|
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
|
|
Posted: Wed Mar 09, 2011 6:08 pm |
|
|
That looks like it might do the trick. Thanks! _________________ The search for better is endless. Instead simply find very good and get the job done. |
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Wed Mar 09, 2011 7:04 pm |
|
|
Hi,
Another alternative might be the PIC-Web boards by Olimex available from Sparkfun.
Here is an example of a board I've played with: http://www.sparkfun.com/products/7829
John |
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
|
|
Posted: Sat Mar 12, 2011 9:52 pm |
|
|
Microchip also sells the PICdem.net2.
It has the largest 8bit Ethernet PIC onboard (18F97J60) with also an ENC28j60 so you can switch to that if you want to use a PIC that lacks integrated ethernet.
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
|
|
Posted: Sun Mar 13, 2011 4:30 pm |
|
|
Thanks for the ideas guys. This is the first project that will require me to go beyond my comfort zone with RS232 into a more modern interface.
I just got the book TCP/IP Lean and have ordered the CCS embedded Ethernet development kit. Are there any other references you can reccomend?
I foresee a lot of reading in my future. _________________ The search for better is endless. Instead simply find very good and get the job done. |
|
|
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
|
|
Posted: Sun Mar 13, 2011 5:46 pm |
|
|
Download the microchip application library and get the most up to date TCPIP stack.
It won't compile under CCS at the moment, but you can get an idea of how they have things working.
The CCS TCPIP stack is actually v3.75 of the Microchip stack.
Currently, Microchip is on (I think) version 5.32.
Give you an idea of what's missing. ;)
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D |
|
|
drx2k
Joined: 31 Mar 2010 Posts: 10
|
|
Posted: Wed May 04, 2011 8:03 am |
|
|
ezflyr wrote: | Hi,
Another alternative might be the PIC-Web boards by Olimex available from Sparkfun.
Here is an example of a board I've played with: http://www.sparkfun.com/products/7829
John |
Can you help me how to use this http://www.sparkfun.com/products/765 in CCS C TCPIP Stack?
I get problem in setting configuration in ccstcpip.h and hardware.h |
|
|
|