| Author |
Message |
sunish
Joined: 04 Sep 2005 Posts: 114 Helped: 5
|
21 Dec 2005 10:02 interfacing nic with 8051 |
|
|
|
|
hai
is it possible to interface a network card with any 8 bit controller based embedded
system ?ie.will the system support tcp/ip protocol?
sunish
|
|
| Back to top |
|
 |
Google AdSense

|
21 Dec 2005 10:02 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
albert22
Joined: 20 Jul 2004 Posts: 95 Helped: 3
|
21 Dec 2005 14:29 network card to pic interfacing |
|
|
|
|
There are several projects at the web. Some years ago I have experimented with a NE2000 compatible NIC and a pic16f877.
This NIC is based on a Realtek 8019AS. I remember that I had to try several cards to find one that worked with no problems.
There is an evaluation board at microchip with a similar configuration.
Also check:
http://members.vol.at/home.floery/electronix/picnic/documentation.html
Others have used Atmel microcontrollers or 8051.
There are commercial boards using a microcontroller and a 8019(or similar) chip.
You can use an old ISA card wired to a board or you can build a card with the ethernet controller, PIC and the 10baseT interface components, included.
As you see it is possible and it has been done.
|
|
| Back to top |
|
 |
PHD
Joined: 27 May 2005 Posts: 3
|
02 Jan 2006 20:24 interfacing isa ethernet cards with mcu |
|
|
|
|
Can i do this project by connecting any ethernet card with Pic MCU???
all what i read about
old ISA
NE2000 compatible NIC
Why??
|
|
| Back to top |
|
 |
albert22
Joined: 20 Jul 2004 Posts: 95 Helped: 3
|
03 Jan 2006 13:20 network card with embedded system |
|
|
|
|
An ISA NE2000 compatible is used because it is rather easy to do the hardware interface with a microcontroller and there is information about the software interface of the chip set.
You can use other cards but you may have to get the necessary datasheets to write the low level routines to send and receive the data and commands to the card.
|
|
| Back to top |
|
 |
PHD
Joined: 27 May 2005 Posts: 3
|
06 Jan 2006 21:12 why do we use ethernet card is embedded system? |
|
|
|
|
Thanks albert22
but can i find the datasheet for all NICs????
|
|
| Back to top |
|
 |
omara007
Joined: 06 Jan 2003 Posts: 1283 Helped: 39 Location: Dubai
|
20 Jan 2006 5:33 Re: interfacing network card with embedded system |
|
|
|
|
what are the things that can be done as an example, if we managed to connect the eathernet interface to an embedded processor ? ..
in my opinion, it can be downloading something from the internet to a cellphone that has an embedded processor .. what else ?
please share ideas ..
|
|
| Back to top |
|
 |
xiaohua
Joined: 28 Nov 2001 Posts: 72 Helped: 3 Location: China
|
20 Jan 2006 6:12 interfacing network card with embedded system |
|
|
|
|
| Some old 10M network interface chip can work with 8-bit MCU. The most popular one is RTL8019, you can find this chip on old NIC and find the datasheet at the RealTek[www.realtek.com.tw] web site. And others such as the Dalas has the 8-bit network solution.
|
|
| Back to top |
|
 |
kupper
Joined: 08 Jun 2005 Posts: 20 Helped: 1
|
20 Jan 2006 7:15 Re: interfacing network card with embedded system |
|
|
|
|
Hello,
You may find this link useful http://web51.hw-server.com/links.html
It contains links of projects, connecting 8bit controllers to the ethernet.
|
|
| Back to top |
|
 |