Download Print this page

ISSI IS31FL3216A Manual

6 channels led driver evaluation board

Advertisement

Quick Links

16 CHANNELS LED DRIVER EVALUATION BOARD GUIDE
DESCRIPTION
The IS31FL3216A is a fun light LED controller with an
audio modulation mode. It can store data of 8 frames
with
internal
RAM
to
automatically.
IS31FL3216A can sample the input signal to modulate
the intensity of LEDs, or control 8 frames playing by
internal ADC block.
The LED current of each channel can be set in 256
steps by adjusting the PWM duty cycle through an I2C
interface. 8 channels can be used as GPIO ports.
FEATURES
2.7V to 5.5V supply
I2C interface, automatic address increment
function
Internal RAM
Modulate LED brightness with 256 steps PWM
PWM frequency up to 26kHz
Each channel can be controlled independently
Auto Frame Play Mode with 8 frames
8 frames memory for animations
Audio Frame Mode with 8 frames
8 of 16 outputs not used as LED drivers can be
used as GPIO ports
8 levels of maximum intensity control
QFN-28 (4mm × 4mm) package
QUICK START
Figure 1: Photo of IS31FL3216A Evaluation Board
ORDERING INFORMATION
Part No.
IS31FL3216A-QFLS3-EB
 
For pricing, delivery, and ordering information, please contacts ISSI's analog marketing team at
analog@issi.com
or (408) 969-6600.
Integrated Silicon Solution, Inc. – www.issi.com
Rev. A, 09/18/2017
play
small
animations
 
Temperature Range
-40°C to +105°C (Industrial)
Table 1: Ordering Information
 
RECOMMENDED EQUIPMENT
5.0V, 2A power supply
Audio source( i.e. MP3 player, Notebook PC, etc)
8Ω speaker
ABSOLUTE MAXIMUM RATINGS
≤ 5.5V power supply
≥ 8Ω speaker
Caution: Do not exceed the conditions listed above, otherwise
the board will be damaged.
PROCEDURE
The IS31FL3216A evaluation board is fully assembled
and tested. Follow the steps listed below to verify
board operation.
Caution: Do not turn on the power supply until all connections
are completed.
1)
If using external DC power supply connect the
ground terminal of the power supply to the
evaluation board's GND pin and the positive
terminal to the VCC pin. The evaluation board can
also be powered via the Micro USB connector.
2)
Connect an 8Ω speaker to the "SPK" connector.
3)
Connect the audio source to the "AUDIO IN"
connector.
4)
Short J1 to close external control.
5)
Turn on the power supply/Plug in the Micro USB
and pay attention to the supply current. If the
current exceeds 1A, please check for circuit fault.
6)
Turn on the audio signal.
7)
Enter the desired mode of display by toggling the
MODE button (K1).
 
Package
QFN-28, Lead-free
 

Advertisement

loading
Need help?

Need help?

Do you have a question about the IS31FL3216A and is the answer not in the manual?

Questions and answers

Summary of Contents for ISSI IS31FL3216A

  • Page 1 Temperature Range Package IS31FL3216A-QFLS3-EB -40°C to +105°C (Industrial) QFN-28, Lead-free Table 1: Ordering Information   For pricing, delivery, and ordering information, please contacts ISSI’s analog marketing team at analog@issi.com or (408) 969-6600. Integrated Silicon Solution, Inc. – www.issi.com     1 ...
  • Page 2: Software Support

    …program Files(x86)/Arduino/hardware/tools/avr/avr/include/avr Note: IS31FL3216A solely controls the FxLED function on the /. Then download the latest IS31FL3216A test evaluation board. firmware (sketch) from the ISSI website http://www.issi.com/US/product-analog-fxled-driversh SOFTWARE SUPPORT tml.
  • Page 3 16 CHANNELS LED DRIVER EVALUATION BOARD GUIDE Use the test code in appendix I or download the test firmware (sketch) from the ISSI website, a .txt file and copy the code to Arduino IDE, compile and upload to Arduino. Run the Arduino code and the single LED will always breathing.
  • Page 4: Bill Of Materials

    C9,C10, Capacitor CAP,10nF,16V,±20%,SMD Yageo CC0603KKX7R9BB103 Capacitor CAP, 0.22µF,16V,±20%,SMD Yageo CC0603KKX7R9BB224 Button K1~K9 Button SMD Connector DC IN Micro USB connector Bill of Materials, refer to Figure 3 above. Integrated Silicon Solution, Inc. – www.issi.com     4  Rev. A, 09/18/2017...
  • Page 5 16 CHANNELS LED DRIVER EVALUATION BOARD GUIDE       Figure 4: Board Component Placement Guide - Top Layer     Figure 5: Board PCB Layout - Top Layer Integrated Silicon Solution, Inc. – www.issi.com     5  Rev. A, 09/18/2017...
  • Page 6 Figure 6: Board Component Placement Guide - Bottom Layer     Figure 7: Board PCB Layout - Bottom Layer Copyright © 2017 Integrated Silicon Solution, Inc. All rights reserved. ISSI reserves the right to make changes to this specification and its products at any time without notice. ISSI assumes no liability arising out of the application or use of any information, products or services described herein.  Customers are advised to obtain the latest version of this device specification before relying on any published information and before placing orders for  products.  Integrated Silicon Solution, Inc. does not recommend the use of any of its products in life support applications where the failure or malfunction of the  product can reasonably be expected to cause failure of the life support system or to significantly affect its safety or effectiveness. Products are not  authorized for use in such applications unless Integrated Silicon Solution, Inc. receives written assurance to its satisfaction, that:  a.) the risk of injury or damage has been minimized;  b.) the user assume all such risks; and    c.) potential liability of Integrated Silicon Solution, Inc is adequately protected under the circumstances Integrated Silicon Solution, Inc. – www.issi.com     6  Rev. A, 09/18/2017...
  • Page 7: Revision History

    16 CHANNELS LED DRIVER EVALUATION BOARD GUIDE REVISION HISTORY Revision Detail Information Data Initial Release 2017.09.18 Integrated Silicon Solution, Inc. – www.issi.com     7  Rev. A, 09/18/2017...
  • Page 8 16 CHANNELS LED DRIVER EVALUATION BOARD GUIDE APPENDIX Ⅰ: IS31FL3216A Arduino Test Code V01A #include<Wire.h> #include<avr/pgmspace.h> #define Addr_GND 0xE8 //7 bit format is 0x74(AD=L) or 0x77(AD=H) const PROGMEM byte PWM_Gama64[128]= 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07, 0x08,0x09,0x0b,0x0d,0x0f,0x11,0x13,0x16, 0x1a,0x1c,0x1d,0x1f,0x22,0x25,0x28,0x2e, 0x34,0x38,0x3c,0x40,0x44,0x48,0x4b,0x4f, 0x55,0x5a,0x5f,0x64,0x69,0x6d,0x72,0x77, 0x7d,0x80,0x88,0x8d,0x94,0x9a,0xa0,0xa7, 0xac,0xb0,0xb9,0xbf,0xc6,0xcb,0xcf,0xd6, 0xe1,0xe9,0xed,0xf1,0xf6,0xfa,0xfe,0xff, 0xff,0xfe,0xfa,0xf6,0xf1,0xed,0xe9,0xe1, 0xd6,0xcf,0xcb,0xc6,0xbf,0xb9,0xb0,0xac,...
  • Page 9 IS_IIC_WriteByte(Addr_GND,i,0x00);//write all PWM set 0x00 IS_IIC_WriteByte(Addr_GND,0xB0,0x00);//update IS_IIC_WriteByte(Addr_GND,0x00,0x00);//normal operation void IS31FL3216A_mode1(void)//All LED Breath uint8_t i = 0; int8_t j = 0; for (j=0;j<127;j++)//all LED breath for(i=0x10;i<0x20;i++) IS_IIC_WriteByte(Addr_GND,i,pgm_read_byte_near(&PWM_Gama64[j]));//set all PWM IS_IIC_WriteByte(Addr_GND,0xB0,0x00);//update delay(20);//20ms Integrated Silicon Solution, Inc. – www.issi.com     9  Rev. A, 09/18/2017...