- This topic has 3 replies, 4 voices, and was last updated 6 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Bluetooth Module interfaing with 8051 microcontroller
How to interface Bluetooth Module with 8051 microcontroller
Hi,
It can be interfaced through uart. Would suggest you to go through the serial communication tutorial
you will find bluetooth based projects in contribution section
just go through it that will give you idea how bluetooth module works
Uart interface can be used to interface controller with bluetooth.The rx of BT is connected with tx of controller and tx of BT is connected with rx of controller. Refer the circuit attached below.