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.

interface with bluetooth

Status
Not open for further replies.

mr_byte31

Full Member level 5
Joined
Oct 19, 2005
Messages
295
Helped
10
Reputation
20
Reaction score
8
Trophy points
1,298
Activity points
3,241
i want to interfce my avr(atmega 16)
with my mobile using bluetooth
my mobile is nokia 6600
can any body help???????
 

Grab a bluetooth-module with a serial port. They are available for like $20 or you can rip it out of an bluetooth access point or similar. You could also have very much luck and use an USB-stick, but you would need to reprogram the firmware at least. Better search for a new module with serial port.

Then you can choose to either implement the full HCI protocol, or do it simpler, by choosing a module firmware which only supports the serial port protocol.

You can then instruct the module to open a connection to the mobile phone. then you usually issue AT-requests, depending on the rfcomm-port you are connecting to.
 

first thanks for reply
but i want to communicate with a controller as if it is anther mobile
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top