Implement USB wifi on MCF52210

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Implement USB wifi on MCF52210

1,332件の閲覧回数
junkers13
Contributor I

Hi, I'm using the MCF52210 demo board which has a USB host, I was wondering how hard it would be to utilize the host in such a way that a USB 802.11 wifi dongle could be attached to transmit data wirelessly.  I would imagine a TCP/IP stack would need to be used.  

 

Any guidance would be appreciated.

 

Thank you 

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

660件の閲覧回数
junkers13
Contributor I
Ok, I'll continue to explore other options.  Thank you.
0 件の賞賛
返信

660件の閲覧回数
admin
Specialist II
As far as I know, USB 802.11 dongles rely heavily on the host to do much of the processing. It's not "packet sent" and "packet received," there is much more going on in the wireless interface device driver. I think that a TCP/IP stack would be a minor problem compared to the driver. 128Kbytes of ROM and 16Kbytes of RAM might not be enough. And writing the driver code from scratch would be an extremely challenging task. Even getting the USB dongle specs from the manufacturer won't be easy.
0 件の賞賛
返信