Announcement

Collapse
No announcement yet.

How hard can I drive an IR Blaster?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How hard can I drive an IR Blaster?

    So I have one of these from a 2012 Samsung 3D TV ...



    And what I wanna find out SAFELY ... is how hard can I drive this thing? I have a use for it in mind and if I could get it to invisibly light up my living room it could be useful to me .... muwhahahahahahaaaaa

    Attached Files

    #2
    Re: How hard can I drive an IR Blaster?

    forget it, those are just regular leds.

    if your after secret lighting for camera's you need the IR version of the leds used in flashlights.

    Comment


      #3
      Re: How hard can I drive an IR Blaster?

      Originally posted by stj View Post
      forget it, those are just regular leds.

      if your after secret lighting for camera's you need the IR version of the leds used in flashlights.
      No I'm just wanting long reach for electronic equipment for IR repeating... Sorry if I was misleading in my initial post.

      Comment


        #4
        Re: How hard can I drive an IR Blaster?

        well most of the problem is going to be losses from filters & stuff like that, is this related to 3d glasses??

        Comment


          #5
          Re: How hard can I drive an IR Blaster?

          Most of the time the manufacturers are already driving it as hard as they can barring two thing: battery life (if applicable) and the LED must last longer than any possible warranty claim. So usually if you want to sacrifice one or the other, it usually is going as bright as it can without replacing the LED.

          Comment


            #6
            Re: How hard can I drive an IR Blaster?

            Originally posted by stj View Post
            well most of the problem is going to be losses from filters & stuff like that, is this related to 3d glasses??
            No, it's an arduino project that relays IR codes to different equipment (TV, cable box, Roku etc.)

            Comment


              #7
              Re: How hard can I drive an IR Blaster?

              Originally posted by stj View Post
              forget it, those are just regular leds.
              I took it apart, and discovered it has 5 LEDs in it... they are a little bit larger than a standard LED, and they are translucent with a blue-ish tint to them. They are attached to a small circuit board which connects them in parallel ... which means if one of them can handle say ... 200ma, then 5 of them in parallel can handle a full amp, right?
              Last edited by EasyGoing1; 09-01-2019, 01:53 PM.

              Comment


                #8
                Re: How hard can I drive an IR Blaster?

                Originally posted by EasyGoing1 View Post
                I took it apart, and discovered it has 5 LEDs in it... they are a little bit larger than a standard LED, and they are translucent with a blue-ish tint to them. They are attached to a small circuit board which connects them in parallel ... which means if one of them can handle say ... 200ma, then 5 of them in parallel can handle a full amp, right?
                Only if they are perfectly matched.

                The better way to drive multiple LEDs (for greater luminous intensity) is to drive them in series. In that way, the output from each may vary (based on their individual characteristics) but you're sure that each will see the same "drive".

                [The BEST way, of course, is to drive them individually to optimize output per device -- but, that's needlessly expensive]

                Unfortunately, this means you need more voltage compliance in your (current-mode) driver. E.g., for 5 in a string, you're in the 15V range (losses in the driver).

                So, you'd need 15V at 200mA (in your hypothetical example) instead of 3V @ 1A.

                Comment


                  #9
                  Re: How hard can I drive an IR Blaster?

                  Originally posted by Curious.George View Post
                  Only if they are perfectly matched.

                  The better way to drive multiple LEDs (for greater luminous intensity) is to drive them in series. In that way, the output from each may vary (based on their individual characteristics) but you're sure that each will see the same "drive".

                  [The BEST way, of course, is to drive them individually to optimize output per device -- but, that's needlessly expensive]

                  Unfortunately, this means you need more voltage compliance in your (current-mode) driver. E.g., for 5 in a string, you're in the 15V range (losses in the driver).

                  So, you'd need 15V at 200mA (in your hypothetical example) instead of 3V @ 1A.
                  I'm driving this project with 19V because it also uses a stepper motor for volume knob control and i didn't have a 12v supply laying around ... but i've got several 19v laptop power supples in the drawer ... ive got it breadboarded and fully functional ... im driving the 5 parallel leds with 5v ... the Arduino Nano hits a NPN transistor base through a low value resistor, then the emitter straight to ground, and the collector feeds the cathode and the annode is connected straight to the output from a 7805 which is driven from the 19v supply ... no pullup reisistor at all. Its been running for a couple weeks and so far so good.

                  Comment


                    #10
                    Re: How hard can I drive an IR Blaster?

                    So you have all 5 LED connected in parallel with 5V power supply with one switched Transistor on the low side without out any current limiting resistors at all?
                    What is the current draw for EACH LED when you check?
                    Last edited by budm; 09-10-2019, 10:54 AM.
                    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


                      #11
                      Re: How hard can I drive an IR Blaster?

                      You always use resistors to limit LED current
                      The current-limiting is likely from the NPN switching transistor or 7805 or both having a large voltage drop. TX is only for a short burst.

                      So the LED's are getting unknown power. If they are 5mm LED's you can't push 200mA through them.
                      It would be better with the IR LED's in series (5*1.5V) to 7.5V and a resistor, or constant-current NPN switching transistor (add resistor), to the 19V rail.

                      Comment


                        #12
                        Re: How hard can I drive an IR Blaster?

                        Originally posted by budm View Post
                        So you have all 5 LED connected in parallel with 5V power supply with one switched Transistor on the low side without out any current limiting resistors at all?
                        What is the current draw for EACH LED when you check?
                        I guess that would require that I actually check ... I would have to desolder to check just one ... would you settle for total current draw from all 5 and we can just divide the result?

                        Comment


                          #13
                          Re: How hard can I drive an IR Blaster?

                          Originally posted by redwire View Post
                          You always use resistors to limit LED current
                          The current-limiting is likely from the NPN switching transistor or 7805 or both having a large voltage drop. TX is only for a short burst.

                          So the LED's are getting unknown power. If they are 5mm LED's you can't push 200mA through them.
                          It would be better with the IR LED's in series (5*1.5V) to 7.5V and a resistor, or constant-current NPN switching transistor (add resistor), to the 19V rail.
                          Once I discovered that these LEDs are slightly larger than "normal" leds and that they clear with a blue tint, I googled around and saw that they were basically standard high output IR LEDs, which are typically rated at 1.2 volts at 100 ma. With a 5v supply and a sum total of 500ma, it would call for a pull up resistor of about 7 or 8 ohms ... I figured with the transistor offering SOME resistance and the fact that they will be switched on and off so quickly ... I didn't need to mess with the resistor.

                          So if I sourced the IR LEDs from 19 volts through a switching transistor, Id need about 35 ohms or whatever I have thats close to that value ... I could actually eliminate that 7805 if I did that because the only thing that regulator does is power those LEDs.... hmmmm... thats a good idea I havent ordered the PCB yet so I still have time to change the design.

                          Comment


                            #14
                            Re: How hard can I drive an IR Blaster?

                            Originally posted by EasyGoing1 View Post
                            I guess that would require that I actually check ... I would have to desolder to check just one ... would you settle for total current draw from all 5 and we can just divide the result?
                            When putting LED in parallel and they do not have matching VF, so they will not conduct with same amount of current, the one with the lower VF will conduct the most, the one with higher VF may conduct little or not conduct at all, and when the one with lower Vf is conducting as it is heated up it will lower the Vf so it will conduct even more and get into thermal runaway, that is why you do not simply put semiconductor in parallel unless you match them and also the thermal management has to be done correctly.
                            Current limiting resistor for each LED for parallel connection, that is why you are better off connecting LED's in series and drive them with PWM constant current.
                            https://www.arrow.com/en/research-an...ds-in-parallel

                            https://www.edn.com/design/led/44245...el-LED-strings

                            Using 7805 to drop 19V to 5V at 500mA, that means the 7805 will be dissipating 19V - 5V = 14V of Vdrops on the 7805. 14V x 0.5A = 7W of power dissipation on the 7805.
                            Last edited by budm; 09-12-2019, 04:57 PM.
                            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


                              #15
                              Re: How hard can I drive an IR Blaster?

                              Originally posted by budm View Post
                              When putting LED in parallel and they do not have matching VF, so they will not conduct with same amount of current, the one with the lower VF will conduct the most, the one with higher VF may conduct little or not conduct at all, and when the one with lower Vf is conducting as it is heated up it will lower the Vf so it will conduct even more and get into thermal runaway, that is why you do not simply put semiconductor in parallel unless you match them and also the thermal management has to be done correctly.
                              Current limiting resistor for each LED for parallel connection, that is why you are better off connecting LED's in series and drive them with PWM constant current.
                              https://www.arrow.com/en/research-an...ds-in-parallel

                              https://www.edn.com/design/led/44245...el-LED-strings

                              Using 7805 to drop 19V to 5V at 500mA, that means the 7805 will be dissipating 19V - 5V = 14V of Vdrops on the 7805. 14V x 0.5A = 7W of power dissipation on the 7805.
                              These 5 LEDs in parallel are a commercial product, manufactured by Samsung. There are no resistors, just a circuit board with five of these LEDs connected in parallel. When I send an IR signal into the LEDs with a 5 volt source with the configuration previously stated, and I look at the LEDs using a cell phone camera, all 5 light up fairly brightly...

                              Comment


                                #16
                                Re: How hard can I drive an IR Blaster?

                                Originally posted by stj View Post
                                forget it, those are just regular leds.

                                if your after secret lighting for camera's you need the IR version of the leds used in flashlights.
                                Interesting. I picked a few cameras from the tip that have IR rings. Do they run in the same bands? Can i make an IR blaster from them for.. Say... A TV be gone?
                                Things I've fixed: anything from semis to crappy Chinese $2 radios, and now an IoT Dildo....

                                "Dude, this is Wyoming, i hopped on and sent 'er. No fucking around." -- Me

                                Excuse me while i do something dangerous


                                You must have a sad, sad boring life if you hate on people harmlessly enjoying life with an animal costume.

                                Sometimes you need to break shit to fix it.... Thats why my lawnmower doesn't have a deadman switch or engine brake anymore

                                Follow the white rabbit.

                                Comment


                                  #17
                                  Re: How hard can I drive an IR Blaster?

                                  Originally posted by EasyGoing1 View Post
                                  These 5 LEDs in parallel are a commercial product, manufactured by Samsung. There are no resistors, just a circuit board with five of these LEDs connected in parallel. When I send an IR signal into the LEDs with a 5 volt source with the configuration previously stated, and I look at the LEDs using a cell phone camera, all 5 light up fairly brightly...
                                  How about showing us good clear pictures of the whole top and bottom side of this Samsung board?
                                  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

                                  Working...
                                  X