0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Raspberry PiでのLチカ実験の準備・回路作成

Last updated at Posted at 2025-06-27

概要

Raspberry PiでLチカの実験するための回路の準備.

Lチカ配線概要.png

参考情報

作成回路

ブレッドボードを使った回路の概要は以下の通り.

led_switch.png

諸情報

抵抗の位置

LEDのアノード側(+側)につける.

抵抗の値

ツール・ラボ/第22回 Raspberry PiのGPIO概要情報から,流れる電流を10mA以下にしたい.
その場合,LEDの電圧降下が1.8Vなので

\begin{align}
抵抗R = \frac{電圧V}{電流I} \ge \frac{3.3V - 1.8V}{10mA} = 150Ω
\end{align}

となる.150Ω以上あればよく,たまたま手元にあった1kΩを使用しただけ.
ちなみに1kΩの場合,流れる電流は

I=\frac{V}{R}=\frac{3.3V - 1.8V}{1kΩ} = 1.5mA

となり,まあまあ光量は少なくなってるかも(だけどいい).

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?