Hi guys,
I'm new to this wl1271 module and it's my first time to use imx53qsb.
Is there anyone who have successfully ported the driver for this on android gingerbread?
Would you guys be kind enough to share the driver?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi guys,
I'm new to this wl1271 module and it's my first time to use imx53qsb.
Is there anyone who have successfully ported the driver for this on android gingerbread?
Would you guys be kind enough to share the driver?
Hi,
the links meantioned are related to the Legacy driver, and i would like to recomend working with newer WLAN driver that is based on open source driver.
Good place to start with is omapedia (http://omappedia.org/wiki/Main_Page) will try to locate more specific links
Regards,
Eyal
Hi,
Please refer to http://www.omappedia.org/wiki/OMAP_WiLink_Connectivity_Home
For BT refer to http://www.omappedia.org/wiki/Device_Driver_Interface_of_WiLink_Solution
For WiFi refer to http://www.omappedia.org/wiki/Panda_MAC80211_Connectivity
Regards,
Naveen
Thanks for your answers guys.
By the way I have a question about the A2DP, is it bi-direction or just one-way? I mean, we can play music from the platform which uses this WL1271 to a bluetooth headset right? Or we can play music from our cellphones to a bluetooth headset right?
My setup here is this, I'm using the iMX53QSB with a speaker connected in it and also the WL1271. What I want is to play music from my cellphone to the speakers connected to my imx53, would that be possible?
Thanks.
Dear Jose,
A2DP is one directional - from A2DP source to A2DP sink. To play music from mobile to the platform you would need A2DP sink feature support on platform. Are you using Android then Android does not support A2DP sink role. So you would need to implement A2DP sink - receive A2DP data from phone to platform, decode the data (SBC format), and play the decoded data (PCM) to local speaker.
Regards,
Naveen
Good day Naveen,
Just what I thought because I notice the demos on WL1271, they played music from platform to bluetooth speakers only.
Can I ask about the profiles, what are they? software/firmware codec? they are not hardware chip right?
So what you mean by implement my own A2DP sink is that I can make my own profile?
For everyone, has anyone implemented this already?
Regards