A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
|
I thought I'd put this query out there in the hopes of not having to reinvent the wheel. I'd like to use a 16f877 (Or similar) to talk via 802.11b/g. I know of the 8/16 bits kludges of regular NICS to this chip, but was thinking of wireless if anyonw had done it. I'm considering all possibilities (USB NIC, PCCARD(Cardbus/pcmcia) or PCI) All have issues. The USB would be the simplist interface, but I fear it is software intensive and would require quite a bit of backwards engineering to get it to talk in this application. Much like trying to deal with a "Software" modem I would think. The PCCARD style is attractive, but I don't know much about it, and creating a bus for it or a PCI card seems kind of tough given the limitations of a PIC micro. I did see DIGI had some modules, but at $108 each, maybe out of range for a project that could have commercial implications. So, anyone have PICs making a living on their wireless networks without some intermediate interface really doing the work? (IE, pic talks to pc that talks via 802.11) _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ |
|
|
|
How about hanging an ethernet interface on the PIC, and then using a standard WiFi interface? Kevin Van Winkle wrote: >I thought I'd put this query out there in the hopes of not having to >reinvent the wheel. > >I'd like to use a 16f877 (Or similar) to talk via 802.11b/g. > >I know of the 8/16 bits kludges of regular NICS to this chip, but was >thinking of wireless if anyonw had done it. I'm considering all >possibilities (USB NIC, PCCARD(Cardbus/pcmcia) or PCI) All have issues. > >The USB would be the simplist interface, but I fear it is software intensive >and would require quite a bit of backwards engineering to get it to talk in >this application. Much like trying to deal with a "Software" modem I would >think. > >The PCCARD style is attractive, but I don't know much about it, and creating >a bus for it or a PCI card seems kind of tough given the limitations of a >PIC micro. > >I did see DIGI had some modules, but at $108 each, maybe out of range for a >project that could have commercial implications. > >So, anyone have PICs making a living on their wireless networks without some >intermediate interface really doing the work? (IE, pic talks to pc that >talks via 802.11) > >_________________________________________________________________ >FREE pop-up blocking with the new MSN Toolbar – get it now! >http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ > > >to unsubscribe, go to http://www.yahoogroups.com and follow the instructions >Yahoo! Groups Links |
|
|
|
You may want to look at this! http://www.lantronix.com/products/eds/wiport/ Serial interface to a 802.11b tranceiver. I do not know of the price. They also have a dev. kit Scott -----Original Message----- From: Don Hackler [mailto:] Sent: Wednesday, June 23, 2004 2:26 PM To: Subject: Re: [piclist] Wireless Networking with 16f877? How about hanging an ethernet interface on the PIC, and then using a standard WiFi interface? Kevin Van Winkle wrote: >I thought I'd put this query out there in the hopes of not having to >reinvent the wheel. > >I'd like to use a 16f877 (Or similar) to talk via 802.11b/g. > >I know of the 8/16 bits kludges of regular NICS to this chip, but was >thinking of wireless if anyonw had done it. I'm considering all >possibilities (USB NIC, PCCARD(Cardbus/pcmcia) or PCI) All have issues. > >The USB would be the simplist interface, but I fear it is software intensive >and would require quite a bit of backwards engineering to get it to talk in >this application. Much like trying to deal with a "Software" modem I would >think. > >The PCCARD style is attractive, but I don't know much about it, and creating >a bus for it or a PCI card seems kind of tough given the limitations of a >PIC micro. > >I did see DIGI had some modules, but at $108 each, maybe out of range for a >project that could have commercial implications. > >So, anyone have PICs making a living on their wireless networks without some >intermediate interface really doing the work? (IE, pic talks to pc that >talks via 802.11) > >_________________________________________________________________ >FREE pop-up blocking with the new MSN Toolbar – get it now! >http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ > > >to unsubscribe, go to http://www.yahoogroups.com and follow the instructions >Yahoo! Groups Links to unsubscribe, go to http://www.yahoogroups.com and follow the instructions Yahoo! Groups Links --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004 |
|
Price from my local distributor some 110 Euro, about $135. Pretty expensive IMHO considering you can buy WiFi cards for $20 or less...agreed these come with twists, but boy, they make you pay for them. I think that their Xport is good value for money, however. Regards, Mike ----- Original Message ----- From: "Scott Lingerfelt" <> To: <> Sent: Thursday, June 24, 2004 12:17 AM Subject: RE: [piclist] Wireless Networking with 16f877? > > You may want to look at this! > http://www.lantronix.com/products/eds/wiport/ Serial interface to a 802.11b > tranceiver. I do not know of the price. They also have a dev. kit > > Scott > > -----Original Message----- > From: Don Hackler [mailto:] > Sent: Wednesday, June 23, 2004 2:26 PM > To: > Subject: Re: [piclist] Wireless Networking with 16f877? > How about hanging an ethernet interface on the PIC, and then using a > standard WiFi interface? > > Kevin Van Winkle wrote: > > >I thought I'd put this query out there in the hopes of not having to > >reinvent the wheel. > > > >I'd like to use a 16f877 (Or similar) to talk via 802.11b/g. > > > >I know of the 8/16 bits kludges of regular NICS to this chip, but was > >thinking of wireless if anyonw had done it. I'm considering all > >possibilities (USB NIC, PCCARD(Cardbus/pcmcia) or PCI) All have issues. > > > >The USB would be the simplist interface, but I fear it is software > intensive > >and would require quite a bit of backwards engineering to get it to talk in > >this application. Much like trying to deal with a "Software" modem I would > >think. > > > >The PCCARD style is attractive, but I don't know much about it, and > creating > >a bus for it or a PCI card seems kind of tough given the limitations of a > >PIC micro. > > > >I did see DIGI had some modules, but at $108 each, maybe out of range for a > >project that could have commercial implications. > > > >So, anyone have PICs making a living on their wireless networks without > some > >intermediate interface really doing the work? (IE, pic talks to pc that > >talks via 802.11) > > > >_________________________________________________________________ > >FREE pop-up blocking with the new MSN Toolbar – get it now! > >http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ > > > > > > > > > >to unsubscribe, go to http://www.yahoogroups.com and follow the > instructions > >Yahoo! Groups Links > > > > > > > > > > > > > > to unsubscribe, go to http://www.yahoogroups.com and follow the instructions > Yahoo! Groups Links > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004 > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.707 / Virus Database: 463 - Release Date: 6/15/2004 > > > to unsubscribe, go to http://www.yahoogroups.com and follow the instructions > Yahoo! Groups Links |