Page 1 of 1

Adruino + Xbee +motor

PostPosted: Fri Nov 09, 2012 8:30 pm
by HIIKIEWHUI
Hi,

if i just wanna to control one motor by using the Xbee, is the arduino is needed?
Waiting for replying.Thanks

Regards.

Re: Adruino + Xbee +motor

PostPosted: Sat Nov 10, 2012 3:53 pm
by zhenning
HIIKIEWHUI WROTE:Hi,

if i just wanna to control one motor by using the Xbee, is the arduino is needed?
Waiting for replying.Thanks

Regards.


At least a microcontroller is needed. Either arduino or a PIC or etc

Re: Adruino + Xbee +motor

PostPosted: Mon Nov 12, 2012 10:12 am
by robosang
Yup! a microcontroller is need to process the data receive from XBee, forward, backward, speed, etc

Re: Adruino + Xbee +motor

PostPosted: Tue Nov 13, 2012 1:51 pm
by gadgetng
HIIKIEWHUI WROTE:Hi,

if i just wanna to control one motor by using the Xbee, is the arduino is needed?
Waiting for replying.Thanks

Regards.


If you don't want to use Arduino or any other microcontroller, how are you going to drive the motor from XBee? XBeee is just a wireless interface.

Re: Adruino + Xbee +motor

PostPosted: Wed Nov 14, 2012 9:17 am
by ober
Well, it depends 8-)

If it is simple control using push button and potentiometer for speed, that is possible without microcontroller, still you will need a motor driver.

XBee can be configured as standalone IO device, you can check one of our DIY project, PR20, XBee - Standalone Control and Monitoring, download the Detailed Description, it explains quite comprehensive about setting the Xbee.