Bluetooth: Difference between revisions
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
===What is it, how does it work and what is it used for=== | ===What is it, how does it work and what is it used for=== | ||
* [http://en.wikipedia.org/wiki/Bluetooth Bluetooth - Wikipedia] | * [http://en.wikipedia.org/wiki/Bluetooth Bluetooth - Wikipedia] | ||
===Bluetooth stacks=== | |||
* [http://www.broadcom.com/products/Bluetooth/Bluetooth-RF-Silicon-and-Software-Solutions Widcomm (Broadcom) - Homepage] | |||
* [http://www.broadcom.com/products/bluetooth_update.php Broadcom bluetooth drivers download] | |||
* [http://www.bluesoleil.com/ BlueSoleil - Homepage]] | |||
===Bluetooth on Windows (and why it is hard to make it work)=== | ===Bluetooth on Windows (and why it is hard to make it work)=== | ||
Line 11: | Line 16: | ||
* [http://www.djkaty.com/vista/bluetootha2dp Tutorial: Bluetooth A2DP headphones (high quality stereo), Windows Vista, and cellphones] | * [http://www.djkaty.com/vista/bluetootha2dp Tutorial: Bluetooth A2DP headphones (high quality stereo), Windows Vista, and cellphones] | ||
===Microsoft, what are they doing to make Bluetooth better=== | ===Microsoft, what are they doing to make their Bluetooth stack better=== | ||
* [http://download.microsoft.com/download/F/A/7/FA70E919-8F82-4C4E-8D02-97DB3CF79AD5/CON-T536_Bhesania_Taiwan.pdf CON-T536: Bluetooth and Wireless USB Support in Windows 7] | * [http://download.microsoft.com/download/F/A/7/FA70E919-8F82-4C4E-8D02-97DB3CF79AD5/CON-T536_Bhesania_Taiwan.pdf CON-T536: Bluetooth and Wireless USB Support in Windows 7] | ||
* [http://support.microsoft.com/kb/942567 Description of the Windows Vista Feature Pack for Wireless] | * [http://support.microsoft.com/kb/942567 Description of the Windows Vista Feature Pack for Wireless] | ||
==Bluetooth devices== | |||
===Lego NXT=== | ===Lego NXT=== | ||
* [http://nxtemplar.blogspot.com/2006/10/bluetooth-nxt-robotics-studio.html Bluetooth, NXT, Robotics Studio] | * [http://nxtemplar.blogspot.com/2006/10/bluetooth-nxt-robotics-studio.html Bluetooth, NXT, Robotics Studio] | ||
===MoGo=== | |||
Comes with BlueSoleil Bluetooth stack (but not the newest version). | |||
* [http://www.bluesoleil.com/ BlueSoleil Homepage] | |||
===Dell Lattitude E6400=== | |||
===Nokia BH-102=== | |||
<google>ENGELSK</google> | |||
==Programming against Bluetooth devices== | ==Programming against Bluetooth devices== |
Latest revision as of 05:40, 5 May 2009
<seo title="Links to samples and SDK's for C++ and C#" /><google>ENGELSK</google>
Bluetooth
What is it, how does it work and what is it used for
Bluetooth stacks
Bluetooth on Windows (and why it is hard to make it work)
- Uncrippling Bluetooth in Vista RTM
- WM6 + Microsoft Bluetooth A2DP (stereo BT headphones) quality: Light at the End of the Tunnel?
- Tutorial: Bluetooth A2DP headphones (high quality stereo), Windows Vista, and cellphones
Microsoft, what are they doing to make their Bluetooth stack better
- CON-T536: Bluetooth and Wireless USB Support in Windows 7
- Description of the Windows Vista Feature Pack for Wireless
Bluetooth devices
Lego NXT
MoGo
Comes with BlueSoleil Bluetooth stack (but not the newest version).
Dell Lattitude E6400
Nokia BH-102
<google>ENGELSK</google>
Programming against Bluetooth devices
Windows XP / Vista
Windows Mobile
Microsoft Bluetooth Stack
This example shows how to use the Microsoft bluetooth stack on a device to perform a device discovery and populates a listbox with the names of detected bluetooth devices.
There are also a couple of other SDK examples.
Widcom Bluetooth Stack
Widcom provide their own SDK for their bluetooth stack and it includes a number of example applications designed to demonstrate it's use.
João Paulo Figueira
- Enumerating devices and services with the Widcomm Bluetooth stack
- Enumerating devices and services with the Microsoft Bluetooth stack
- The Bluetooth sources - A managed wrapper for Microsoft and Widcomm bluetooth stacks
<google>ENGELSK</google>