Michael

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 1,008 total)
  • Author
    Posts
  • in reply to: video from VITEK camera #8165
    Michael
    Keymaster

    I’m not sure what is wrong, other than the wiring is not right. I assume you are using a Seeedstudio Mega and not some other Mega board. Have you tried the VE on an Arduino Uno?

    in reply to: FTDI/usb connection not working #2387
    Michael
    Keymaster

    OK, good to hear. When it comes to FTDI cables and adapters, it really does pay to use more expensive, official devices. Cheap stuff fails a lot.

    in reply to: FTDI/usb connection not working #2409
    Michael
    Keymaster

    Yes, that could certainly cause a problem. The voltage is not high enough to register with the 5V logic on the ATmega328 microcontroller.

    You could also check the soldering connections to make sure the RX and TX pins on the header are connected to the microcontroller. See this image for the traces:
    http://nootropicdesign.com/matrixbackpack/design.html

    in reply to: FTDI/usb connection not working #2386
    Michael
    Keymaster

    Your wiring sounds right. If the board is running, then the Uno bootloader is definitely there. And it sounds like the reset is working. It must be an issue with the cable or your driver. I use a Mac, though, and have no issues.

    In my experience, when it comes to FTDI cables, the cheap ones are no good. I have experienced 50% failure rate when sourcing cheap or “oddball” ones (wrong pinouts!). This is why I ONLY sell genuine FTDI manufactured cables or adapters that I know work (e.g. the Adafruit FTDI friend). There are many counterfeit FTDI chips in the world, and they are installed in cheap cables.

    in reply to: Spaceinvaders code update, but bitmaps look strange #2407
    Michael
    Keymaster

    Can you post the code you changed? Make sure to surround the code with code tags.

    in reply to: None of the games working #2406
    Michael
    Keymaster

    The instructions for the library dependencies are clearly described on the games page:
    http://nootropicdesign.com/hackvision/games.html

    There are links to the libraries.

    in reply to: TVOut on Arduino DUE!!! #2381
    Michael
    Keymaster

    Very impressive!

    in reply to: which ardino pins are used for buttons? #2402
    Michael
    Keymaster

    The button pins are printed on the silkscreen:
    https://nootropicdesign.com/hackvision/design.html

    in reply to: Hardware – connect multiple meters of the 60 led strip #2401
    Michael
    Keymaster

    You should be able to connect multiple strips to be driven by the same data pin, but I have not tried more than 2. I do not know if you will have difficulties with 14, so I think you need to try it and see how many can work.
    Distance between the board and LEDs should be minimized, but I typically have a 1 meter wire distance to my LEDs without problems. That is only one strip, though.

    in reply to: W and H #2400
    Michael
    Keymaster

    The Video Experimenter will not work with any Arduino that does not have an ATmega328 chip. It only works on Uno or Duemilanove.

    I was able to get it to work on the Seeeduino Mega: http://nootropicdesign.com/projectlab/2011/07/13/ve-on-the-seeeduino-mega/

    in reply to: W and H #2398
    Michael
    Keymaster

    The TVout library documentation is here:
    https://code.google.com/archive/p/arduino-tvout/

    But it’s not very useful. You can see the API drawing primitives by looking at the header file TVout.h. It’s simple to use.

    The enhancements for the Video Experimenter are documented on the product page:
    http://nootropicdesign.com/ve/

    It can only do about 5-10 frames per second. I’m not sure which program you are referring to when you ask about the delay. There are many example programs for the VE. The Overlay example has a delay to give you time to actually see the output before erasing it again to capture a new frame.

    in reply to: W and H #2396
    Michael
    Keymaster

    The TVout library resolution only affects the resolution of the overlay. The resolution of the input signal is unaffected.

    in reply to: Does capture simple give 0 or 1 on over/under threshold? #2395
    Michael
    Keymaster

    The memory limitations prevent you from storing more than one frame in memory. And the primitive nature of the Arduino limits the output to monochrome. Sorry!

    in reply to: FTDI must be unplugged every time to upload sketch #2393
    Michael
    Keymaster

    Ok that’s good to hear. I use a mac for all development and use the official FTDI driver.

    in reply to: FTDI must be unplugged every time to upload sketch #2390
    Michael
    Keymaster

    That sounds strange but I can’t imagine that it has anything to do with the backpack hardware. The ATmega328 chip has the same Uno bootloader as any Uno-compatible Arduino.
    Are you certain that your FTDI cable is genuine and not one of the cheap clones that Sparkfun sells? I quit buying them from Sparkfun because they had a 50% failure rate and Sparkfun refused to believe that was a bad thing.

Viewing 15 posts - 226 through 240 (of 1,008 total)