Implement USB wifi on MCF52210

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Implement USB wifi on MCF52210

1,327 次查看
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 回复数

655 次查看
junkers13
Contributor I
Ok, I'll continue to explore other options.  Thank you.
0 项奖励
回复

655 次查看
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 项奖励
回复