1

Hello guys I am currently working on a project. and I would like to turn on a GPIO pin when my LED on the circuit below turns on. I'm lost to where I should tie my input GPIO pin. please help. Thanks!

enter image description here

Rikku
  • 19
  • 4

1 Answers1

2

Question

How to use a NPN transistor to "turn on" a Rpi GPIO pin?

Answer

Ah, you cannot "turn on" a Rpi GPIO pin. She won't listen to you, but you can ask her to behave as input or output! :)

In geek English:

  1. A Rpi GPIO pin can be in "input mode" or "output mode".

  2. An "input" pin can input/read a signal which can be High or Low.

  3. An "output" pin can output/switch a LED, eg, High to switch on, Low to switch off, (or vice versa, depending on circuit).

converter

I have drawn a circuit showing how to convert a loud (5V) signal to a soft (3V3) signal. The fair lady prefers a soft voice - loud voice can kill her! :)

converter 2

/ to continue, ...

References

NPN Transistor Tutorial - Electronics Tutorials

tlfong01
  • 4,847
  • 3
  • 12
  • 24