Bluetooth Module Driver discussion thread (contributors)

Eduardo, do you have all the hardware needed for that? Let us know if you need any help.
Thank you for your contribution

Hi Joe,

I’ve got all I need for the moment.

Thanks!

Here is the tutorial I wrote about how to connect two gadgeteer devices over bluetooth using the driver I implemented.

http://eduardovelloso.com/2012/04/03/bluetooth-communication-with-net-gadgeteer/

Hope it helps!

If you have any problems/questions/comments/etc please let know.

Regards

Eduardo

I tried the pin key on COM7 and it worked fine. It sends and receives data or file from SSCom3.2. Using COM6 without pin, data was not received on module.

Good tutorial and good example of practical usage. Keep it up :slight_smile:

Thanks!

Could you point me to the bluetooth chip datasheet?

This is the documentation I used
http://www.seeedstudio.com/wiki/index.php?title=Serial_port_bluetooth_module_(Master/Slave)

For the link to work add the last parenthesis.

I learned on this forum to always copy and paste links rather then click them :wink:

That wiki is not complete. I added the pdf datasheet to codeplex. Also there is an undocumented command which is important if you are developing a machine friendly driver:

Disable Echo: \r\n+STECHO=0\r\n

DOES any one try to communicate with PC using bluetooth module?if so please give me a sample code as soon as possible

Hi!

I have managed to perform this task. In the next few days I’ll write a blog post on Integral Design, http://mikedodaro.net/, with a working example.

how long it will take? Ok am waiting for this and best wishes…

@ Marco Minerva

have you ever try to communicate with pc using USB CLIENT DP module?

No, I never tried this.

Here is the article that I promised you:

Controlling a Gadgeteer device using Bluetooth Module and 32feet.NET library
Controlling a Gadgeteer device using Bluetooth Module and 32feet.NET library | Integral Design

Nicely done Marco, thanks.

Marco your blog is pretty much required reading on a number of Gadgeteer topics, thanks.

Thank you for appreciating my work :slight_smile: