Search results

  1. J

    Random Servo Movement

    Please Help! I would like to move a servo randomly within a small parameter. I tried this but I get larger movements than 150 to 145, what am I doing wrong? Thanks Joe start: servo 2,55 servopos 2,150 pause 1000 Random w0 w1 = w0 // 150 + 145 servo 2,55 servopos 2,w1 pause 1000 goto start
  2. J

    Multiple Interrupts

    newbie here, I would like to interrupt a main servo sequence with several sub sequences. I can only locate instructions for setint for a single action. Is there anyway to have a setint1 goto sub1? And put a setint in sub1 to interrupt sub1 if conditions change? I have one main or "at rest" and...
  3. J

    variable servo movements for animatronics

    I am trying to make smooth, continuous and variable servo movements for animatronics. I found this program that operates one servo at a time at a fixed rate. Is there a way to make fluid lifelike movements using Picaxe to control servos? I have a project that requires two servos to move at...
Top