Sunday, 9 September 2018

mains - LED as 230V AC indicator


Answers to other questions here (e.g. 1) show capacitors used to drop AC voltages to levels suitable for a LED. I've seen much simpler circuits such as the one below



schematic


simulate this circuit – Schematic created using CircuitLab


Assuming it's in a suitable enclosure, are there significant drawbacks or dangers to this circuit compared to others?



Answer



The types of AC powered LED drivers I've seen use a capacitor to drop the voltage/limit the current and to that extent it uses less "real" power.


The circuit you've drawn will (for normal 1.8V LEDs) pretty much dissipate 1W so it will get a little warm.


I guess the inability to pack some punch is the main drawback. The current into the LED is about 8mA every positive cycle so you don't get much light out compared to the heat.


I don't think there are any dangers (other than those you excluded)


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...