Hi Simon,
+1 from me - I eventually will need to use WiFi in a couple of projects that I'm working on using few MBEDs.
EDIT: No preference on modules... I did not look at WiFi modules in detail yet, but I know that I will need to have "access point" capability with some functions of a router (as opposed to "client"), so I can select the MBED device as a network and connect to it, say from a PC or a smartphone. It does not need to actually bridge 2 networks and route packets, just be presented as a network to endpoint devices and show itself as a (web-)server on it.
I have not educated myself yet on what are the differences between access point and router and what could be a limitation preventing from doing a router on a given module, but it looks like WEP or WPA would be nice to have, as is SSID broadcast, and DHCP server would most likely be required. On the one hand it would be nice to have a module supporting those functions, on the other - if functions required for becoming a router are done in MBED code, it would be easier to go from proto to production and optimize BOM costs (i.e. switch to a cheaper WiFi chip).
--
Ilya
Hi
I need wifi support for mbed, and I choose this modules Nano Socket iWiFi ,its multiple interface (UART, SPI, RMII and USB).
I want use Ethernet and lwip libs and make LAN to WIFI Bridge with RMII interface.
It is possible?
What pins need to RMII connection?
Is not possible RMII connection , I use ZeroG chips with SPI interface.
What do you think?
Thanks in advance