help me to find it
help me to find it
Should the part number be MBT-503-03 ?
This seems to be a USB bluetooth dongle - if you want to plug it into an Arduino, you would need a USB OTG module for your arduino. I can't tell if it is really a bluetooth dongle - if you post a picture it might help.
If you want a pc with this module to connect to an arduino, you should check which services are available from your Bluetooth dongle using Windows.
An HC-05 module is probably good enough for the arduino side.
Hi,
There are USB Host Shields, I do not know if USB dongles are supported, but probably much software will be required.
Although it seems someone get it:
Using USB Bluetooth dongle on Arduino to connect to Android phone « Circuits@Home
Therefore, It would be much easier using UART to Bluetooth modules like HC-05, or RN42 from microchip.
The shields have a dedicated chip for the usb host, and it is connected to the arduino over SPI, so probably much software is required.
Using HC-05 or RN42 simple use of UART of the arduino is needed.
Hope that helps,
Miguel