@w4e Thank you, that is just what i needed. About this thread's problem, i've connected digital pin #5 on my nano to pin #5 (RESET) on the bee, and executed this code:
Serial.println("Reset RN2483!");
pinMode(5, OUTPUT);
digitalWrite(5, HIGH);
delay(50);
digitalWrite(5, LOW);
delay(50);
digitalWrite(5, HIGH);
delay(50);
but no luck. I still need to take the 3v3 off and on to make it respond.
Any ideas ?
NOTE: I already tried pin 17 (SJ1) , same problem.