Wifi PHY device?

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

Wifi PHY device?

跳至解决方案
5,968 次查看
vier_kuifjes
Senior Contributor I

I'm looking for the simplest way to connect a MCF52259 device to a wireless network. To connect to a wired LAN, one can simply connect a PHY chip to the MII interface of the CPU.

 

I wonder if the same is possible to connect to a Wifi network? What device would be suitable for this? I have googled a lot to find such a device but sofar haven't found anything...

标签 (1)
0 项奖励
1 解答
726 次查看
vier_kuifjes
Senior Contributor I

It looks like this device exactly does what I am looking for...

The iW-SM2144N1-EU-0 from Connect One, alias WiReach.

 

http://www.connectone.com/products.asp?did=39&pid=88

 

Now if I could only get my hands on one of these...

在原帖中查看解决方案

0 项奖励
3 回复数
727 次查看
vier_kuifjes
Senior Contributor I

It looks like this device exactly does what I am looking for...

The iW-SM2144N1-EU-0 from Connect One, alias WiReach.

 

http://www.connectone.com/products.asp?did=39&pid=88

 

Now if I could only get my hands on one of these...

0 项奖励
726 次查看
MichalKonieczny
Contributor I
Not so easy. I also got initially excited, but then after studying specs, it appears that ConnectOne modules support only RMII connection. Smaller Coldfire chips (5223x, 5225x) have only MII. So, no direct connection as ETH PHY is possible. To connect it as PHY transceiver, appropriate shim would be required. For example two additional PHYs: one talks MII to Coldfire EMAC, then TX/RX connection between PHYs, then second PHY talks RMII with ConnectOne module. Quite a waste of resources.
0 项奖励
726 次查看
allankliu
Contributor III

I am also looking for the same solution. So far, RS232/SPI to WiFi is the solution. I expected Freescale can upgrade its MQX to support USB CDC(acm/ecm...). But it seems that in the coming month, they have no plan for this. They only plan to implement USB CDC device, instead of USB CDC host driver. And obviously the RTCS library should be upgraded as well.

 

Since WiFi world still uses many native drivers, the most popular WiFi USB dongle for embedded applications comes from VIA, which supports both AP and device mode with open source driver. However, its RF performance is poor, according to some people working on ARM platforms.

0 项奖励