element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Community Hub
Community Hub
Member's Forum Using 12v at base of transistor
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Leaderboard
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Community Hub to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 29 replies
  • Answers 10 answers
  • Subscribers 537 subscribers
  • Views 6224 views
  • Users 0 members are here
  • transistor
  • 12v
  • car
Related

Using 12v at base of transistor

ntewinkel
ntewinkel over 9 years ago

Hi all,

 

I'm thinking of using a transistor in a car circuit, to switch a light depending on the state of another light.

 

So it will be 12v as the signal at the base of the transistor.

 

I have a bunch of pn2222a transistors, and I can't figure out from the datasheet what the maximum means for that. It seems to be a reverse maximum (ie, don't let the output be more than 5v over the base voltage).

 

So the question is - is it possible to switch a transistor like that using 12v at the base?

 

Thanks!

-Nico

 

ps, I know I can easily do this using relays, but those take up more space, and I'd prefer to avoid the mechanical bits.

  • Sign in to reply
  • Cancel

Top Replies

  • michaelkellett
    michaelkellett over 9 years ago +2 verified
    Short answer - no. The base of a transistor is current driven - think of the base emitter junction as being a diode (the arrow on the emitter shows the direction of conventional current when forward biased…
  • ntewinkel
    ntewinkel over 9 years ago in reply to michaelkellett +2
    Thanks Michael! To be more precise with the details, they are to switch the LED taillights on a camper trailer. I should test how much it draws. The description said 3W, but that might be for the whole…
  • D_Hersey
    D_Hersey over 9 years ago +2 suggested
    Maybe there is a POTS soln: How To Install A Trailer Light Taillight Converter In Your Towing Vehicle I am not quite sure how the brake light signal is derived from turn signals. If you can come up with…
Parents
  • michaelkellett
    0 michaelkellett over 9 years ago

    Short answer - no.

    The base of  a transistor is current driven - think of the base emitter junction as being a diode (the arrow on the emitter shows the direction of conventional current when forward biased). When the transistor is operating the base emitter voltage of  a silicon transistor like the pn2222A will be about 0.6V (actually it will vary according to the base current).

     

    image

     

     

    R2 controls the base current so for 500mA in the load you'll need about 10mA in the base so make R2 = 1k2.

     

    But actually, don't do this at all - use a relay !

     

    The pn22222 is rated 500mA max so it will struggle to turn on a 2W light bulb (might be enough - you don't say what the load is - but remember that normal light bulbs draw perhaps as much as 10x the normal working current at switch on).

    The pn2222 is rated for 40V max so it should be protected form car power supply transients.

    If the load is shorted the transistor will fail.

     

    Relays can cope with all the above - but don't forget a diode across the coil (cathode to +ve supply) to stop it generating huge voltage spikes when it is turned off.

     

    MK

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ntewinkel
    0 ntewinkel over 9 years ago in reply to michaelkellett

    Thanks Michael!

     

    To be more precise with the details, they are to switch the LED taillights on a camper trailer. I should test how much it draws. The description said 3W, but that might be for the whole unit.

     

    The wiring from the car has 4 wires (ground, lights, left turn, right turn), which is designed for taillights that just have the red light: dimmer red for lights, brighter for turn blinker or brakes (brakes = left and right both on).

     

    But, being that things have to look prettier than that, we bought a nice looking set of LED taillights that have separate orange turn indicators.

     

    So I thought I'd use some logic to make the orange turn light go on, unless the other orange turn light is also on, in which case both red lights go on instead.

     

    I noticed cars have cheap-and-plentiful relays. I think the one I need is called a 5 pin SPDT? the relay has a default path, and when the coil is energized it takes the other path. So the default path goes to power the orange arrow, and the coil of the relay is connected to the orange arrow of the other side, which would switch it to power the red part.

     

    It doesn't really matter if the orange turn lights flash a bit when the brakes are pressed - gets people's attention image

     

    Here is a picture.

    image

     

    A big point of restoring this old Trillium trailer we bought was for my wife to paint it up (thus the nice colours and "goat girl googoo goggles" window cover). This is why the "regular" brake lights were "too normal" image

    image

     

    -Nico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • ntewinkel
    0 ntewinkel over 9 years ago in reply to michaelkellett

    Thanks Michael!

     

    To be more precise with the details, they are to switch the LED taillights on a camper trailer. I should test how much it draws. The description said 3W, but that might be for the whole unit.

     

    The wiring from the car has 4 wires (ground, lights, left turn, right turn), which is designed for taillights that just have the red light: dimmer red for lights, brighter for turn blinker or brakes (brakes = left and right both on).

     

    But, being that things have to look prettier than that, we bought a nice looking set of LED taillights that have separate orange turn indicators.

     

    So I thought I'd use some logic to make the orange turn light go on, unless the other orange turn light is also on, in which case both red lights go on instead.

     

    I noticed cars have cheap-and-plentiful relays. I think the one I need is called a 5 pin SPDT? the relay has a default path, and when the coil is energized it takes the other path. So the default path goes to power the orange arrow, and the coil of the relay is connected to the orange arrow of the other side, which would switch it to power the red part.

     

    It doesn't really matter if the orange turn lights flash a bit when the brakes are pressed - gets people's attention image

     

    Here is a picture.

    image

     

    A big point of restoring this old Trillium trailer we bought was for my wife to paint it up (thus the nice colours and "goat girl googoo goggles" window cover). This is why the "regular" brake lights were "too normal" image

    image

     

    -Nico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube