i saw a project in which the person made a wireless hand controlled robotic hand using 5 servos.(similar to what i am trying to achieve)
in that he uses 2 X bees and connects them to the 2 arduinos. Then in the program he just writes Serial.begin(9600);in transmitter, and Serial.read in reciever, and that's it . Rest of the program is just for the servo control. How does this work .
I am still not able to figure out how x-bee is working . is it just creating a serial comm between arduinos , just like between pc and single arduino via USB???
link to that project -How to make a remote controlled Robotic Hand with Arduino - All
code he has used