Difference between revisions of "LoRa AC Dimmer"
(→Introduce) |
(→Introduce) |
||
Line 5: | Line 5: | ||
LoRa AC dimmer can easily program with Arduino, which is comfortable for the electronic beginner.<br> | LoRa AC dimmer can easily program with Arduino, which is comfortable for the electronic beginner.<br> | ||
− | + | '''Model:[https://www.makerfabs.com/wiki/index.php?title=Main_Page LoRa AC Dimmer]<br> | |
+ | |||
[[File:LoRa_AC_dimmer 001.jpg|500px]] | [[File:LoRa_AC_dimmer 001.jpg|500px]] | ||
Revision as of 08:21, 2 August 2021
Contents
About the product
Introduce
AC dimmer is designed to control the alternating current voltage, it is used to control the LED light, electronic heating element and the AC motor. LoRa AC Dimmer module is based on Atmel's Atmega328P to control the dimmer through the PWM signal the MCU generated. The board also features the LoRa module on board that provides a solution for controlling remotely.
LoRa AC dimmer can easily program with Arduino, which is comfortable for the electronic beginner.
Model:LoRa AC Dimmer
Features
- ATMEL Atmega328P: High Performance, Low Power Atmel®AVR® Classic Microcontroller
- Speed Grade: 20Mhz
- Flash: 32KBytes
- RAM: 2KBytes
- EEPROM: 1Kbytes
- Onboard LoRa module
- Photocoupler, 400V peak off-state voltage
- With integrated Phase detection and Zero Crossing Detection processing
- 5V Relay for shutting off absolutely
- Fuse with 250V and 1.5A
- Support AC 24V connection.
Interfaces
Preparation before using
Note: Safety First.
- Prepare the USB to Serial tool like CP2104 for Arduino programming.
- Prepare other LoRa terminal for controlling the AC Dimmer.
Using Demo
Overview: Use the Maduino LoRa Radio board to control the light connected with the AC Dimmer remotely.
- Use the CP2104 tool to connect the board with the PC.
- Program the AC dimmer board by Arduino.
- 1. You can get the demo code from Github.
- 2. Open the code with Arduino.
- 3. Select the development board (Arduino Pro Mini) and the port.
- 4. Install the library (RadioLib.h) for the LoRa module driver.
- 5. Remember to modify the frequency to your modules at the code.
- 6. Verify the code and upload it to the board.
- Program the Maduino LoRa radio board to be the controller.
- 1. Get the code from here.
- 2. Open the code with Arduino.
- 3. Select the development board (Arduino Pro Mini) and the port.
- 4. Upload the code to the board.
- Connect the light to the screw terminals of the output, plug the Live line and Null light to the input with cutting off the power. Please note that all operations must be on the power cutting off.
- Power on the LoRa AC dimmer.
- Power on the Maduino LoRa radio board with the Micro USB cable connecting the PC. Open the serial monitor of the Arduino IDE, and transmit the data to control the Dimmer.
F&Q
You can list your question here or contact support@makerfabs.com for technology support. Detailed descriptions of your question will be helped to solve your question.