Hi

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

Hi

896 次查看
ravindranp
Contributor I

Hi,

 

This is ravi.

 

I am looking for the Low cost Wifi module which can support on Freescale Coldfire. eg: MCF52277x.

Please suggest me the proper solution.

标签 (1)
2 回复数

778 次查看
yibbidy
Contributor V

Netburner make a WiFi module that has a UART or SPI interface for USD25 in one offs:

www.netburner.com/products/wireless/nbwifiin-802-11b-g-n

Shaun

0 项奖励
回复

778 次查看
TomE
Specialist II

Lo

> MCF52277x

I assume you mean MCF5227x.

The MCF52277 is not a good choice if you want network connectivity. It doesn't have an internet Ethernet controller. With a better choice of CPU, all you need for WiFi is a cheap external WiFi hub. Any old obsolete ADSL WiFi box can do that.

Lots of embedded boards claiming do do this as well, like these:

Ethernet Wifi Module, Ethernet Wifi Module Suppliers and Manufacturers at Alibaba.com

The MCF52277 does have USB, and USB-to-WiFi adapters are less than $10. But they would only work when plugged into a Windows PC. Some of them may work on Linux. It is unlikely you could get them to work on an embedded system.

Many of the above listed boards are "Serial to WiFi". That means they might be a "WiFi Serial Modem". They may convert a serial port data stream into a Telnet connection to a preconfigured host machine.

You haven't said what you need the WiFi connectivity for. Is the CPU to be a Server or a Client? General purpose (web and so on) or single purpose? That makes a difference to the possible solutions.

I'd recommend you use a different chip, and a different family as well. You shouldn't start a project using ColdFire now - use Kinetis or an ARM-based solution instead.

Tom