Michael

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 1,011 total)
  • Author
    Posts
  • in reply to: Board not Displaying anything #2209
    Michael
    Keymaster

    You certainly can copy open source boards, but you are asking for help in the product support forum.
    The diodes are needed. They are there for a reason. They keep the current from flowing between the two video output pins.
    The Hackvision cannot output VGA. It generates a composite video signal. Are you trying to create a VGA signal? TVout will not do that.

    in reply to: 9.6 NiCad Battery #2206
    Michael
    Keymaster

    Of course you can make the countdown go down. Hold down the alarm button when pressing the MIN and HOUR buttons.

    Instructions: http://nootropicdesign.com/defusableclock/index.html#usage

    • This reply was modified 10 years ago by Michael.
    • This reply was modified 10 years ago by Michael.
    in reply to: Board not Displaying anything #2204
    Michael
    Keymaster

    So, you are copying my work instead of buying my product, and now you are asking for help in my product support forum?

    in reply to: SpaceInvaders #2203
    Michael
    Keymaster

    What version of Arduino are you using?
    They made changes in the 1.5.x versions that broke a lot of code. Use version 1.0.x.

    in reply to: Board not Displaying anything #2200
    Michael
    Keymaster

    Your link to board and schematic is broken.
    Why did you substitute parts and “take out some of the extra things”???

    in reply to: Video experimenter vith chipkip arduino compatible card #2198
    Michael
    Keymaster

    Uh, are you asking about the Video Experimenter? Sounds more like an Audio Hacker question. Please ask about that in the Audio Hacker forum.

    in reply to: Video Experimenter Version 1 novice #2195
    Michael
    Keymaster

    You need to use the special Video Experimenter version of the TVout library. Where did you get TVout? If you cannot compile because the API entry points capture() and resume() are missing, that indicates you did not use the special version of TVout that I provide on the project page.

    On the VE page: https://nootropicdesign.com/ve/
    Download the library where it says “Download the enhanced TVout library here”
    This is the direct link: https://nootropicdesign.com/ve/downloads/TVout-VE.zip

    in reply to: PAL RCA query #2193
    Michael
    Keymaster

    Marko Marko,
    Does your Hackvision have a Duemilanove bootloader? Any Hackvision sold in the last couple of years has an Uno bootloader.

    This is the correct TVout to use:
    http://code.google.com/p/arduino-tvout/downloads/detail?name=TVoutBeta1.zip

    This is documented on the Games page:
    http://nootropicdesign.com/hackvision/games.html

    If you have an Uno bootloader, I may have to provide a precompiled .hex file for Asteroids just as I did for Space Invaders/Pong. Something about having the Uno bootloader makes the older games not run when compiled with the newer IDEs.

    in reply to: Larger SRAM? #2191
    Michael
    Keymaster
    in reply to: Use DigitShield together with Servo #2188
    Michael
    Keymaster

    Good job. Sometimes a quick hack is good enough.

    in reply to: Use DigitShield together with Servo #2186
    Michael
    Keymaster

    The Digit Shield library uses timer2, not timer1. The commented-out code is for timer1.
    You can certainly try different timers in the Digit Shield library if it helps get around compatibilty issues with your servo. You won’t break the Digit Shield. ;D

    in reply to: Use DigitShield together with Servo #2183
    Michael
    Keymaster

    The servo library uses timers and will interfere with any code that uses timers. The DigitShield code uses timers to control the refresh of the display. Many things in the Arduino world are not compatible with one another.

    Are you familiar with how to control Arduino timers? If so, you could disable the Digit Shield display while you moved the servo, then turn it on again when the movement is done. Would that help?

    in reply to: Basic Video Overlay possible? #2182
    Michael
    Keymaster

    yes, you should be able to do that. Just use digitalRead to read the buttons.

    in reply to: Using PAL prevents rendering to lower 1/3rd of the screen #2177
    Michael
    Keymaster

    scanLine should be the right variable. I’m not sure why you see it only go up to 7. That’s the one.
    (based on my fuzzy memory of 4 years ago when I developed this product). I’m not the author of TVout, so I had to learn it just by looking at the code.

    in reply to: Using PAL prevents rendering to lower 1/3rd of the screen #2175
    Michael
    Keymaster

    That’s odd, because the logic is all the same except for timing parameters. I’m afraid I don’t know a solution. Have you tried different TVs and video sources?

Viewing 15 posts - 331 through 345 (of 1,011 total)