- This topic has 5 replies, 5 voices, and was last updated 11 years, 10 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Interfacing bluetooth
Hi,
Can anyone help me whether I can interface my remote device containing 8051 micro-controller to the PC through bluetooth. Please mention the complexities.
Thanks in advance,
RCK.
check out the website ot Atmel for the controller which has inbuilt support for bluetooth module. Alternatively there must be some interface IC in between which must be existing.
There are certain bluetooth modules, whoose output is in USART format. Using such module can reduce the complexity.
using of Bluetooth is very easy,i have done such type of project,in which send temperature to computer via bluetooth module
first you make your module master mode
and connected to module Tx in controller Rx and vice versa
You will require a bluetooth module which you can connect to the controllers UART pins……..you can find these modules easily in online shops check this link for one such module: http://www.dnatechindia.com/WIRELESS/Bluetooth-Module.html
hello fizan,
i am also working on such project but i stucked in between, will u please give me your coding for configuring bluetooth module?