In need of logic gates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reaper57
    Badcaps Veteran
    • Sep 2014
    • 216
    • Norway

    #1

    In need of logic gates

    Hi! I am trying to do a project, but I am unable to find the names (and therefore models) of the types of logic gates that I need.
    No1:
    What I want it to do is bridge two of the pins together whenever there is voltage on a third. However, I don't want it to output the "enable" voltage through any of the other pins.
    No2: I want this one to be the opposite of the first one. I want the two pins to be bridged if a voltage is NOT present on a third.
    Basically, what I want to do is connect a USB port to the motherboard, whenever an S0 voltage appears, but disconnect it (and connect it to something else), when the system is in an S5 state and there is no current on the S0 rail I'm using for a reference.
    Last edited by reaper57; 05-30-2016, 05:25 AM.
    Keyboard not detected, press F1 to continue...
  • eccerr0r
    Solder Sloth
    • Nov 2012
    • 8685
    • USA

    #2
    Re: In need of logic gates

    This is a bit more than just "logic gates" as "bridging" two pins together isn't necessarily a logic function. You'll need to know what voltages we're talking about first - what if it's hundreds of volts that needs to be bridged? May need a thyristor + optocoupler or relay or something. Usually the relay or relay and a transistor are a safe bet.

    The S-states may not be directly visible on the USB port, unless in S5 the USB ports do not pass out +5VSB... Then it's a bit easier.

    Comment

    • stj
      Great Sage 齊天大聖
      • Dec 2009
      • 30955
      • Albion

      #3
      Re: In need of logic gates

      logic gates dont "bridge" anything,
      the output goes high or low based on input states.

      Comment

      • reaper57
        Badcaps Veteran
        • Sep 2014
        • 216
        • Norway

        #4
        Re: In need of logic gates

        Originally posted by stj
        logic gates dont "bridge" anything,
        the output goes high or low based on input states.
        Then what do I need?
        Keyboard not detected, press F1 to continue...

        Comment

        • reaper57
          Badcaps Veteran
          • Sep 2014
          • 216
          • Norway

          #5
          Re: In need of logic gates

          Originally posted by eccerr0r
          This is a bit more than just "logic gates" as "bridging" two pins together isn't necessarily a logic function. You'll need to know what voltages we're talking about first - what if it's hundreds of volts that needs to be bridged?
          As I said, a USB port. Data +, Data - and +5V. So nothing more than 5V 500mA. As for the reference voltage, it's going to be 2-5V.
          Keyboard not detected, press F1 to continue...

          Comment

          • budm
            Badcaps Legend
            • Feb 2010
            • 40746
            • USA

            #6
            Re: In need of logic gates

            If I read it correctly, when S0 voltage appears you want D+, D- lines to be connected to the mother board, and when S5 state is present, you then want the D+, D- lines to be disconnected from mother board as if you have removed the device from the USB port.
            Is that correct?
            Never stop learning
            Basic LCD TV and Monitor troubleshooting guides.
            http://www.badcaps.net/forum/showthr...956#post305956

            Voltage Regulator (LDO) testing:
            http://www.badcaps.net/forum/showthr...999#post300999

            Inverter testing using old CFL:
            http://www.badcaps.net/forum/showthr...er+testing+cfl

            Tear down pictures : Hit the ">" Show Albums and stories" on the left side
            http://s807.photobucket.com/user/budm/library/

            TV Factory reset codes listing:
            http://www.badcaps.net/forum/showthread.php?t=24809

            Comment

            • stj
              Great Sage 齊天大聖
              • Dec 2009
              • 30955
              • Albion

              #7
              Re: In need of logic gates

              cant be done wih standard logic, usb is bi-directional.

              Comment

              • reaper57
                Badcaps Veteran
                • Sep 2014
                • 216
                • Norway

                #8
                Re: In need of logic gates

                Originally posted by budm
                If I read it correctly, when S0 voltage appears you want D+, D- lines to be connected to the mother board, and when S5 state is present, you then want the D+, D- lines to be disconnected from mother board as if you have removed the device from the USB port.
                Is that correct?
                Exactly! Same goes for the +5V as well.
                Keyboard not detected, press F1 to continue...

                Comment

                • stj
                  Great Sage 齊天大聖
                  • Dec 2009
                  • 30955
                  • Albion

                  #9
                  Re: In need of logic gates

                  you can just kill the 5v - there are chips for that used in laptops.

                  Comment

                  • reaper57
                    Badcaps Veteran
                    • Sep 2014
                    • 216
                    • Norway

                    #10
                    Re: In need of logic gates

                    Originally posted by stj
                    you can just kill the 5v - there are chips for that used in laptops.
                    I don't want to kill it as I need it to be present when the board is powered on. Also, an external device will be providing power to the USB when the board is off, and I don't want it to be back feeding.
                    Last edited by reaper57; 05-31-2016, 02:10 AM.
                    Keyboard not detected, press F1 to continue...

                    Comment

                    • stj
                      Great Sage 齊天大聖
                      • Dec 2009
                      • 30955
                      • Albion

                      #11
                      Re: In need of logic gates

                      what is the usb device?

                      Comment

                      • reaper57
                        Badcaps Veteran
                        • Sep 2014
                        • 216
                        • Norway

                        #12
                        Re: In need of logic gates

                        Originally posted by stj
                        what is the usb device?
                        Not sure why it matters, but I'll explain everything I'm trying to do here.
                        I want to permanently install an SPI nand flasher in a 360 console. Thing is, the flasher would fry itself if connected to the board when it's powered on. So I want to break the connection when a S5 voltage is present. Now onto the USB part. I don't want to have cables and hot glued ports sticking outside of the console, instead I want to use one of the USB ports on the motherboard. So, I need to break the connection to the board when the board is off and instead connect it to the nand flasher. Then when the board is powered on, I want to use the same method to disconnect the nand flasher from the board and the USB port, and connect the USB port to the motherboard.
                        Last edited by reaper57; 05-31-2016, 03:09 AM.
                        Keyboard not detected, press F1 to continue...

                        Comment

                        • stj
                          Great Sage 齊天大聖
                          • Dec 2009
                          • 30955
                          • Albion

                          #13
                          Re: In need of logic gates

                          then you really need a 3pco relay with a 5v or 12v coil and a logic-level fet to switch it.
                          maybe a BS170

                          it wont be simple, usb requires both wires to be exactly the same length for example.

                          but will it still be o.k. with the other side of your flasher permanently wired to the flash?
                          some wiring schems would be good.

                          Comment

                          • reaper57
                            Badcaps Veteran
                            • Sep 2014
                            • 216
                            • Norway

                            #14
                            Re: In need of logic gates

                            Originally posted by stj
                            but will it still be o.k. with the other side of your flasher permanently wired to the flash?
                            No, as I said the flasher will get fried if left connected after the board is powered on. So, the flash too needs to be disconnected when the board is on.

                            Originally posted by stj
                            some wiring schems would be good.

                            Originally posted by stj
                            usb requires both wires to be exactly the same length for example.
                            Everything will be mounted close to the port, so that won't be an issue.

                            Originally posted by stj
                            then you really need a 3pco relay with a 5v or 12v coil and a logic-level fet to switch it.
                            maybe a BS170
                            Sooo, I looked at the datasheet and this is what I made out of it:
                            If I connect one of the USB pins to VDGR and connect the board side to VDSS, the two should get bridged together when I apply voltage to VGSS, right?
                            Also, thank you for the help so far!
                            Keyboard not detected, press F1 to continue...

                            Comment

                            • stj
                              Great Sage 齊天大聖
                              • Dec 2009
                              • 30955
                              • Albion

                              #15
                              Re: In need of logic gates

                              no, i meant use the fet as a current booster to switch a 3 pole relay.
                              use the relay to switch the vcc and D+ / D-

                              Comment

                              • reaper57
                                Badcaps Veteran
                                • Sep 2014
                                • 216
                                • Norway

                                #16
                                Re: In need of logic gates

                                Originally posted by stj
                                no, i meant use the fet as a current booster to switch a 3 pole relay.
                                use the relay to switch the vcc and D+ / D-
                                Why would I need a current booster?
                                Sorry, if this sounds stupid, but it's my first time "designing" something like this.
                                Keyboard not detected, press F1 to continue...

                                Comment

                                • reaper57
                                  Badcaps Veteran
                                  • Sep 2014
                                  • 216
                                  • Norway

                                  #17
                                  Re: In need of logic gates

                                  Also, how would I go about disconnecting the flasher when the reference S5 voltage appears?
                                  Keyboard not detected, press F1 to continue...

                                  Comment

                                  • stj
                                    Great Sage 齊天大聖
                                    • Dec 2009
                                    • 30955
                                    • Albion

                                    #18
                                    Re: In need of logic gates

                                    the relay coil uses too much current to drive directly from a logic signal.

                                    Comment

                                    • reaper57
                                      Badcaps Veteran
                                      • Sep 2014
                                      • 216
                                      • Norway

                                      #19
                                      Re: In need of logic gates

                                      Originally posted by stj
                                      the relay coil uses too much current to drive directly from a logic signal.
                                      What if I use the 12V coming from the PSU? They are only present when the console is on.
                                      Also, if you read this post in your email (before I edited it), that was auto correct.
                                      Last edited by reaper57; 05-31-2016, 09:42 AM.
                                      Keyboard not detected, press F1 to continue...

                                      Comment

                                      • stj
                                        Great Sage 齊天大聖
                                        • Dec 2009
                                        • 30955
                                        • Albion

                                        #20
                                        Re: In need of logic gates

                                        you could do that.
                                        but where does the flash chip get power when that programmer is doing it's thing?

                                        Comment

                                        Related Topics

                                        Collapse

                                        • ohren
                                          Upgrading a Samsung ue55nu7096u with logic board from an ue55ru7105k -- good idea?
                                          by ohren
                                          I hope this is the right forum to post in despite not technically being a repair, but still a question of swapping boards.

                                          I thought I'd explore the possibility to upgrade an existing working Samsung ue55nu7096u with the logic board (and power board if needed) of a newer model (ue55ru7105k) of the same size and appearance (and resolution). The reason being I'd like the extra inputs of that board including component in, an extra HDMI port and bluetooth. Its panel is broken so I have no use for the board otherwise.

                                          The models launched in 2018 and 2019 respectively....
                                          09-08-2023, 05:24 PM
                                        • corrize
                                          Where to find a very small fpc connector 0.3mm between 2 pins ?
                                          by corrize
                                          Hello, I search this connector (oxydated).
                                          It's a fpc zif low profile connector. It come from camera sensor, it is very small : 0.3mm between 2 pins.
                                          I ordered 2 from Aliexpress called « 0.3mm pitch » but one was 0.5mm between 2 pins and the other 0.6mm. In fact « 0.3mm pitch » seams to be the pad width and not the distance between 2 pins.
                                          I can't find it. The other websites like mouser dont show the datasheet, and I can't check if it is 0.3mm between 2 pins ?


                                          Do you know how to find this connector please ? What is the exact name for find it ?

                                          ​...
                                          08-06-2024, 05:25 PM
                                        • korben_dallas
                                          Will I have a bricked logic board after reflow of the GPU v-core U8900 chip on my Mid-2012 15" Retina Macbook pro?
                                          by korben_dallas
                                          Hi everyone! I'm trying to fix my black screen / failed U8900 GPU v-core on my Mid-2012 Macbook Pro 15" Retinaby doing a rework/reflow of the chip (once I determine that's the real issue; but it likely is).

                                          I've been disabling the GPU in NVRAM for a few years... but it's just time for a better solution.

                                          I'm new to soldering but the only feasible way to fix this issue is to do something myself.

                                          MY QUESTION:
                                          I've been seeing some people (on this forum mostly) run into issues with the logic board needing a serial number or it being deactivated (?)...
                                          02-14-2024, 12:23 AM
                                        • Yanleb
                                          LG 60PK550 Logic Control Board EBR63450301
                                          by Yanleb
                                          Hi all, I just want to share the repair of my 60PK550-UA TV set.

                                          The TV set was powering on, just no image. After verification, nothing wrong on the YSus or ZSus boards. Nothing wrong on the main board either.

                                          But I noticed that the LED was not flashing on the Logic Control Board. This is an EBR63450301. The LED is supposed to flash even with all the flat cables disconnected, with only the power cable attached.

                                          All the voltages measured at the electrolytic capacitors on the board were good. From top left to bottom right:
                                          C57: 3.30V
                                          C61:...
                                          07-20-2023, 12:38 AM
                                        • SS454
                                          vizio e650i-a2 backlight flashes then turns off
                                          by SS454
                                          vizio e650i-a2 (LWJAOZBP Serial) led backlight flashes then turns off, has video (via flashlight) and audio.

                                          panel: au optronics T650HVN05.4
                                          72 led total on 12 strips, 6 led per strip wired in three groups of 24 (led driver board has three anode and three cathode pins)
                                          link to datasheet: https://datasheetspdf.com/pdf-file/8.../T650HVN05.4/1

                                          Vizio 56.04219.641G (liteon PA-3231-01WN-LF) Power Supply Unit
                                          https://www.shopjimmy.com/vizio-56-0...-power-supply/

                                          Vizio 55.75J01.001G (91.75J10.004G) Main Board...
                                          08-20-2020, 03:57 PM
                                        • Loading...
                                        • No more items.
                                        Working...