* [Bluez-devel] Fwd: Advice on starting BT project
[not found] <c70f1ac50611251551j2350c812s3d3dd55532c161f@mail.gmail.com>
@ 2006-11-25 23:59 ` Buck Golemon
2006-11-26 23:46 ` [Bluez-users] " Buck Golemon
1 sibling, 0 replies; 4+ messages in thread
From: Buck Golemon @ 2006-11-25 23:59 UTC (permalink / raw)
To: bluez-devel
We would like to create a system that can emulate AVDTP/A2DP to the
point that you may play MP3 from Windows Media onto a Bluetooth
device.
Does anyone have definate suggestions on how to proceed?
Here's my plan thus far:
>>Obtain a Bluetooth module that implements up to the HCI interface.
I would like to also have the L2CAP and SDP modules in hardware, but
this does not seem to be available as such. Any modules that do
implement these seem to also force you to use the SPP module (LMX9830
for example).
>>Port an early version of the Axis stack to a dsPIC microcontroller.
I am most familiar with the dsPIC and its tools. From what I gather,
the Bluez/Linux kernel driver use threading and Linux-specific code,
so it is easiest to port from the original Axis release. Also I prefer
this approach to a full-fledged embedded Linux for cost and complexity
reasons.
>>Tack onto the driver the bare minimum to establish a connection and
initiate streaming.
The Core, AVDTP, and A2DP specifications are quite detailed and I have
become familiar enough with them that I believe this is possible,
given the correct interface to the lower levels.
Thanks in advance,
Buck Golemon
golemon@uiuc.edu
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread* [Bluez-users] Fwd: Advice on starting BT project
[not found] <c70f1ac50611251551j2350c812s3d3dd55532c161f@mail.gmail.com>
2006-11-25 23:59 ` [Bluez-devel] Fwd: Advice on starting BT project Buck Golemon
@ 2006-11-26 23:46 ` Buck Golemon
2006-11-27 3:27 ` Brad Midgley
1 sibling, 1 reply; 4+ messages in thread
From: Buck Golemon @ 2006-11-26 23:46 UTC (permalink / raw)
To: bluez-users
Sorry for cross-posting, but I feel pretty sure that this belongs in
the user's list rather than the devel list. I'm really new to this
mailing list thing and this is my second post...
I am seeking some advice on a class project that we are planning. We
would like to create a system that can emulate AVDTP/A2DP to the point
that you may play MP3 from Windows Media onto a Bluetooth device.
Does anyone have definate suggestions on how to proceed?
Here's my plan thus far:
>> Obtain a Bluetooth module that implements up to the HCI interface.
I would like to also have the L2CAP and SDP modules in hardware, but
this does not seem to be available as such. Any modules that do
implement these seem to also force you to use the SPP module (LMX9830
for example).
>> Port an early version of the Axis stack to a dsPIC microcontroller.
I am most familiar with the dsPIC and its tools. From what I gather,
the Bluez/Linux kernel driver use threading and Linux-specific code,
so it is easiest to port from the original Axis release. Also I prefer
this approach to a full-fledged embedded Linux for cost and complexity
reasons.
>> Tack onto the driver the bare minimum to establish a connection and
initiate streaming.
The Core, AVDTP, and A2DP specifications are quite detailed and I have
become familiar enough with them that I believe this is possible,
given the correct interface to the lower levels.
Thanks in advance,
Buck Golemon
golemon@uiuc.edu
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [Bluez-users] Fwd: Advice on starting BT project
2006-11-26 23:46 ` [Bluez-users] " Buck Golemon
@ 2006-11-27 3:27 ` Brad Midgley
2006-11-27 21:03 ` Buck Golemon
0 siblings, 1 reply; 4+ messages in thread
From: Brad Midgley @ 2006-11-27 3:27 UTC (permalink / raw)
To: BlueZ users
Buck
> Sorry for cross-posting, but I feel pretty sure that this belongs in
> the user's list rather than the devel list. I'm really new to this
> mailing list thing and this is my second post...
>
>
> I am seeking some advice on a class project that we are planning. We
> would like to create a system that can emulate AVDTP/A2DP to the point
> that you may play MP3 from Windows Media onto a Bluetooth device.
you're not getting feedback because on the bluez lists we discuss
bluetooth on linux using the bluez stack. We're only touching on other
stacks when it comes to making them interoperate with bluez.
the app "a2play" (see bluetooth-alsa.sf.net) will play audio to a
headset with only an l2cap interface from the os.
if you want much more help i'd suggest you lie and say you're using linux.
brad
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-users] Fwd: Advice on starting BT project
2006-11-27 3:27 ` Brad Midgley
@ 2006-11-27 21:03 ` Buck Golemon
0 siblings, 0 replies; 4+ messages in thread
From: Buck Golemon @ 2006-11-27 21:03 UTC (permalink / raw)
To: BlueZ users
Brad
On 11/26/06, Brad Midgley <bmidgley@xmission.com> wrote:
> Buck
>
> > Sorry for cross-posting, but I feel pretty sure that this belongs in
> > the user's list rather than the devel list. I'm really new to this
> > mailing list thing and this is my second post...
> >
> >
> > I am seeking some advice on a class project that we are planning. We
> > would like to create a system that can emulate AVDTP/A2DP to the point
> > that you may play MP3 from Windows Media onto a Bluetooth device.
>
> you're not getting feedback because on the bluez lists we discuss
> bluetooth on linux using the bluez stack. We're only touching on other
> stacks when it comes to making them interoperate with bluez.
>
> the app "a2play" (see bluetooth-alsa.sf.net) will play audio to a
> headset with only an l2cap interface from the os.
>
> if you want much more help i'd suggest you lie and say you're using linux.
>
> brad
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
Thanks for the tip! Any idea where I could go for implementing/porting
the Bluetooth stack to a microcontroller?
--
Buck Golemon
golemon@uiuc.edu
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-11-27 21:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <c70f1ac50611251551j2350c812s3d3dd55532c161f@mail.gmail.com>
2006-11-25 23:59 ` [Bluez-devel] Fwd: Advice on starting BT project Buck Golemon
2006-11-26 23:46 ` [Bluez-users] " Buck Golemon
2006-11-27 3:27 ` Brad Midgley
2006-11-27 21:03 ` Buck Golemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.