-
Hi
I just build a LorasPI PCB V1.2a and installed Single Channel LoRaWAN Gateway on a Raspberry Pi 4. I think gateway is running ok, terminal shows
```
Trying to detect module with NSS=8 DIO0=6…
-
Didn't know that the switch is designed to host an LED in there:
![image](https://user-images.githubusercontent.com/20684720/100536444-8cc3ff80-325b-11eb-9cb2-d52ee33da55b.png)
So in theory we s…
yatli updated
3 years ago
-
Hi
Have got this up and running using ws2812b leds. Effects work great and control though Hassio is perfect.
One issue. When I select Solid effect and pick a colour from the picker, Red makes lights…
-
Add LED light color configuration for received messages/calls
ghost updated
7 years ago
-
Hi folks,
Just started with Pimatic and the rfcontroljs on my Raspberry Pi. Normal (KAKU) rf switches work but my RGB strip give issues.
As I saw in [this](https://github.com/pimatic/rfcontroljs/issu…
-
When I try JSON, for example something like this:
```
{"entity_id":"light.porch_strip",
"brightness":150,
"color_name":"blue",
"transition":"2"
}
```
The transition does not take 2 seconds, …
-
Rear led strip only 6 led working.
Changing
Color[] channel1Colors = Enumerable.Repeat(e.Colors[0], 16).ToArray();
Color[] channel2Colors = Enumerable.Repeat(e.Colors[0], 16).ToArray();
to
Color…
-
Hi. I'm trying to run a matrix of 10x144 rgbw SK6812 leds. I need to play animations on them (maybe gifs or small video loops). Do you think your library will allow me to do so ? Thanks a lot :-)
-
Hello there,
I have the following problem:
I try to make one ws2812 LED from sparkfun work with this library via the SPI pin 10. Of course SPI is enabled and the CPU Freq and CPU min is set to th…
-
Please, considerer enable the LEDs by uncommenting lines in autoconf.h as recommended in https://github.com/Mange/rtl8192eu-linux-driver/issues/138#issuecomment-705308182 after you closed the issue. …