Arduino and BT Modem

Hi...
i have a Arduino board and saw now that there is a BT board too..
can i attach a BT Modem to my Arduino Nano too or is that a bigger Problem ? (i want to make a connection to my mobile Phone)

Maybe there is a tutorial?

Greetings and thank you.

You can attach a BT modem to your Nano - they just use a serial port from the Arduino.

The BT module on the Arduino BT is from bluegiga. There are others around ... I believe sparkfun sell them.

Regards,

Mike

ah, ok so a normal serial connection...
i have another question for the BT thing.
is there a difference between the Bluetooth modules build
into BT-sticks (USB) and the ones i can buy as BT-Modem-Module ?

i have searched the net but hav't found any information about that.

There's little real difference, as the Broadcom chipset used in most Bluetooth devices typically supports USB, serial, SPI, etc. However it depends on the code currently programmed into the chipset; it includes a microcontroller. Unfortunately Broadcom is notoriously stingy with datasheets, otherwise it might be possible to repurpose USB dongles into some other type of interface.

ok, maybe i will try it, im curious if it will work.
thank you.