Electronics any simple usb chip to turn on/off one circuit?

Discussion in 'Modding' started by nleahcim, 11 Sep 2004.

  1. nleahcim

    nleahcim What's a Dremel?

    Joined:
    22 Apr 2003
    Posts:
    550
    Likes Received:
    1
    Hi - does anybody know of a simple USB chip that would allow me to turn on/off a simple circuit? A single low current pin that could be brought high or low would be enough for me... Is there anything out there that is fairly simple to implement?
     
  2. relix

    relix Minimodder

    Joined:
    14 Nov 2001
    Posts:
    5,948
    Likes Received:
    41
    http://www.futurlec.com/USB.shtml

    There are several differint models on there, the one that might interest you the most is the "USBMODIO24":

    USB I/O module for connecting up to 24 digital inputs or outputs to the module. Each unit has a unique ID, to allow expansion of up to 128 modules to connect to the one PC. Module can be easily read or written to by using Visual Basic or other high level languages. Ideal as a starting point for a home control or industrial control system.

    It costs loads more than the other models though, but those aren't "simple input/outputs", you'll need to add a microprocessor (like a PIC) to interpret commands send through the serial interface.
     
  3. JohnH

    JohnH What's a Dremel?

    Joined:
    14 Nov 2002
    Posts:
    24
    Likes Received:
    0
    The version 2 FTDI USB chips have a feature called 'Bit-Bang' mode. In this mode the 8 data lines can be programmed as inputs or outputs and when in output mode the bit(s) can be set to a 1 or a 0 and then remain in that state until a subsequent command changes that state. This means that what you want to do is very simple and no additional processor chip is required.

    The FTDI chips are surface mounted so unless you are happy with building circuits that use surface mount technology it is easier to use one of the many
    modules that are available that host the version 2 FTDI chips.

    A good idea of what is possible can be seen here: http://www.dlpdesign.com/images/bit-bang-usb.pdf.


    Good luck.
     
  4. star882

    star882 What's a Dremel?

    Joined:
    19 Mar 2003
    Posts:
    925
    Likes Received:
    1
    I have a 1-Wire demo kit (which I purchased from a friend), which included the USB adapter and 8 different chips (2 EEPROMs, 2 RTCs, 2 digitally adjustable resistors, and 2 electronic switches).
    I say that 1-Wire is the way to go!
    Another option is a PIC with USB or a PIC with RS-232 and a RS-232 to USB converter.
     
  5. Risky

    Risky Modder

    Joined:
    10 Sep 2001
    Posts:
    4,517
    Likes Received:
    151

Share This Page