Created Mon, 15 Dec 2014 03:09:18 +0000 by cblackburn1099
Mon, 15 Dec 2014 03:09:18 +0000
Question.
Is there any way to use a bluetooth dongle on a WF32?
Mon, 15 Dec 2014 10:10:02 +0000
While "everything is possible", not everything is easy, at least not for mere mortals.
In order to use a normal cheap PC bluetooth dongle you would need to do the following:
Since a PC Bluetooth dongle is usually just an SDR chip with a USB interface, it has no real intelligence of its own. All the bluetoothiness is done on the PC in the form of the bluetooth stack (Bluez on Linux, for instance). Without that all you have is a lump of silicon.
So you're better off using a Bluetooth host shield in the traditional Arduino way.
Mon, 15 Dec 2014 14:07:36 +0000
yea that's what i figured, I was just curious as to how they worked :D