Shop OBEX P1 Docs P2 Docs Learn Events
Flashing lights and moving Bot — Parallax Forums

Flashing lights and moving Bot

Hello! I was wondering if there was a way to write a basic script that drove the BOE-BOT around and flashed some lights on the breadboard? Any help is appreciated!

Comments

  • Take a look on the BOE-Bot's product page.

    The pdf file "Robotics with the BOE-Bot" has the information on how to program the robot to move and flash LEDs.
  • Duane Degn wrote: »
    Take a look on the BOE-Bot's product page.

    The pdf file "Robotics with the BOE-Bot" has the information on how to program the robot to move and flash LEDs.

    Thank you!
  • ercoerco Posts: 20,244
    One simple solution is to run a for/next loop to run a calibrated number (try 25-50) of servo pulsout loops & pause 20's , then after exiting the loop, toggle your LED pin(s), and loop back and repeat.
  • PublisonPublison Posts: 12,366
    edited 2017-01-02 18:05
    erco wrote: »
    One simple solution is to run a for/next loop to run a calibrated number (try 25-50) of servo pulsout loops & pause 20's , then after exiting the loop, toggle your LED pin(s), and loop back and repeat.

    Now you need to get paid for these answers Mr Roboto! :)

    College fund funded!


  • ercoerco Posts: 20,244
    Gotta put the fun back in funded!
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    This video may or may not be helpful:
Sign In or Register to comment.