View previous topic :: View next topic |
Author |
Message |
javi.ar
Joined: 17 Feb 2006 Posts: 59 Location: Argentina
|
USB + Ethernet + PIC |
Posted: Mon May 15, 2006 8:16 am |
|
|
Hi everybody:
I have in mind one question.
Is it possible to implement something like this:
Whatever you want to manage---PIC<-->USB<--->Ethernet USB "Card" <---> UTP<---> Rest of the world.
Where your development finish with the usb. Or am I wrong and I am missing something here, please let me know . Thanks a lot |
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
|
Posted: Mon May 15, 2006 8:22 am |
|
|
You cannot do this directly with a PIC as it requires USB Host functionality. However you could get an external USB host controller. But looking at your scenario, why would you bother when you could use the ENC28J60 Ethernet controller connected to the PIC via the SPI bus. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
kender
Joined: 09 Aug 2004 Posts: 768 Location: Silicon Valley
|
Re: USB + Ethernet + PIC |
Posted: Mon May 15, 2006 8:25 am |
|
|
javi.ar wrote: | Whatever you want to manage---PIC<-->USB<--->Ethernet USB "Card" <---> UTP<---> Rest of the world. |
It's, probably possible, if you can find a "Ethernet USB Card" that acts as a USB host.
If you "just" want ot connect the PIC to Ethernet, take a look at this thread. http://www.ccsinfo.com/forum/viewtopic.php?t=26992 |
|
|
javi.ar
Joined: 17 Feb 2006 Posts: 59 Location: Argentina
|
Re: USB + Ethernet + PIC |
Posted: Mon May 15, 2006 8:36 am |
|
|
kender wrote: | javi.ar wrote: | Whatever you want to manage---PIC<-->USB<--->Ethernet USB "Card" <---> UTP<---> Rest of the world. |
It's, probably possible, if you can find a "Ethernet USB Card" that acts as a USB host.
If you "just" want ot connect the PIC to Ethernet, take a look at this thread. http://www.ccsinfo.com/forum/viewtopic.php?t=26992 |
The answer is that I was looking for the easiest way to do it.
On the other hand I think for me here at the bottom of the world is difficult to find some components such us the black box right after the RJ45 connector (do you know which one I mean?) I think is an impedance adapter. So I dont know which is the way, help wanted... bye |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
|
javi.ar
Joined: 17 Feb 2006 Posts: 59 Location: Argentina
|
|
|
|