All Projects → djcysmic → NeopixelBusFX

djcysmic / NeopixelBusFX

Licence: other
NeopixelBusFX plugin for ESPEasy

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to NeopixelBusFX

rpi-ws2812-server
Raspberry Pi WS2812 (web) server tool
Stars: ✭ 143 (+429.63%)
Mutual labels:  neopixel, ws2812
WS281x.swift
A Swift library for WS281x (WS2811,WS2812*,WS2813*) RGB led strips, rings, sticks, matrices and more.
Stars: ✭ 32 (+18.52%)
Mutual labels:  neopixel, ws2812
Wortuhr
Software für eine ESP8266 basierte Wortuhr mit verschiedenen Layouts
Stars: ✭ 30 (+11.11%)
Mutual labels:  ws2812, neopixelbus
HomeStatusDisplay
Show smart home status information sent via MQTT using RGB LEDs.
Stars: ✭ 21 (-22.22%)
Mutual labels:  esp, fhem
zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
Stars: ✭ 215 (+696.3%)
Mutual labels:  easy
EzLocalization
Localize your flutter application quickly and easily.
Stars: ✭ 13 (-51.85%)
Mutual labels:  easy
python-fhem
Python FHEM (home automation server) API
Stars: ✭ 15 (-44.44%)
Mutual labels:  fhem
Sound-and-music-reactive-ESP8266-WS2812B
Refined Version of @scottlawsonbc and all schematics + Tutorial 🎵🎵
Stars: ✭ 35 (+29.63%)
Mutual labels:  ws2812
idf-installer
ESP IDF Windows Installer
Stars: ✭ 56 (+107.41%)
Mutual labels:  esp
RFFHEM
Counterpart of SIGNALDuino, it's the code for FHEM to work with the data received from the uC
Stars: ✭ 44 (+62.96%)
Mutual labels:  fhem
munet
Network WiFi access, OTA, NTP time and MQTT (via PubSubClient) for ESP8266 and ESP32
Stars: ✭ 20 (-25.93%)
Mutual labels:  esp
plan44-feed
OpenWrt feed containing plan44 packages
Stars: ✭ 25 (-7.41%)
Mutual labels:  ws2812
RGB Audio Backlight
Arduino Sketch for controlling WS2812 RGB Led Strip + Audio Visualizer
Stars: ✭ 19 (-29.63%)
Mutual labels:  ws2812
CyberPunkNetrunner
Cyberpunk 2077 Netrunner Hacking Tool (Easy to use and install). Don't use it on illegal and malicious activity. Inspired by the game CyberPunk 2077 https://www.cyberpunk.net/
Stars: ✭ 69 (+155.56%)
Mutual labels:  easy
DownloadRedditImages
Easily download all the images from any subreddit (also select sort_type if you want hot/top/new/controversial, and also sort_time day/week/month/year/all). Randomly select downloaded images and set as wallpaper, updating every 30 mins (or whenever you want duh)!
Stars: ✭ 66 (+144.44%)
Mutual labels:  easy
avo
Ruby on Rails application building framework
Stars: ✭ 907 (+3259.26%)
Mutual labels:  easy
mcthings
A Python framework for creating 3D scenes in Minecraft and Minetest
Stars: ✭ 44 (+62.96%)
Mutual labels:  easy
raspi ws2812
A kernel module able to run as many WS2812 strips as there are GPIO pins on Raspberry Pi Zero
Stars: ✭ 35 (+29.63%)
Mutual labels:  ws2812
Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (+48.15%)
Mutual labels:  easy
q-municate-web
Q-municate Web chat application
Stars: ✭ 66 (+144.44%)
Mutual labels:  easy

List of commands:

nfx off [fadetime, default:1000] [delay +/-ms, default:20]
o switches the stripe off

nfx on [fadetime, default:1000] [delay +/-ms, default:20]
o restores last state of the stripe

nfx dim dimvalue
o dim stripe overall
o dimvalue 0-255, default:255

nfx line startpixel endpixel color
nfx hsvline startpixel endpixel hue saturation brightness

nfx one pixel color
nfx hsvone pixel hue saturation brightness

nfx all color [fadetime, default:1000] [delay +/-ms, default:20]
nfx rgb color [fadetime, default:1000] [delay +/-ms, default:20]
nfx fade color [fadetime, default:1000] [delay +/-ms, default:20]

nfx hsv hue[0-360] saturation[0-100] brightness[0-100] [fadetime, default:1000] [delay +/-ms, default:20]

nfx colorfade startcolor endcolor [startpixel] [endpixel]
o startpixel default: 0
o endpixel default:pixelcount-1

nfx rainbow [speed] [fadetime, default:1000]
o speed +/- 0-50, default: 25

nfx kitt color [speed]
o speed +/- 0-50, default: 25

nfx comet color [speed]
o speed +/- 0-50, default: 25

nfx theatre color [backgroundcolor] [count] [speed]
o count default: 1
o speed +/- 0-50, default: 25

nfx scan color [backgroundcolor] [speed]
o speed +/- 0-50, default: 25

nfx dualscan color [backgroundcolor] [speed]
o speed +/- 0-50, default: 25

nfx twinkle color [backgroundcolor] [speed]
o speed +/- 0-50, default: 25

nfx twinklefade color [count] [speed]
o count default: 1
o speed +/- 0-50, default: 25

nfx sparkle color [backgroundcolor] [speed]
o speed +/- 0-50, default: 25

nfx wipe color [dotcolor] [speed]
o speed +/- 0-50, default: 25

nfx dualwipe color [dotcolor] [speed]
o speed +/- 0-50, default: 25

nfx fire [fps] [brightness] [cooling] [sparking]
o fps default: 50
o brightness 0-255, default: 31
o cooling 20-100, default: 50
o sparking 50-200, default: 120

nfx fireflicker [intensity] [speed]
o intensity default: 3
o speed +/- 0-50, default: 25

nfx faketv [startpixel] [endpixel]
Paste faketv.h in ./src
o startpixel default: 0
o endpixel default:pixelcount-1

nfx simpleclock [bigtickcolor] [smalltickcolor] [hourcolor] [minutecolor] [secondcolor] [backgroundcolor]
o bigtickcolor, default: 505050
o smalltickcolor, default: 101010
o hourcolor, default: 0000FF
o minutecolor, default: 00FF00
o secondcolor, default: FF0000 - color of the second hand - can be set to "off" to turn the second hand completly off
o backgroundcolor, default: 000000

nfx stop
o stops the effect

nfx statusrequest
o sends status

nfx fadetime value in ms, Default: 1000
nfx fadedelay value in +/- ms, Default: 20
nfx speed value 0-50, Default: 25
nfx count number of pixels, Default: 1
nfx bgcolor color, Default: 000000
o sets default parameter

Use:

needed:
startcolor,endcolor,color,backgroundcolor, dotcolor -> targetcolor in hex format e.g. ff0000 for red

[optional] :
fadetime -> fadetime per pixel in ms
delay -> delay time to next pixel in ms, if delay < 0 fades from other end of the stripe
speed -> 0-50, speed < 0 for reverse

Based on Adafruit Fake TV Light for Engineers, WS2812FX, NeoPixelBus, Lights, NeoPixel - Basic and Candle modules

https://learn.adafruit.com/fake-tv-light-for-engineers/overview
https://github.com/Makuna/NeoPixelBus
https://github.com/letscontrolit/ESPEasy
https://github.com/kitesurfer1404/WS2812FX
https://github.com/ddtlabs/ESPEasy-Plugin-Lights

Thank you to all developers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].