This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

In built blueooth in 8051

Does any body know whether there is a inbuilt bluetooth module inside the 8-bit MCU?

If not can anybody give some details regarding how to interface bluetooth module to 8051?

Parents
  • "can anybody give some details regarding how to interface bluetooth module to 8051?"

    Bluetooth modules are available with many different interfaces; eg, UART, SPI, I2C, parallel port,...

    Obviously the details of how to interface this to an 8051 or any other device will depend entirely on which one you choose!

    Probably the simplest for a beginner is to start with a Bluetooth module that has a standard RS232 interface. Then it becomes just a standard RS232 project - you can test stuff with hypoterminal, etc...

Reply
  • "can anybody give some details regarding how to interface bluetooth module to 8051?"

    Bluetooth modules are available with many different interfaces; eg, UART, SPI, I2C, parallel port,...

    Obviously the details of how to interface this to an 8051 or any other device will depend entirely on which one you choose!

    Probably the simplest for a beginner is to start with a Bluetooth module that has a standard RS232 interface. Then it becomes just a standard RS232 project - you can test stuff with hypoterminal, etc...

Children