Hardware User Guide of DALI 2.0 Slave on...

21
Hardware User Guide of DALI 2.0 Slave on ATtiny817 Hardware User Guide of DALI 2.0 Slave on ATtiny817 Introduction This document will guide the user with how to start with the DALI 2.0 Slave board design based on the ATtiny817 microcontroller. For this engagement board, the hardware design files (schematic, BOM, and PCB Gerber) and software source code can be downloaded from the Microchip website. The provided hardware documentation can be used with no limitations to manufacture the reference hardware solution for the design. The source code and firmware user guide can be downloaded from http://www.microchip.com/. Features Highly reliable design within -40°C to +105°C DALI 2.0 Slave function Programming and debugging of the ATtiny817 through UPDI interface © 2017 Microchip Technology Inc. User Guide DS50002631A-page 1

Transcript of Hardware User Guide of DALI 2.0 Slave on...

  • Hardware User Guide of DALI2.0 Slave on ATtiny817

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    Introduction

    This document will guide the user with how to start with the DALI 2.0 Slave board design based on theATtiny817 microcontroller.

    For this engagement board, the hardware design files (schematic, BOM, and PCB Gerber) and softwaresource code can be downloaded from the Microchip website. The provided hardware documentation canbe used with no limitations to manufacture the reference hardware solution for the design.

    The source code and firmware user guide can be downloaded from http://www.microchip.com/.

    Features

    • Highly reliable design within -40°C to +105°C• DALI 2.0 Slave function• Programming and debugging of the ATtiny817 through UPDI interface

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 1

    http://www.microchip.com/

  • Table of Contents

    Introduction......................................................................................................................1

    Features.......................................................................................................................... 1

    1. Overview....................................................................................................................31.1. System Overview......................................................................................................................... 31.2. DALI Interface.............................................................................................................................. 31.3. MCU Connection..........................................................................................................................5

    2. User Interfaces.......................................................................................................... 62.1. USB Power Supply.......................................................................................................................62.2. DALI Bus Connector.....................................................................................................................72.3. UPDI Header................................................................................................................................72.4. Status LEDs................................................................................................................................. 92.5. Lighting LED...............................................................................................................................102.6. ISP/SPI Header.......................................................................................................................... 112.7. Button.........................................................................................................................................12

    3. Firmware..................................................................................................................143.1. Firmware Programming..............................................................................................................14

    4. System Setup.......................................................................................................... 164.1. DALI Master............................................................................................................................... 164.2. System Control...........................................................................................................................16

    5. Revision History.......................................................................................................17

    The Microchip Web Site................................................................................................ 18

    Customer Change Notification Service..........................................................................18

    Customer Support......................................................................................................... 18

    Microchip Devices Code Protection Feature................................................................. 18

    Legal Notice...................................................................................................................19

    Trademarks................................................................................................................... 19

    Quality Management System Certified by DNV.............................................................20

    Worldwide Sales and Service........................................................................................21

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 2

  • 1. OverviewThe DALI 2.0 Slave on the ATtiny817 board is intended to demonstrate the ATtiny817 tinyAVR® 8-bitmicrocontroller.

    1.1 System OverviewFigure 1-1. Overview of the DALI 2.0 Slave on the ATtiny817 Board

    Figure 1-2. System Block Diagram

    1.2 DALI InterfaceDALI Interface circuit handles the communication between the MCU and the DALI bus.

    Following the DALI protocol, the DALI bus carries a differential signal, the DALI interface circuit transferthe communication between the MCU and DALI bus.

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 3

  • The DALI bus is differential pair, to avoid the risk of sharing common ground, the DALI interface circuit isisolated with the MCU part via two optocouplers. The repetitive peak isolation voltage of these twooptocouplers reached 890V as described in datasheet.

    For decoding, the DALI interface uses constant current source to provide a stable power supply for thecomparator MIC834. As its internal stable reference, the output of comparator depends on the regularinput. The output signal drives the optocoupler to transfer the signal to the MCU. For coding, the MCUdrives the optocoupler directly to get the DALI bus modulated via a MOSFET.

    All components on the board are designed with a high reliable consideration, which makes the systemworking stable within the temperature range from -40°C to +105°C.

    Figure 1-3. DALI Interface

    Figure 1-4. Schematic of the DALI Interface

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 4

  • 1.3 MCU ConnectionThe ATtiny817 is a microcontroller using the tinyAVR 8-bit microprocessor, with 8 KB Flash, 512 bytes ofSRAM, and 128 bytes of EEPROM.

    Figure 1-5. MCU

    Figure 1-6. Schematic of the MCU

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 5

  • 2. User InterfacesThe on-board interfaces for the user include USB power supply socket, DALI bus connector, and UPDIheader. The Status LEDs and the Lighting LED can be used for indicating.

    There are some parts reserved and not mounted, including the ISP/SPI header and the Button.

    2.1 USB Power SupplyThe USB only acts as a 5 VDC power supply for the board, no data communication on the cable. The 5VDC supply the MCU and the system directly.

    Table 2-1. Pin Definition of the USB Socket

    Pin Name Connection

    1 Vbus 5V power supply

    2 D- NC

    3 D+ NC

    4 ID NC

    5 GND GND

    The USB power supply requires the standard power with voltage tolerance from 4.85V to 5.25V. Thepower consumption of the board is quite low for the USB port. Any USB port with 100 mA or higher outputcapability can power the board.

    The USB socket supports the micro-USB cable only. The connection is shown in the figure below.

    Figure 2-1. USB Power Supply to the Board

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 6

  • Figure 2-2. Schematic of the USB Socket

    2.2 DALI Bus ConnectorThe DALI Bus connector is dedicated for the DALI bus.

    The DALI bus is a pair of cables, which can connect the DALI Master and all DALI Slaves. Since the DALIbus carries the differential signal, the users need not to take care of the polarity of the connection.

    Strip the DALI bus cable in both ends first. Push the socket header on the top, then insert the cable to thehole, and release the header. The cable will be locked in the socket.

    The accomplished figure should look like the figure below.

    Figure 2-3. The DALI Bus Connector

    2.3 UPDI HeaderThe UPDI header is dedicated for the user to reprogram the ATtiny817. It is a 1.27 mm pitch 10-pinheader, which can be directly connected to the Atmel-ICE.

    Note:  For Atmel-ICE, use the AVR® port to connect it.

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 7

  • Table 2-2. Pin Definition of the UPDI Header

    Pin Name

    1 NC

    2 GND

    3 UPDI_RESET

    4 VCC

    5 RESET

    6 NC

    7 NC

    8 NC

    9 NC

    10 NC

    Figure 2-4. UPDI Header

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 8

  • Figure 2-5. UPDI with Atmel-ICE

    Figure 2-6. Schematic of the UPDI Header

    2.4 Status LEDsThere are two LEDs mounted on the board, one green and the other red, combined in one singlecomponent. Both can be used as the status indication.

    The green LED is defined as the power supply in the default firmware. The users can use it freely in theirown applications.

    Table 2-3. Pin Definition of Status LEDs

    Name Color Port on ATtiny817

    LED1 Green PA3

    LED2 Red PA2

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 9

  • Figure 2-7. Status LEDs

    Figure 2-8. Schematic of the Status LEDs

    2.5 Lighting LEDThe Lighting LED is an output of the DALI Slave. It is driven by a PWM signal generated by theATtiny817. The brightness of the Lighting LED can be changed upon the duty of the PWM signal. Thedrive pin of ATtiny817 is PA5.

    The DALI system is widely used in the lighting system. The Lighting LED can be regarded as a lightingtarget device. While working together with the DALI Master, the user can easily get a control feedbackfrom the brightness change of the Lighting LED.

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 10

  • Figure 2-9. Lighting LED

    Figure 2-10. Schematic of the Lighting LED

    2.6 ISP/SPI HeaderThe ISP/SPI Header is not mounted by default on the board. It is open for the user to mount manually. Astandard 6-pin 2.54 mm pitch header is needed for mounting. The header can be used as a standardISP/SPI extension for other modules/boards. The pin definition is shown in the table below.

    Table 2-4. Pin Definition of the ISP/SPI Header

    Pin Port on ATtiny817 Name

    1 PC1 SPI_MISO

    2 VCC VCC

    3 PC0 SPI_SCK

    4 PC2 SPI_MOSI

    5 PC5 RST_BUTT

    6 GND GND

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 11

  • Figure 2-11. The ISP/SPI Header

    Figure 2-12. Schematic of the ISP/SPI Header

    2.7 ButtonA button is designed for the board, but is not functional and not mounted by default on this board. It isopen for the user to use it freely.

    The button connects on the PC5 pin of ATtiny817.

    Figure 2-13. The Button

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 12

  • Figure 2-14. Schematic of the Button

    Note:  Resistor R106 (39Ω, 0402, ±1%) should be mounted in series with button SW101 if the user mustuse SW101.

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 13

  • 3. FirmwareA default firmware is pre-programmed in the ATtiny817 microcontroller. It fully follows the standard DALI2.0 protocol. The firmware can also be updated or re-programmed via the UPDI interface.

    3.1 Firmware ProgrammingThe hex of default code is available in the attached package for re-programming. Both Flash and Fuseneeds be programmed, as the setting shown in figure below.

    Figure 3-1. Program Default Code

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 14

  • Figure 3-2. Program Fuse

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 15

  • 4. System SetupTo build the DALI system, a DALI Master and a DALI Bus Power Supply are needed. The system shouldbe set up as the figure below.

    Figure 4-1. DALI System Setup

    Note:  The DALI Master Kit illustrated above can be treated as an example, assume it already containsthe DALI bus power supply, while the 16 VDC adapter is the power supplier of the DALI bus.

    4.1 DALI MasterTo build a full DALI system, a DALI Master and DALI bus power supply are needed.

    Any DALI Master which follows the DALI 2.0 protocol can handle the work.

    4.2 System ControlUnder the control of the DALI Master, the DALI Slave should have seen changes via the onboard LightingLED according to the control commands from DALI Master. For example, if the broadcast command'Maximum level' is sent, the Lighting LED should be turned ON and display the maximum brightness.While the command 'OFF' is sent, the DALI Slave's Lighting LED should be turned OFF immediately.

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 16

  • 5. Revision HistoryDoc Rev. Date Comments

    A 08/2017 Initial document release.

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 17

  • The Microchip Web Site

    Microchip provides online support via our web site at http://www.microchip.com/. This web site is used asa means to make files and information easily available to customers. Accessible by using your favoriteInternet browser, the web site contains the following information:

    • Product Support – Data sheets and errata, application notes and sample programs, designresources, user’s guides and hardware support documents, latest software releases and archivedsoftware

    • General Technical Support – Frequently Asked Questions (FAQ), technical support requests,online discussion groups, Microchip consultant program member listing

    • Business of Microchip – Product selector and ordering guides, latest Microchip press releases,listing of seminars and events, listings of Microchip sales offices, distributors and factoryrepresentatives

    Customer Change Notification Service

    Microchip’s customer notification service helps keep customers current on Microchip products.Subscribers will receive e-mail notification whenever there are changes, updates, revisions or erratarelated to a specified product family or development tool of interest.

    To register, access the Microchip web site at http://www.microchip.com/. Under “Support”, click on“Customer Change Notification” and follow the registration instructions.

    Customer Support

    Users of Microchip products can receive assistance through several channels:

    • Distributor or Representative• Local Sales Office• Field Application Engineer (FAE)• Technical Support

    Customers should contact their distributor, representative or Field Application Engineer (FAE) for support.Local sales offices are also available to help customers. A listing of sales offices and locations is includedin the back of this document.

    Technical support is available through the web site at: http://www.microchip.com/support

    Microchip Devices Code Protection Feature

    Note the following details of the code protection feature on Microchip devices:

    • Microchip products meet the specification contained in their particular Microchip Data Sheet.• Microchip believes that its family of products is one of the most secure families of its kind on the

    market today, when used in the intended manner and under normal conditions.• There are dishonest and possibly illegal methods used to breach the code protection feature. All of

    these methods, to our knowledge, require using the Microchip products in a manner outside theoperating specifications contained in Microchip’s Data Sheets. Most likely, the person doing so isengaged in theft of intellectual property.

    • Microchip is willing to work with the customer who is concerned about the integrity of their code.

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 18

    http://www.microchip.com/http://www.microchip.com/http://www.microchip.com/support

  • • Neither Microchip nor any other semiconductor manufacturer can guarantee the security of theircode. Code protection does not mean that we are guaranteeing the product as “unbreakable.”

    Code protection is constantly evolving. We at Microchip are committed to continuously improving thecode protection features of our products. Attempts to break Microchip’s code protection feature may be aviolation of the Digital Millennium Copyright Act. If such acts allow unauthorized access to your softwareor other copyrighted work, you may have a right to sue for relief under that Act.

    Legal NoticeInformation contained in this publication regarding device applications and the like is provided only foryour convenience and may be superseded by updates. It is your responsibility to ensure that yourapplication meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS ORWARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORYOR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITSCONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE.Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in lifesupport and/or safety applications is entirely at the buyer’s risk, and the buyer agrees to defend,indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resultingfrom such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectualproperty rights unless otherwise stated.

    TrademarksThe Microchip name and logo, the Microchip logo, AnyRate, AVR, AVR logo, AVR Freaks, BeaconThings,BitCloud, CryptoMemory, CryptoRF, dsPIC, FlashFlex, flexPWR, Heldo, JukeBlox, KeeLoq, KeeLoq logo,Kleer, LANCheck, LINK MD, maXStylus, maXTouch, MediaLB, megaAVR, MOST, MOST logo, MPLAB,OptoLyzer, PIC, picoPower, PICSTART, PIC32 logo, Prochip Designer, QTouch, RightTouch, SAM-BA,SpyNIC, SST, SST Logo, SuperFlash, tinyAVR, UNI/O, and XMEGA are registered trademarks ofMicrochip Technology Incorporated in the U.S.A. and other countries.

    ClockWorks, The Embedded Control Solutions Company, EtherSynch, Hyper Speed Control, HyperLightLoad, IntelliMOS, mTouch, Precision Edge, and Quiet-Wire are registered trademarks of MicrochipTechnology Incorporated in the U.S.A.

    Adjacent Key Suppression, AKS, Analog-for-the-Digital Age, Any Capacitor, AnyIn, AnyOut, BodyCom,chipKIT, chipKIT logo, CodeGuard, CryptoAuthentication, CryptoCompanion, CryptoController,dsPICDEM, dsPICDEM.net, Dynamic Average Matching, DAM, ECAN, EtherGREEN, In-Circuit SerialProgramming, ICSP, Inter-Chip Connectivity, JitterBlocker, KleerNet, KleerNet logo, Mindi, MiWi,motorBench, MPASM, MPF, MPLAB Certified logo, MPLIB, MPLINK, MultiTRAK, NetDetach, OmniscientCode Generation, PICDEM, PICDEM.net, PICkit, PICtail, PureSilicon, QMatrix, RightTouch logo, REALICE, Ripple Blocker, SAM-ICE, Serial Quad I/O, SMART-I.S., SQI, SuperSwitcher, SuperSwitcher II, TotalEndurance, TSHARC, USBCheck, VariSense, ViewSpan, WiperLock, Wireless DNA, and ZENA aretrademarks of Microchip Technology Incorporated in the U.S.A. and other countries.

    SQTP is a service mark of Microchip Technology Incorporated in the U.S.A.

    Silicon Storage Technology is a registered trademark of Microchip Technology Inc. in other countries.

    GestIC is a registered trademark of Microchip Technology Germany II GmbH & Co. KG, a subsidiary ofMicrochip Technology Inc., in other countries.

    All other trademarks mentioned herein are property of their respective companies.© 2017, Microchip Technology Incorporated, Printed in the U.S.A., All Rights Reserved.

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 19

  • ISBN: 978-1-5224-1766-8

    Quality Management System Certified by DNV

    ISO/TS 16949Microchip received ISO/TS-16949:2009 certification for its worldwide headquarters, design and waferfabrication facilities in Chandler and Tempe, Arizona; Gresham, Oregon and design centers in Californiaand India. The Company’s quality system processes and procedures are for its PIC® MCUs and dsPIC®

    DSCs, KEELOQ® code hopping devices, Serial EEPROMs, microperipherals, nonvolatile memory andanalog products. In addition, Microchip’s quality system for the design and manufacture of developmentsystems is ISO 9001:2000 certified.

    Hardware User Guide of DALI 2.0 Slave on ATtiny817

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 20

  • AMERICAS ASIA/PACIFIC ASIA/PACIFIC EUROPECorporate Office2355 West Chandler Blvd.Chandler, AZ 85224-6199Tel: 480-792-7200Fax: 480-792-7277Technical Support:http://www.microchip.com/supportWeb Address:www.microchip.comAtlantaDuluth, GATel: 678-957-9614Fax: 678-957-1455Austin, TXTel: 512-257-3370BostonWestborough, MATel: 774-760-0087Fax: 774-760-0088ChicagoItasca, ILTel: 630-285-0071Fax: 630-285-0075DallasAddison, TXTel: 972-818-7423Fax: 972-818-2924DetroitNovi, MITel: 248-848-4000Houston, TXTel: 281-894-5983IndianapolisNoblesville, INTel: 317-773-8323Fax: 317-773-5453Tel: 317-536-2380Los AngelesMission Viejo, CATel: 949-462-9523Fax: 949-462-9608Tel: 951-273-7800Raleigh, NCTel: 919-844-7510New York, NYTel: 631-435-6000San Jose, CATel: 408-735-9110Tel: 408-436-4270Canada - TorontoTel: 905-695-1980Fax: 905-695-2078

    Asia Pacific OfficeSuites 3707-14, 37th FloorTower 6, The GatewayHarbour City, KowloonHong KongTel: 852-2943-5100Fax: 852-2401-3431Australia - SydneyTel: 61-2-9868-6733Fax: 61-2-9868-6755China - BeijingTel: 86-10-8569-7000Fax: 86-10-8528-2104China - ChengduTel: 86-28-8665-5511Fax: 86-28-8665-7889China - ChongqingTel: 86-23-8980-9588Fax: 86-23-8980-9500China - DongguanTel: 86-769-8702-9880China - GuangzhouTel: 86-20-8755-8029China - HangzhouTel: 86-571-8792-8115Fax: 86-571-8792-8116China - Hong Kong SARTel: 852-2943-5100Fax: 852-2401-3431China - NanjingTel: 86-25-8473-2460Fax: 86-25-8473-2470China - QingdaoTel: 86-532-8502-7355Fax: 86-532-8502-7205China - ShanghaiTel: 86-21-3326-8000Fax: 86-21-3326-8021China - ShenyangTel: 86-24-2334-2829Fax: 86-24-2334-2393China - ShenzhenTel: 86-755-8864-2200Fax: 86-755-8203-1760China - WuhanTel: 86-27-5980-5300Fax: 86-27-5980-5118China - XianTel: 86-29-8833-7252Fax: 86-29-8833-7256

    China - XiamenTel: 86-592-2388138Fax: 86-592-2388130China - ZhuhaiTel: 86-756-3210040Fax: 86-756-3210049India - BangaloreTel: 91-80-3090-4444Fax: 91-80-3090-4123India - New DelhiTel: 91-11-4160-8631Fax: 91-11-4160-8632India - PuneTel: 91-20-3019-1500Japan - OsakaTel: 81-6-6152-7160Fax: 81-6-6152-9310Japan - TokyoTel: 81-3-6880- 3770Fax: 81-3-6880-3771Korea - DaeguTel: 82-53-744-4301Fax: 82-53-744-4302Korea - SeoulTel: 82-2-554-7200Fax: 82-2-558-5932 or82-2-558-5934Malaysia - Kuala LumpurTel: 60-3-6201-9857Fax: 60-3-6201-9859Malaysia - PenangTel: 60-4-227-8870Fax: 60-4-227-4068Philippines - ManilaTel: 63-2-634-9065Fax: 63-2-634-9069SingaporeTel: 65-6334-8870Fax: 65-6334-8850Taiwan - Hsin ChuTel: 886-3-5778-366Fax: 886-3-5770-955Taiwan - KaohsiungTel: 886-7-213-7830Taiwan - TaipeiTel: 886-2-2508-8600Fax: 886-2-2508-0102Thailand - BangkokTel: 66-2-694-1351Fax: 66-2-694-1350

    Austria - WelsTel: 43-7242-2244-39Fax: 43-7242-2244-393Denmark - CopenhagenTel: 45-4450-2828Fax: 45-4485-2829Finland - EspooTel: 358-9-4520-820France - ParisTel: 33-1-69-53-63-20Fax: 33-1-69-30-90-79France - Saint CloudTel: 33-1-30-60-70-00Germany - GarchingTel: 49-8931-9700Germany - HaanTel: 49-2129-3766400Germany - HeilbronnTel: 49-7131-67-3636Germany - KarlsruheTel: 49-721-625370Germany - MunichTel: 49-89-627-144-0Fax: 49-89-627-144-44Germany - RosenheimTel: 49-8031-354-560Israel - Ra’ananaTel: 972-9-744-7705Italy - MilanTel: 39-0331-742611Fax: 39-0331-466781Italy - PadovaTel: 39-049-7625286Netherlands - DrunenTel: 31-416-690399Fax: 31-416-690340Norway - TrondheimTel: 47-7289-7561Poland - WarsawTel: 48-22-3325737Romania - BucharestTel: 40-21-407-87-50Spain - MadridTel: 34-91-708-08-90Fax: 34-91-708-08-91Sweden - GothenbergTel: 46-31-704-60-40Sweden - StockholmTel: 46-8-5090-4654UK - WokinghamTel: 44-118-921-5800Fax: 44-118-921-5820

    Worldwide Sales and Service

    © 2017 Microchip Technology Inc. User Guide DS50002631A-page 21

    IntroductionFeaturesTable of Contents1. Overview1.1. System Overview1.2. DALI Interface1.3. MCU Connection

    2. User Interfaces2.1. USB Power Supply2.2. DALI Bus Connector2.3. UPDI Header2.4. Status LEDs2.5. Lighting LED2.6. ISP/SPI Header2.7. Button

    3. Firmware3.1. Firmware Programming

    4. System Setup4.1. DALI Master4.2. System Control

    5. Revision HistoryThe Microchip Web SiteCustomer Change Notification ServiceCustomer SupportMicrochip Devices Code Protection FeatureLegal NoticeTrademarksQuality Management System Certified by DNVWorldwide Sales and Service