Search results

  1. S

    Hooking up deadbolt motor to TB6612FNG Stepper Motor Controller

    Thanks for the great info! Would you be able to draw up a schematic of how i would go about hooking the motor up to the driver board? I really dont want to hook it up incorrectly and fry something.
  2. S

    Hooking up deadbolt motor to TB6612FNG Stepper Motor Controller

    I just plan on using the arduino to open and close the deadbolt lock. The deadbolt is the Kwikset Powerbolt 2 Touchpad keyless entry. http://www.kwikset.com/products/details/electronic-locks/907-2-3.aspx I can take some measurements of voltage is needed.
  3. S

    Hooking up deadbolt motor to TB6612FNG Stepper Motor Controller

    Hey all I am in need of some help with hooking up this little motor to the TB6612FNG Stepper Motor Drive Controller that I purchased. I am wanting some feedback on how to go about hooking it up to this deadbolt motor so that I dont mess up the motor. This board will be controlled by an Arduino...
  4. S

    5v/12vdc inputs and only one of those as outputs using PIC18fxxxx

    so there's nothing that takes 2 inputs and can switch between them for one output?
  5. S

    5v/12vdc inputs and only one of those as outputs using PIC18fxxxx

    I really just want somthing small know the smd range since I'll need 10 total.
  6. S

    5v/12vdc inputs and only one of those as outputs using PIC18fxxxx

    Hey all I am trying to find an **IC** that can accommodate having 2 inputs but only one output depending on what I send via a **PIC18fxxxx** micro controller. This sounds like it would be a **DPST** but I can't really find anything like that I can control from a PIC to choose what output needs...
  7. S

    Converting Proteus PCB to Altium PCB file

    Hey all I am converting a Proteus PCB design into Altium and I am wondering what each file is since it asks me in Altium. My Proteus files are: And this is what Altium does when I do a **PCB Design Check/Fix**: And so I say *Yes* and I am presented with this: And this is where I am...
  8. S

    SFP breakout to another SFP

    I don't have a module. and I can confirm that it is a single mode xable that comes to the house.
  9. S

    SFP breakout to another SFP

    Isn't the SFP cage able to adopt to the needed connector? Be that ethernet, single mode cable or multi-mode cable?
  10. S

    SFP breakout to another SFP

    this is what the ONT fiber hook up looks like that I am wanting to use (green connector).
  11. S

    SFP breakout to another SFP

    it's for my ftth Internet connection so I really don't know what type of fiber connector they use...
  12. S

    SFP breakout to another SFP

    happen to be able to link what I need on digikey?
  13. S

    SFP breakout to another SFP

    To better illustrate what I am trying to accomplish:
  14. S

    SFP breakout to another SFP

    Hey all I am just wondering before I do this if its possible to connect 2 SFP sockets to each other in order to bring in the fiber connection and then take it back out the same way? So in the image above, Pin 1 would hook up to Pin 1 on the second SFP socket. Pin 2 would hook up to Pin 2 on...
  15. S

    HDMI 5 port switch detecting LED with Arduino

    The arduino will be running on 5v. When the LED is on it has a current around 3.3v at the LED itself.
  16. S

    HDMI 5 port switch detecting LED with Arduino

    Hey all I am wanting to make a project for this HDMI 5 port switch I have. I want to be able, with an Arduino, to detect which of the 5 ports are being used (only 1 can be used at any given time). My 5 port HDMI switch looks like this: Ok how about if I used 5 4N25 chips to detect the led...
  17. S

    Using 3 Channel Video Switcher Module with Arduino

    Alright I got it. Using the #include <Servo.h> Servo library I was able to get the following values confirmed that switched the video input: cam1 = 0-64 and also 153-180 cam2 = 65-123 cam3 = 124-152 The arduino code looks like this: #include <Servo.h> Servo myservo; int pos = 0; void...
  18. S

    Using 3 Channel Video Switcher Module with Arduino

    Could this be it? http://www.digikey.com/product-detail/en/PI5V331QE/PI5V331QE-ND/1130219
Top