Shop OBEX P1 Docs P2 Docs Learn Events
pulsin r/c reciever — Parallax Forums

pulsin r/c reciever

ArchiverArchiver Posts: 46,084
edited 2003-08-26 10:26 in General Discussion
I am trying to connect a bs2 in an r/c car to control a led as a
blinker. I can not figure out how to get pulsin to turn the blinker
on at 70% to 100% left or right. Is this possible any suggestions
tips or ideas will be much appreciated.

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-08-26 10:26
    You have to make sure PULSIN is not stuck waiting for a condition
    before branching to another LABEL like in your case blinking the LED.
    Put in a DO - LOOP and a DEBUG in between just to monitor the
    situation. You also have to make sure if the signal that it is
    expecting (0 or 1) is arriving. Use a VOLTMETER, SCOPE or a simple
    LED/RESISTOR sensor to test the INPUT PIN to test the expected signal.

    - Johari

    --- In basicstamps@yahoogroups.com, "Bryan" <256913@s...> wrote:
    > I am trying to connect a bs2 in an r/c car to control a led as a
    > blinker. I can not figure out how to get pulsin to turn the blinker
    > on at 70% to 100% left or right. Is this possible any suggestions
    > tips or ideas will be much appreciated.
Sign In or Register to comment.