在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → JN-AN-1219.zip

JN-AN-1219.zip

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:4.94M
  • 下载次数:8
  • 浏览次数:113
  • 发布时间:2020-06-16
  • 实例类别:C/C++语言基础
  • 发 布 人:LorKin
  • 文件格式:.zip
  • 所需积分:2
 相关标签: ZIP 121 21 12 IP

实例介绍

【实例简介】
【实例截图】

【核心代码】

JN-AN-1219-Zigbee-3-0-Controller-and-Switch

├── ColorSceneController
│   ├── Build
│   │   ├── ColorSceneController_JN5168_DR1159.bin
│   │   ├── ColorSceneController_JN5169_DR1199.bin
│   │   └── ColorSceneController_JN5179_DR1199.bin
│   └── Source
│       ├── App_ColorSceneController.c
│       ├── App_ColorSceneController.h
│       ├── bdb_options.h
│       └── zcl_options.h
├── Common
│   └── Source
│       ├── PDM_IDs.h
│       ├── app.zpscfg
│       ├── app_buttons.c
│       ├── app_buttons.h
│       ├── app_common.h
│       ├── app_events.h
│       ├── app_icode.c
│       ├── app_icode.h
│       ├── app_ntag_aes.c
│       ├── app_ntag_aes.h
│       ├── app_ntag_icode.c
│       ├── app_ntag_icode.h
│       ├── app_ota_client.c
│       ├── app_ota_client.h
│       ├── app_pdm.c
│       ├── app_pdm.h
│       ├── app_pdm_convert.c
│       ├── app_pdm_convert.h
│       ├── app_zbp_utilities.c
│       ├── app_zbp_utilities.h
│       ├── eventStrings.c
│       └── eventStrings.h
├── Common_Controller
│   ├── Build
│   │   ├── BuildAllControllers.sh
│   │   └── Makefile
│   └── Source
│       ├── DriverCapTouch.c
│       ├── DriverCapTouch.h
│       ├── LBI
│       │   ├── low_bat_indicator.c
│       │   └── low_bat_indicator.h
│       ├── app_captouch_buttons.c
│       ├── app_captouch_buttons.h
│       ├── app_colour_commands.c
│       ├── app_colour_commands.h
│       ├── app_general_commands.c
│       ├── app_general_commands.h
│       ├── app_group_commands.c
│       ├── app_group_commands.h
│       ├── app_identify_commands.c
│       ├── app_identify_commands.h
│       ├── app_led_control.c
│       ├── app_led_control.h
│       ├── app_level_commands.c
│       ├── app_level_commands.h
│       ├── app_main.c
│       ├── app_main.h
│       ├── app_menu_handler.h
│       ├── app_menu_handler_DR1159.c
│       ├── app_menu_handler_DR1199.c
│       ├── app_on_off_commands.c
│       ├── app_on_off_commands.h
│       ├── app_scenes_commands.c
│       ├── app_scenes_commands.h
│       ├── app_serial_interface.c
│       ├── app_serial_interface.h
│       ├── app_start_controller.c
│       ├── app_zcl_controller_task.c
│       ├── app_zcl_controller_task.h
│       ├── irq_JN516x.S
│       ├── uart.c
│       ├── uart.h
│       ├── zlo_controller_node.c
│       └── zlo_controller_node.h
├── Common_Switch
│   ├── Build
│   │   └── Makefile
│   └── Source
│       ├── app_main.c
│       ├── app_main.h
│       ├── app_start_switch.c
│       ├── app_switch_state_machine.c
│       ├── app_switch_state_machine.h
│       ├── app_zcl_switch_task.c
│       ├── app_zcl_switch_task.h
│       ├── app_zlo_switch_node.c
│       └── app_zlo_switch_node.h
├── DimmerSwitch
│   ├── Build
│   │   ├── DimmerSwitch_NtagIcode_JN5169_DR1199.bin
│   │   ├── DimmerSwitch_NtagIcode_JN5179_DR1199.bin
│   │   ├── OTABuild
│   │   │   ├── DimmerSwitch_NtagIcode_OtaEnc_JN5169_DR1199_Client_v1_Enc.bin
│   │   │   ├── DimmerSwitch_NtagIcode_OtaEnc_JN5169_DR1199_Client_v2_Enc.bin
│   │   │   ├── DimmerSwitch_NtagIcode_OtaEnc_JN5169_DR1199_v1_Enc.ota
│   │   │   ├── DimmerSwitch_NtagIcode_OtaEnc_JN5169_DR1199_v2_Enc.ota
│   │   │   ├── DimmerSwitch_NtagIcode_OtaEnc_JN5179_DR1199_Client_v1_Enc.bin
│   │   │   ├── DimmerSwitch_NtagIcode_OtaEnc_JN5179_DR1199_Client_v2_Enc.bin
│   │   │   ├── DimmerSwitch_NtagIcode_OtaEnc_JN5179_DR1199_v1_Enc.ota
│   │   │   ├── DimmerSwitch_NtagIcode_OtaEnc_JN5179_DR1199_v2_Enc.ota
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5169_DR1199_Client_v1.bin
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5169_DR1199_Client_v2.bin
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5169_DR1199_v1.bin
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5169_DR1199_v1.ota
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5169_DR1199_v2.bin
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5169_DR1199_v2.ota
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5179_DR1199_Client_v1.bin
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5179_DR1199_Client_v2.bin
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5179_DR1199_v1.bin
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5179_DR1199_v1.ota
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5179_DR1199_v2.bin
│   │   │   ├── DimmerSwitch_NtagIcode_Ota_JN5179_DR1199_v2.ota
│   │   │   ├── LinkKey_HA.txt
│   │   │   ├── MACAddr_Dummy.txt
│   │   │   ├── SwitchCreatOtaClient.bat
│   │   │   ├── SwitchCreatOtaClient.sh
│   │   │   ├── SwitchCreatOtaEncClient.bat
│   │   │   ├── SwitchCreatOtaEncClient.sh
│   │   │   ├── configOTA_JN516x_Cer_Keys_HA_Switch.txt
│   │   │   └── configOTA_JN517x_Cer_Keys_HA_Switch.txt
│   │   └── manu_config.mk
│   └── Source
│       ├── App_DimmerSwitch.c
│       ├── App_DimmerSwitch.h
│       ├── bdb_options.h
│       ├── irq_JN516x.S
│       └── zcl_options.h
├── Doc
│   ├── EULA.txt
│   ├── JN-AN-1219-Release-Notes.pdf
│   ├── JN-AN-1219-Software-Content-Register.txt
│   ├── JN-AN-1219-Zigbee-3-0-Controller-and-Switch.pdf
│   ├── NFC.chm
│   └── size.txt
├── EH_Switch
│   ├── Build
│   │   ├── EH_Switch_JN5169_DR1199.bin
│   │   ├── EH_Switch_JN5179_DR1199.bin
│   │   └── makefile
│   └── Source
│       ├── AHI_EEPROM.c
│       ├── AHI_EEPROM.h
│       ├── EH_Button.c
│       ├── EH_Button.h
│       ├── EH_IEEE_802154_Switch.c
│       ├── EH_IEEE_802154_Switch.h
│       ├── EH_IEEE_Commands.c
│       ├── EH_IEEE_Commands.h
│       ├── EH_IEEE_Features.c
│       ├── EH_IEEE_Features.h
│       ├── EH_Switch_Configurations.h
│       ├── app_main.c
│       └── app_main.h
├── JN516x
├── JN517x
├── NFC
│   ├── Include
│   │   ├── nci.h
│   │   ├── nci_nwk.h
│   │   ├── nfc.h
│   │   ├── nfc_end.h
│   │   ├── nfc_nwk.h
│   │   ├── ntag.h
│   │   └── ntag_nwk.h
│   └── Library
│       ├── build.txt
│       ├── libNCI_JN516x.a
│       ├── libNCI_JN517x.a
│       ├── libNTAG_JN516x.a
│       └── libNTAG_JN517x.a
├── NTAG
│   ├── Include
│   │   ├── nfc_nwk.h
│   │   ├── ntag.h
│   │   └── ntag_nwk.h
│   └── Library
│       ├── libNTAG_JN516x.a
│       ├── libNTAG_JN516x_DEBUG.a
│       ├── libNTAG_JN517x.a
│       └── libNTAG_JN517x_DEBUG.a
├── RemoteControlGUI
│   └── Remote-Control-GUI.exe
└── Version.txt

29 directories, 157 files


标签: ZIP 121 21 12 IP

实例下载地址

JN-AN-1219.zip

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警