Whilser / GyverLamp

Лампа-будильник на адресных светодиодах и esp8266. Добавлена интеграция с MQTT и Discovery Home Assistant, Apple Home Kit, Яндекс Алисой и Node-Red
106 stars 21 forks source link

extra effect #8

Closed cosmos1978 closed 4 years ago

cosmos1978 commented 4 years ago

This seems like an effect that can easily be integrated.

https://gist.github.com/kriegsman/5adca44e14ad025e6d3b

Whilser commented 4 years ago

Hi! The main problem with this sketch is that it uses the SmartMatrix library for Teensy 3 USB Development Board, but we usually use NodeMCU board, based on ESP8266 Chip on board.

cosmos1978 commented 4 years ago

Ok I see now.

But I did find this one

https://gist.github.com/anonymous/68298debac462330719b

uses only fastled library and looks realy nice. http://www.youtube.com/watch?v=EC1MuRhXd1U

http://www.youtube.com/watch?v=0Ehj7sEwOy4

cosmos1978 commented 4 years ago

This guy has a huge collection

https://www.youtube.com/channel/UCkOEj4gOrUq1rbKElkmdo9g

cosmos1978 commented 4 years ago

https://github.com/StefanPetrick/FunkyClouds

Whilser commented 4 years ago

Ok, thank you. I'll see later which of these effects will looks good on the lamp. Some of them I will add maybe when I have a free time for this.