|
|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
| Everything Else Anything related to audio / video / electronics etc) BUT remember- we have many new forums where your thread may now fit! .... Parts, Equipment & Tools, Construction Tips, Software Tools...... |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
|
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
diyAudio Member
|
Is it possible to get a usb wireless ethernet adapter to work without a computer to control something remotely?
What I'm thinking is connecting a microcontroller to the usb adapter, and then sending signals to the micro wirelessly from a computer. Is this possible, or would it require more processing power than a micro can provide? |
|
|
|
|
#2 |
|
diyAudio Member
Join Date: Feb 2005
Location: NEW DELHI
|
using ucontroller is a good idea.
but it will also depend on the data packet size that u want to send for control.the packet size must be within max data capability of ucontroller. moreover DMA might have to included. i dont see any reason y it shouldnt work(provided there r no other serious issues) ////////////////////////////////////////////// isn't this topic for digital?
__________________
Never Underestimate The Bandwidth of A Station Wagon Full Of Magnetic Tapes Hurtling Down The Highway...................Andrew S Tanenbaum |
|
|
|
|
#3 |
|
diyAudio Member
Join Date: Jan 2001
Location: Cuyahoga Falls, OH
|
It all depends on the microcontroller. If you're looking at PICs or AVRs, good luck. The biggest challenge you'll run into is having to implement a USB bus master. From what I have read, that alone can consume most of the processing power/memory of standard 8 bit microcontrollers. Oh and before you think of maybe using one of those USB->serial adapters, they won't work in this case, as they're USB devices as well, and not bus masters.
Its do-able, just not as easy as you think it will be. |
|
|
|
|
#4 |
|
diyAudio Member
Join Date: May 2004
Location: Vancouver Island
|
I don't think it is impossible... there's microcontrollers that are ready to connect up as USB devices. This thread says that the PIC usb-enabled micros can't act as USB hosts: http://forum.microchip.com/tm.asp?m=...&anchor#119376
PCMCIA or CF WiFi adapters might be easier to interface. |
|
|
|
|
#5 |
|
diyAudio Member
|
Does anyone have schematics of a USB wifi adapter? Would it be possible to bypass the usb? I'm guessing that the data from the receiver will be serial, so it shouldn't be too hard to interface it. Am I even close or way off?
|
|
|
|
|
#6 |
|
diyAudio Member
|
Seeing as how you're only going to be controlling something, a simple wireless module set should work fine, and be much cheaper. Spark Fun Electronics carries quite a few of these; a 2400 baud module transmitter/reciever pair (suitable for a hundred or so commands a minute) is only 12$, wheras a ~200kbps module pair is 26$. They also have 2.4ghz transciever modules which can transmit and recieve up to 1mbps simultaneously. (These are very useful if you want to get any information back from the controlled device.
They also work very nicely with PIC microcontrollers; you can find some tutorials at rentron.com http://www.sparkfun.com/commerce/cat...hp?cPath=16_79 |
|
|
|
|
#7 |
|
diyAudio Member
Join Date: Dec 2005
Location: Kuala Lumpur
|
802.11 adapters push a lot of their function onto the host cpu these days. The older pcmcia cards like the Lucent Orinoco were more stand alone.
This means that you would need to get enough information for the driver, not easy as the Linux driver writers have found out, which is why ndiswrapper was written to just encapsulate the binary and closed source Windows driver. There are some legal reasons for this situation - some chipsets are really generic software radios and could be reapplied to military frequency bands by simple driver changes, something the FCC is understandably not happy about. I agree with the above recommendation to use the <1mW wireless control modules instead |
|
|
|
|
#8 |
|
diyAudio Member
|
It looks like the wireless modules are the way to go.
Thanks for all the help. |
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Die, SPDIF ! Design of the Ethernet DAC | peufeu | Digital Source | 212 | 18th May 2012 09:25 PM |
| A SD/USB/Ethernet transport | jkeny | Digital Line Level | 8 | 25th September 2009 12:20 PM |
| SMCWAA-G wireless audio adapter - Squeezebox substitute | tubesguy | Swap Meet | 0 | 28th February 2009 04:33 PM |
| SACD/DVD-A to Ethernet Project | bob1029 | Digital Source | 5 | 8th December 2008 02:48 PM |
| Ethernet with cat5E to USB-Dac ? | lykkedk | Digital Source | 0 | 1st May 2007 06:15 PM |
| New To Site? | Need Help? |
| Page generated in 0.10671 seconds (71.46% PHP - 28.54% MySQL) with 10 queries |