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
  • Bluetooth is a radio-based system, and a processor normally doesn't have any radio-frequency interfaces.

    On the other hand, Bluetooth requires a microprocessor for the communication stack.

    I would guess that it is more probable that you can find a Bluetooth module with an embedded processor (possibly placed in the same ASIC as the rest of the Bluetooth logic).

Reply
  • Bluetooth is a radio-based system, and a processor normally doesn't have any radio-frequency interfaces.

    On the other hand, Bluetooth requires a microprocessor for the communication stack.

    I would guess that it is more probable that you can find a Bluetooth module with an embedded processor (possibly placed in the same ASIC as the rest of the Bluetooth logic).

Children