Sonsivri

Electronics => Hardware and Tools => Topic started by: gonzogonzo on February 15, 2008, 02:09:38 14:09



Title: REQ: Ethernet board
Post by: gonzogonzo on February 15, 2008, 02:09:38 14:09
Someone have schematic of ethernet development  board from CCS or a schematic of ethernet board with example with  CCS code that work?
Thanks in advance


Title: Re: REQ: Ethernet board
Post by: mabd on February 15, 2008, 05:05:03 17:05
if you have ENC28J60  then it is easy
check
http://www.mikroe.com/en/tools/serialeth/
and
http://www.mikroe.com/pdf/serial_ethernet_schematic.pdf


Title: Re: REQ: Ethernet board
Post by: wnmaximino on February 15, 2008, 05:07:02 17:07
Try this: http://www.modtronix.com/index.php?cPath=105_112

with:

(http://ecx.images-amazon.com/images/I/31TZ54W5M2L.jpg)

http://mihd.net/ovmy1d

Book and source


Title: Re: REQ: Ethernet board
Post by: fagari on February 16, 2008, 06:30:00 18:30
This project is very useful.


http://www.ljcv.net/projects/mchptcp3.75/index.html


Title: Re: REQ: Ethernet board
Post by: gonzogonzo on February 17, 2008, 02:58:30 14:58
  :) I try all that we have suggest ......


Title: Re: REQ: Ethernet board
Post by: fastlink30 on February 23, 2008, 09:55:25 09:55
here schematic & software:
http://www.olimex.com/dev/pic-micro-web.html


Title: Re: REQ: Ethernet board
Post by: fabric77 on February 23, 2008, 10:09:19 10:09
Take a look at under "Proteus 7 Professional\SAMPLES\Interactive Simulation\Ethernet Samples" folder...

You can use PICDEMNET Virtual Evaluation Board.


Title: Re: REQ: Ethernet board
Post by: nvicchi on March 30, 2008, 09:20:51 09:20
Search for "stack TCP/IP" at Microchip webpage. The include schematics in their pdfs. Or you can also look for the Explorer 16, they provide the schematic for free to... The only thing is that they use the C18 compiler...
For CCS, TCPIP Lean (which was recomendded in an upper post) is your best choice...

Regards,
Beto


Title: Re: REQ: Ethernet board
Post by: gonzogonzo on March 30, 2008, 05:07:49 17:07
Thanks to all for Your help;
now i have switched to Mikroelektronica board and software that
are very good and clear.....


Title: Re: REQ: Ethernet board
Post by: cxandros on May 18, 2008, 05:58:37 17:58
take a look in http://sourceforge.net/projects/picix/
in an OS for the Microcontroller PIC 18fXXX. Full preemptive Kernel. Unix interface. TCP/IP stack whit a CS8900 ETHERNET CONTROLLER HEADER BOARD


Title: Re: REQ: Ethernet board
Post by: arash_tah on July 13, 2008, 04:37:58 04:37
Hi gonzogonzo
Did u switch to Mikroelectronica?
What did u do?
could u impeliment your idea?
if so  how did u do that?


Title: Re: REQ: Ethernet board
Post by: mabd on July 14, 2008, 09:04:18 09:04

Mikroelectronica Ethernet board is great.
Working  fine.
http://www.mikroe.com/en/tools/serialeth/
and
http://www.mikroe.com/pdf/serial_ethernet_schematic.pdf
Now, I am trying to implement  Microchip's
stack on Mikroe boards.