Flicker Click Board
Flicker Click Board
Thanks to the onboard NA556 dual precision timer from Texas Instruments and the G6D-ASI power PCB relay from Omron, the FLICKER Click Board™ can control loads up to 5A, 250 VAC/30 VDC at a predefined time interval.
The on/off period can last from 0.1 to 6 seconds, which can be set by the two ON/OFF onboard potentiometers. The external load can be connected to the board through the screw terminal. FLICKER Click Board™ runs on a 5V power supply and it communicates with the MCU over the RST pin.
Software Support
This code snippet configures required port E as digital, sets pins 1 and 2 as input and enters an infinite loop. While in an infinite loop, use potentiometers P1 and P2 to adjust the ON / OFF time period.
- Supply voltage within range of 5 – 15 V.
- Maximum output current detected : 225 mA.
- Usable on : ARM, PIC, PIC32, AVR and FTDI compilers.
1 2 void main() 3 { 4 ANSELE = 0; // Configure PORTE pins as digital 5 TRISE2_bit = 1; // Set RE2 pin as input 6 PORTE = 0; 7 while(1); // Endless loop 8 // While Button is held, the onboard LED will blink according to ON/OFF timer 9 // For example, connect beeper from digital multimeter on terminal 10 }
Flicker Click Board
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.