how to send motor pwm input through xbee

hiiii,

I would like to know how can we send motor input pwm value to this product through xbee communication…

https://www.sparkfun.com/products/13166

Thank you.

cannot do servo-type PWM through an XBee alone. Not fast enough.

Best to do this with an RC receiver and transmitter.

ELse you have a lot of work to DIY the equivalent with your programmed microprocessor on each end, and transmitter/receivers.

Write a Redboard program that reads the serial port with the Xbee continuously and make it interpret a custom command that you send to it containing the desired motor strengths. Then update the PWM motor values accordingly with the right Redboard function.

You’ll have to send the command some way manually by typing on the pc into a serial terminal program sending to the XBee local.

There are enough remote command programs made for arduino from which you can take inspiration or examples. The tricky part is making sure the command interpretation ignores faulty received commands.