Skip to content
erictj edited this page Apr 20, 2013 · 13 revisions

Welcome to the commandcenter wiki!

MQTT publish to control rov

  mosquitto_pub -h api.pinocc.io -t erictj/3pi-control -u erictj -P 321 -m '20:20'

you'll need to install mosquitto_client via apt-get (or "brew install mosquitto" on mac)

the message 20:20 is the left and right motor commands, respectively. Use negative values for reverse motor

Clone this wiki locally