How to start with RFBee

Hi guys,

Im new with wireless tech and i dont know how to start with my pair of RfBee. I already read the user manual, and didnt get sucess.

Lets talk what i did:

  • downloaded the last firmware version at code google[1], v_1_1
  • Uploaded both rfbee.
  • :C

What did i do wrong?

Thanks :stuck_out_tongue:

Hi,

Refer to the manual AT Commands.

  1. Plug in RFBee over UARTSBee and connect 2 of them to 2 PC/Laptop.
  2. Open any Serial program, like HyperTerminal, PuTTy, Terminal etc.
  3. Connect them with baud rate 9600 and Select the COM port.
  4. When you see “Ok” in Serial software, type (+++) and then write the following commands sequentially, pressing Enter after each command:

For Tx

ATBD0
ATMA2
ATDA1
ATAC0
ATOF3
ATTH0
ATMD1

For Rx

ATBD0
ATMA1
ATDA2
ATAC0
ATOF3
ATTH0
ATMD2

when your done with the above commands, type ATo0 at both ends.

Now, you have entered in the Data mode and can receive-transmit data among the pair of RFBees.

Thanks,
Tanmay