Author Topic: Update twitter/send email based on servo movement  (Read 523 times)

rusnak

  • Newbie
  • *
  • Posts: 10
Update twitter/send email based on servo movement
« on: September 05, 2010, 04:29:12 PM »
I have 4 servos that are each hooked to a method written in javascript that will spin the servo and .5 seconds later spin it back. Works like a charm. IObridge was great in helping me get this to work. I want to update twitter whenever a servo moves. Ex: If the button for servo 1 was a clicked, twitter would post "servo one triggered" and so on for each servo. Is this possible? It doesn't look like it is possible to trigger an action based on servo position or movement. Any help would be greatly appreciated!

MOSFET

  • Newbie
  • *
  • Posts: 5
Re: Update twitter/send email based on servo movement
« Reply #1 on: September 07, 2010, 08:40:29 AM »
When you say "If the button for servo 1 was clicked", is it possible to tie that button to a digital input on the IOBridge? You could then trigger an action off of the digital input.