Homebridge is required
npm install -g homebridge
to use this plugin
npm install -g homebridge-wifi370-led-controller
Add your Accessory to the config.json
Configuration sample:
"accessories": [{
"accessory": "wifi370",
"controller": "LW12",
"autoupdate": "true",
"name": "LED Controller Name",
"host": "20.1.0.142"
}]
Attributes:
Controller | Supported | Type |
---|---|---|
LW12 | [x] | RGB |
LD382 | [x] | RGB |
LD382A | [x] | RGB |
LD686 | [x] | RGBW |
Thanks to Meik Dirkes for reverse engineering the communication for all controller types.
Link to Amazon (Germany): Link
See the LICENSE file for license rights and limitations (MIT).
homebridge-ESP-HSV This is a plugin for homebridge to control an LED strip connected to an ESP8266 chip. It allows adding the ESP8266 as a lightbulb to HomeKit and controlling it with Siri or the Home
通过PIN设备管理接口控制LED亮灭 通过PIN设备管理接口控制LED亮灭 源码/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-09-25 misonyo first
发出指定颜色的光 用法 案例:紧急搜救器 说明:无人状态下LED灯珠长亮绿灯,当检测到有人时LED灯珠长亮红灯并且蜂鸣器发出警报声 所需模块:智能电源、人体红外传感器、LED灯珠、蜂鸣器"
此示例演示了如何使用analogWrite()函数淡化LED。 AnalogWrite使用脉冲宽度调制(PWM),在打开和关闭之间以不同的比率非常快速地打开和关闭数字引脚,以产生衰落效果。 组件的要求 (Components Required) 您将需要以下组件 - 1 × Breadboard 1×Arduino Uno R3 1×LED 1×330Ω电阻器 2 × Jumper 过程 (Pro
LED是小而强大的灯,可用于许多不同的应用。 首先,我们将致力于闪烁LED,微控制器的Hello World。 它就像打开和关闭灯一样简单。 建立这一重要基线将为我们开展更复杂的实验奠定坚实的基础。 组件的要求 (Components Required) 您将需要以下组件 - 1 × Breadboard 1×Arduino Uno R3 1×LED 1×330Ω电阻器 2 × Jumper 过程
下一步是在例程中添加一个LED与我们的应用程序交互。 你必须添加一个管理LED库的头文件dev/leds.h。你可以在core/dev/leds.h中查看相关函数。 相关函数: unsigned char leds_get(void); void leds_set(unsigned char leds); void leds_on(unsigned char leds); void leds_of