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

which RF Module can be used with 8051???

Hi, i'm currently doing a project related to home automation. i need to control relays with my 8051. for wireless communication i decided to use XBEE PRO but unfortunately i couldn't get it. can anyone tell me any alternative like RF module?? its number, range etc. please mention most common modules if you can...
thanx.

Parents
  • Interesting sentence:
    "RS-232 must be there as i need to hook up with 8051."

    You mean that modules having a raw logic-level UART interface can't be used? Modules are normally not RS-232 if intended for connection directly to a microcontroller - RS-232 is normally for connecting to a PC or similar that have an _external_ serial port.

    Next thing - there are modules that are using other interfaces, like SPI. They also work well with a 8051 chip.

    If you have issues with getting XBee Pro modules in your region, then you should probably look for Bluetooth modules with RS-232 or logic-level UART interface. There are many other module types too, but an open issue then would be the frequency bands they use, in relation to the powers and frequencies allowed where you are. And many modules do not contain any acknowledge functionality.

Reply
  • Interesting sentence:
    "RS-232 must be there as i need to hook up with 8051."

    You mean that modules having a raw logic-level UART interface can't be used? Modules are normally not RS-232 if intended for connection directly to a microcontroller - RS-232 is normally for connecting to a PC or similar that have an _external_ serial port.

    Next thing - there are modules that are using other interfaces, like SPI. They also work well with a 8051 chip.

    If you have issues with getting XBee Pro modules in your region, then you should probably look for Bluetooth modules with RS-232 or logic-level UART interface. There are many other module types too, but an open issue then would be the frequency bands they use, in relation to the powers and frequencies allowed where you are. And many modules do not contain any acknowledge functionality.

Children