> Thank you all for your advice! >=20 > This page: > http://www.microchip.com/pagehandler/en-us/technology/ethernet/microcontr= oller > s/home.html >=20 > Puts the PIC32 under "PIC Microcontrollers with MAC" instead of under "PI= C > Microcontrollers with MAC & PHY" where the PIC18 is. I don't have much > knowledge of Ethernet or of the OSI model (this project would be a big > learning experience for me), but am I right in assuming this means I woul= d > need to interface the PIC32 with an external PHY chip such as the ENC28J6= 0? >=20 > I also have never used a PIC32 before, but I suppose it would be good for > me to make the step up from PIC18 to PIC32 at some point, anyway! >=20 > Thanks, >=20 > Nate >=20 The Ethernet PIC18s contains, as you say, both MAC and PHY. They only need the magnetics and an RJ45 connector (which can be combined). Some PIC32 (not all) has a built in Ethernet controller and it contains the MAC but not the PHY. They use the MII or RMII hardware and register interface. A LAN8720 is a good pick for the PIC32 with built in MAC. It is small, cheap and supported by the Microchip stack. For all other PICs (PIC32 or not) that don't have the Ethernet controller you need something like the ENJ circuits and enough memory in the PIC. /Ruben --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .