1 Channel Arduino Light Dimmer, Arduino Dimmer Module, Arduino AC Light Dimmer Controller, AC Dimmer Module for Arduino, STM32, ARM, AVR, 3.3V/5V Logic, AC 50/60hz, 220V/110V
Thumbnail 1Thumbnail 2

1 Channel Arduino Light Dimmer, Arduino Dimmer Module, Arduino AC Light Dimmer Controller, AC Dimmer Module for Arduino, STM32, ARM, AVR, 3.3V/5V Logic, AC 50/60hz, 220V/110V

产品编号: 46417439
安全交易

细节

  • Operation Mode
    ON-OFF
  • Current Rating
    8 Amps
  • Operating Voltage
    220 Volts
  • Contact Type
    Normally
  • Brand
    RobotDyn
  • Terminal
    Screw
8A Load Power
🏠Smart Home Ready
🔌AC/DC Compatibility
经常一起购买

描述

Illuminate Your Innovations! 💡

  • IDEAL FOR PROJECTS - Perfect for home automation, school projects, and DIY enthusiasts.
  • HIGH POWER HANDLING - Supports up to 8A for robust applications.
  • ISOLATED SAFETY DESIGN - Ensures complete isolation between low and high voltage sides.
  • SMOOTH DIMMING CONTROL - Create the perfect ambiance with gradual lighting adjustments.
  • VERSATILE COMPATIBILITY - Seamlessly integrates with Arduino Uno, Mega, and more!

The 1 Channel Arduino Light Dimmer is a versatile module designed for controlling AC voltage in various applications, from smart home lighting to DIY projects. With compatibility across multiple platforms and a robust design, it offers a safe and effective solution for both hobbyists and professionals.

Small manufacture image 1Small manufacture image 2Small manufacture image 3

有问题吗?看看别人问了什么

There are no instructions that come with this - can someone provide how to wire it and some sample code for an arduino?
can you also provide wiring diagram for a simple light? N L are not labeled???
is this UL listed? does it need to?
what is the purpose of the c-z pin? vcc, gnd and Pam all make sense, but I can't find the purpose of the c-z

评论

D**.

Does not work as a dimmer

UPDATEDThe documentation on this product is very poor. The sketch provided by the manufacturer does not work. That being said, with the following sketch I found elsewhere on the internet:/*AC Voltage dimmer with Zero cross detectionAuthor: Charith Fernanado <a href="http://www.inmojo.com"> http://www.inmojo.com</a>Adapted by DIY_blokeLicense: Creative Commons Attribution Share-Alike 3.0 License.Attach the Zero cross pin of the module to Arduino External Interrupt pinSelect the correct Interrupt # from the below table(the Pin numbers are digital pins, NOT physical pins:digital pin 2 [INT0]=physical pin 4 and digital pin 3 [INT1]= physical pin 5)check: <a href="http://arduino.cc/en/Reference/attachInterrupt"> http://www.inmojo.com</a>Pin | Interrrupt # | Arduino Platform---------------------------------------2 | 0 | All -But it is INT1 on the Leonardo3 | 1 | All -But it is INT0 on the Leonardo18 | 5 | Arduino Mega Only19 | 4 | Arduino Mega Only20 | 3 | Arduino Mega Only21 | 2 | Arduino Mega Only0 | 0 | Leonardo1 | 3 | Leonardo7 | 4 | LeonardoThe Arduino Due has no standard interrupt pins as an iterrupt can be attached to almosty any pin.In the program pin 2 is chosen*/int AC_LOAD = 3; // Output to Opto Triac pinunsigned char dimming = 128; // Dimming level (0-128) 0 = ON, 128 = OFFvoid setup(){pinMode(AC_LOAD, OUTPUT);// Set AC Load pin as outputattachInterrupt(0, zero_crosss_int, RISING); // Choose the zero cross interrupt # from the table above}//the interrupt function must take no parameters and return nothingvoid zero_crosss_int() //function to be fired at the zero crossing to dim the light{// Firing angle calculation : 1 full 50Hz wave =1/50=20ms// Every zerocrossing thus: (50Hz)-> 10ms (1/2 Cycle)// For 60Hz => 8.33ms (10.000/120)// 10ms=10000us// (10000us - 10us) / 128 = 75 (Approx) For 60Hz =>65int dimtime = (65*(int)dimming); // For 60Hz =>65delayMicroseconds(dimtime); // Wait till firing the TRIACdigitalWrite(AC_LOAD, HIGH); // Fire the TRIasdf;lkjdidimv2delayMicroseconds(10); // triac On propogation delay// (for 60Hz use 8.33) Some Triacs need a longer perioddigitalWrite(AC_LOAD, LOW); // No longer trigger the TRIAC (the next zero crossing will swith it off) TRIAC}void loop() {for (int i=5; i <= 126; i++){dimming=i;delay(10);}}It works perfectly.

P**V

Doesn't work. Neither sellers convoluted sketch, nor a ...

The sketch provided by the seller doesn't work.Hardware works fine (PWM pin is really the gate of the TRIAC).

R**B

It's an optically isolated TRIAC with zero-crossing detector circuitry.

Works as expected. It's an optically isolated TRIAC with zero-crossing detector circuitry. Simple but functional.The thing to remember is that a TRIAC only turns off at the zero-crossing even after the "PWM" signal has been removed. So if you want to use it as a dimmer, then you need to enable (active high) "PWM" somewhere inside the AC waveform and release on the ZC signal going high. I'm using mine as a switch so I'm using the ZC signal to enable close to 0V on AC.A note about the ZC output: This is just a pull-up to VCC that is pulled down by AC action on the other side of an opto-isolator. Since there has to be a large current-limiting resistor on the AC side, the signal is rather wide (I measured ~1ms at 115VAC). So, about 500us after the signal goes high should get you really close to 0V if needed.

B**N

Nice design if you write your own code

Yes, it is a very simple pair of circuits but it is well put-together and appears to use solid components. I like that the board is physical split into high voltage and low voltage sections.I didn't even bother trying the manufacturer's sketch; I wrote my own Arduino code and managed to get decent dimming out of a non-dimmable LED bulb (you can't use the default duty cycle for these, which is why incandescent dimmers don't work.)As the description states, it works with 5V logic levels; I am using an Arduino to drive it. The ZC pulse is about 1ms at the normal 1.5v trigger level used by Arduino so it's pretty wide but stable enough that you can interpolate from the rising edge yourself in software to tighten the range significantly.

I**1

Needs better documentation

Several Arduino compatible boards could compile the code, and on Uno and Mega the examples compiled but the module was not responsive. I attempted multiple coding examples, followed a few YouTube videos with no luck. There was not enough information in the supplied docs to determine the correct interface my self; I attempted native pwm with no positive result.

A**E

Excellent Product

Very well designed product. Very useful if you want to build your own dimmer.

常见问题

是的,所有产品均直接来自美国,英国,阿联酋和印度的授权零售商。我们保持严格的质量控制过程,并在运输前验证每种产品。所有项目都有适用的制造商保证,并由我们的标准退货政策涵盖。
送货时间因目的地国家 /地区不等,通常从3-9个工作日不等。每个订单都可以通过我们的系统完全跟踪。我们处理所有关闭范围,并使用可靠的快递合作伙伴进行最后一英里的交付。您将通过电子邮件和我们的应用程序定期收到有关您的订单状态的更新。
自2014年以来,落伍车是一个国际电子商务平台。我们每天在全球范围内安全地处理数千个订单。每个产品都会在交付前经过我们的质量验证过程,我们提供端到端订单跟踪,24/7客户支持以及全面的回报政策,以确保安全的购物体验。
我们的价格包括产品成本,国际运输,进口关税,关税和当地交货费用。我们处理所有海关和导入程序,确保交货时没有隐藏的费用。 Pro会员将获得额外的福利,包括免费送货。

TrustPilot

TrustScore 4.5 | 7,300多个评论

伊姆兰 F.

非常可靠的商店,产品真实可靠。一定会再次购买!

2 周前

苏雷什· K.

质量和快速送货让我印象深刻。会再次来这里购物。

4天前

全球购物,通过 Desertcart 享受优惠
物有所值
各种产品的价格具有竞争力
全球购物
为 100 多个国家的数百万购物者提供服务
增强保护
深受全球购物者喜爱的值得信赖的支付方式
客户保证
深受全球购物者喜爱的值得信赖的支付方式。
沙漠车应用程序
随时随地随时随地购物。
MOP$63

关税和税费包括

Macau店铺
1
免费退货

30天对于 PRO 会员用户

15天无会员资格

安全交易

向AI询问此产品

TrustPilot

TrustScore 4.5 | 7,300多个评论

尤素夫·A.

总体来说,体验非常棒。会推荐给朋友和家人。

1 个月前

Farhan Q.

交货时间非常好,包装也很安全。

2 个月前

1 Channel Arduino Light Dimmer Arduino Dimmer Module Arduino Ac | Desertcart Macau