Robotix

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Overlay will suddenly disappear when using Object Tracking #1566
    Robotix
    Member

    If anyone else encounters this problem, a soft-reset will solve it. Wire a PWM pin to the the Reset pin (RST on this board) and set it to low when you wish to reset it:

    analogRead(PWMpin, LOW);

    This is not recommended by the Atmel designers, because it may get stuck in a cycle of resetting, so give a reasonable delay time (>12s) between each reset. Watchdogs won’t work so I would not suggest that. This is definitely a buffer overload, although i’m not sure what is causing it. I’ll update if I find out.

    If you need to do other things with the board, I would recommend I2C communication (using the appropriate TVout specialized version) with another board.

    in reply to: Connecting a 12V power source to the Video Experimenter #1540
    Robotix
    Member

    Thanks, lemmons and Michael! I think I can get the camera working now.

    Can you tell me what cables you were using though lemmons?

    Thank-you very much!

    in reply to: Connecting a 12V power source to the Video Experimenter #1518
    Robotix
    Member

    Hi Michael, thanks for replying!

    Can I give the CMOS IR camera its required 12V supply from the shield? Can the board supply more than 5V through the RCA cable?

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)