Shop OBEX P1 Docs P2 Docs Learn Events
labyrinth — Parallax Forums

labyrinth

graffixgraffix Posts: 389
edited 2011-06-12 18:36 in Robotics
http://www.youtube.com/watch?v=LVJ3Ezj96Rk&feature=player_profilepage

I say completed only because its functional.There is still much more I wanna do to it.Like have a auto mode,go wireless,and add a lcd.to start.The labyrinth has been modified slightly to keep accuracy.

Comments

  • PJAllenPJAllen Banned Posts: 5,065
    edited 2011-05-27 11:30
    Accelerometer controlling the tilt, yes?
    That's happening.
    Put a marble in it.
    That''ll be aggravating and fun.
    :)
  • ercoerco Posts: 20,255
    edited 2011-05-27 15:24
    Point a webcam at it, pipe the feed through RoboRealm, and have the computer do the labyrith via controlling the servos!
    PJ Allen wrote: »
    That''ll be aggravating and fun.
    :)
  • sam_sam_samsam_sam_sam Posts: 2,286
    edited 2011-06-02 04:58
    Can you post your code and what parts you used in your project thanks
  • graffixgraffix Posts: 389
    edited 2011-06-11 06:08
    Can you post your code and what parts you used in your project thanks

    Sorry I took awhile Ive been moving to a new house,and have been without internet.

    The BS2,two standard servos,and a memsic 2125.
    ' {$STAMP BS2}
    ' {$PBASIC 2.5}
    
    ' SimpleTilt.bs2
    ' Measure room temperature tilt.
    
    x VAR Word
    y VAR Word
    
    DO
    PULSIN 6, 1, x
    PULSIN 7, 1, y
    DEBUG CLS, ? X, ? Y
    PAUSE 5
    PULSOUT 10, x - 1750
    PULSOUT 5, y - 1750
    LOOP
    
  • PJAllenPJAllen Banned Posts: 5,065
    edited 2011-06-11 08:15
  • ercoerco Posts: 20,255
    edited 2011-06-11 10:28
    "I don't get it!"

    Wouldn't it be easier to do the labyrinth manually, using those two little twisty knobbie things? This would simplify the whole situation. No batteries, no phone, no USB, no electronics, no uC, no servos. And best of all, no latency or lag time!

    I may just patent my idea. It's a valid improvement of his overcomplicated system.
  • HumanoidoHumanoido Posts: 5,770
    edited 2011-06-12 18:36
    erco wrote: »
    "I don't get it!"

    Wouldn't it be easier to do the labyrinth manually, using those two little twisty knobbie things? This would simplify the whole situation. No batteries, no phone, no USB, no electronics, no uC, no servos. And best of all, no latency or lag time!.
    ...and no fun...
Sign In or Register to comment.