Using WiFly Wifi Module

Hi friends;

I want to do a project using Iphone. I did a lot of projects with 32bit/8bit microcontrollers and Xbee modules.

Now, I want to use wifi to control my embedded system with a smartphone.

I want to learn how WiFly works. After providing the connection between phone and wifly, can I get the datas by WiFly Uart? or What?

Simply my question is, How do I make the communication between PIC/STM32 and Phone/NoteBookWifi ?

Thanks in advance…

The wifly module can easily be configured in ad hoc mode to communicate directly with the device. After configuring the UDP/TCP settings any data sent will be redirected to the UART port. The configuration can be done over the serial TX line or saved prior to bootup.

It really is a user-friendly module in general.