Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我将LED (3.1 V) 或 LED (2.4 V) 插入 Arduino 3.5 V 端口会发生什么?会不会损坏LED?我需要一个电阻吗?如果有,是什么类型的?
你真正应该关心的是什么样的电流将通过你的 LED。我猜你的 LED 的最大工作电流约为 20 mA,正常电流为 10 mA。那些 3.1 V 或 2.4 V 值是 LED 上的正向压降。如果您的 Arduino 端口输出 3.5 V 并且您的 LED 下降 3.1 V,那么您仍然有 0.4 V 必须通过某种电阻下降。由于您希望通过 LED 将电流限制在 10 mA 左右,因此您应该将与 LED 串联的电阻值设置为 R = V/I 或 R = 0.4 V / 0.01 A = 40 ohms。