Shop OBEX P1 Docs P2 Docs Learn Events
Best way to control a Sabertooth 2x25 motor controllerboard with wifi? — Parallax Forums

Best way to control a Sabertooth 2x25 motor controllerboard with wifi?

Herb191Herb191 Posts: 2
edited 2012-03-25 13:46 in Propeller 1
What would be the best/easiest way to control a Sabertooth motor controller with wifi? This is my first project of this kind and I am just not sure what would be the best way to do this. Basically I want to control some motors remotely with my computer and/or through the internet.

Thanks in advance,

Herb

Comments

  • T ChapT Chap Posts: 4,223
    edited 2012-03-22 06:10
    Look up Roving Networks Wifly RN134, it is a serial UART device that will talk to the Propeller with only 2 wires tx/rx. It can be assigned an IP on your local network, and it will transfer all received data to the Prop, which can then be parsed to extract your commands and respond if needed. To be connected to directly, your router must be allowed to port forward to the Wifly IP. If you cannot port forward, then you must set the Wifly module to instead go to a web page/server/database and read the command. Depending on how real time you need the motors to work, this is fine, but there is some greater degree of latency when the Wifly must go and access a server.
  • Herb191Herb191 Posts: 2
    edited 2012-03-25 13:46
    T Chap wrote: »
    Look up Roving Networks Wifly RN134, it is a serial UART device that will talk to the Propeller with only 2 wires tx/rx. It can be assigned an IP on your local network, and it will transfer all received data to the Prop, which can then be parsed to extract your commands and respond if needed. To be connected to directly, your router must be allowed to port forward to the Wifly IP. If you cannot port forward, then you must set the Wifly module to instead go to a web page/server/database and read the command. Depending on how real time you need the motors to work, this is fine, but there is some greater degree of latency when the Wifly must go and access a server.

    Thank you. I think this is what I will do. My only other question is what software should I use to control the motors?
Sign In or Register to comment.