Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Bluetooth Programming

Status
Not open for further replies.

areeb

Junior Member level 2
Joined
Jan 28, 2009
Messages
20
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,283
Activity points
1,421
Hello people!

1) I am new to Bluetooth programming. I have read the book that explains socket programming using Python and C language which I understand to some extent. Now what should be the next step?

2) Secondly, I have seen people transfer data using Arduino board and bluetooth module but they don't use sockets code. In that they use some Arduino code from the manual (setup and loop functions) and Visual Studio code using forms application.

My question is how are these two methods different? Your help is of great importance and is appreciated.
Thanks!
 

Generally people who uses bluetooth makes use of Bluetooth modules with bluetooth SPP profile support. You can say it like a wireless UART. If you need to make use of bluetooth you need to understand which profile you are going to use. For bluetooth SPP you can just access it as COM port on PC host machine.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top