EmbeddedRelated.com
Forums
Memfault Beyond the Launch

elements required to interface the microcontroller with ethernet

Started by addy October 11, 2007
i am doing my final term project with this microcontroller , which is
to interface this microcontroller with ethernet to take information
from the server to authenticate the user depending upon the
information entered by the user .....
i want to know what all networking elements will be required to to
interface this microcontroller with ethernet ...

any information given can be very vital thanks for the help in my
cause..

addy wrote:

> i am doing my final term project with this microcontroller , which is > to interface this microcontroller with ethernet to take information > from the server to authenticate the user depending upon the > information entered by the user ..... > i want to know what all networking elements will be required to to > interface this microcontroller with ethernet ... > > any information given can be very vital thanks for the help in my > cause..
See http://www.google.com/ -- ******************************************************************** Paul E. Bennett...............<email://Paul_E.Bennett@topmail.co.uk> Forth based HIDECS Consultancy Mob: +44 (0)7811-639972 Tel: +44 (0)1235-811095 Going Forth Safely ..... EBA. www.electric-boat-association.org.uk.. ********************************************************************
On Oct 11, 12:44 pm, addy <adhicall...@gmail.com> wrote:
> i am doing my final term project with this microcontroller , which is > to interface this microcontroller with ethernet to take information > from the server to authenticate the user depending upon the > information entered by the user ..... > i want to know what all networking elements will be required to to > interface this microcontroller with ethernet ... > > any information given can be very vital thanks for the help in my > cause..
There are a couple ways to do this. The easiest way would be to purchase a serial to ethernet gateway device and interface the microcontroller to the gateway via thee serial port. Otherwise, you will need to create the circuitry to interface to a MAC (Media Access Controller) which will interface to a PHY (Physical Layer Controller) via the MII (Media Independent Interface). The PHY will then need to interface to a set of Ethernet Magnetics which will connect to the standard Ethernet RJ45 connector. I have implemented a system like this before and it is a lot of work. I would suggest you take a look at Lantronix (see link below) and the products that they have to offer. http://www.lantronix.com Keith http://www.doubleblackdesign.com
On Oct 11, 11:03 pm, husterk <hust...@gmail.com> wrote:
> On Oct 11, 12:44 pm, addy <adhicall...@gmail.com> wrote: > > > i am doing my final term project with this microcontroller , which is > > to interface this microcontroller with ethernet to take information > > from the server to authenticate the user depending upon the > > information entered by the user ..... > > i want to know what all networking elements will be required to to > > interface this microcontroller with ethernet ... > > > any information given can be very vital thanks for the help in my > > cause.. > > There are a couple ways to do this. The easiest way would be to > purchase a serial to ethernet gateway device and interface the > microcontroller to the gateway via thee serial port. Otherwise, you > will need to create the circuitry to interface to a MAC (Media Access > Controller) which will interface to a PHY (Physical Layer Controller) > via the MII (Media Independent Interface). The PHY will then need to > interface to a set of Ethernet Magnetics which will connect to the > standard Ethernet RJ45 connector. I have implemented a system like > this before and it is a lot of work. I would suggest you take a look > at Lantronix (see link below) and the products that they have to > offer. > > http://www.lantronix.com > > Keithhttp://www.doubleblackdesign.com
i have been working on mplab 7-60 but not abled to make out how to select language tool will selection make some difference to this & is this software an usefull one

Memfault Beyond the Launch