Go to file
thatdonfc 55fa4fcefa
Update AUTHORS.rst
2021-01-21 06:43:58 -08:00
.devcontainer Update ledfx-config.yml 2020-12-29 23:13:19 +01:00
.github Remove TestPypi from workflows 2021-01-19 11:03:10 -08:00
.vscode Unlock Icons for users 2021-01-20 18:34:31 +00:00
docs Update CHANGELOG 2021-01-18 14:03:51 -08:00
frontend Filter duplicate logs when creating issue-url 2021-01-21 05:04:45 +00:00
icons Merge pull request #144 from Mattallmighty/docs 2020-10-31 11:54:40 +00:00
ledfx Brightness bug fix 2021-01-20 22:50:55 +00:00
ledfx_frontend Filter duplicate logs when creating issue-url 2021-01-21 05:04:45 +00:00
.coveragerc Spell Check 2020-12-07 12:33:19 -08:00
.env Trying to fix node check 2020-10-31 20:50:25 +00:00
.git-blame-ignore-revs Hopefully fix/catch browser errors 2021-01-03 08:26:46 +11:00
.gitignore refactor 2021-01-19 03:36:42 +00:00
.pre-commit-config.yaml Update Pre-commit config 2021-01-11 09:18:54 +11:00
.readthedocs.yml Rename requirements_docs to requirements-docs 2020-12-18 14:30:28 -08:00
.travis.yml More travix.yml cleanup 2021-01-05 13:24:30 -08:00
AUTHORS.rst Update AUTHORS.rst 2021-01-21 06:43:58 -08:00
CHANGELOG.rst Formatting, whoops 2021-01-18 14:06:32 -08:00
CODE_OF_CONDUCT.md Code of Conduct introduction 2021-01-21 20:15:52 +11:00
LICENSE.txt Initial commit 2018-06-02 11:20:41 -07:00
MANIFEST.in Fix broken setup.py install method 2021-01-05 12:42:05 -08:00
README.rst Why is this case sensitive? Fix readme 2021-01-21 20:17:08 +11:00
activate.ps1 Update activate.ps1 for python venv use 2020-12-05 11:54:09 +11:00
dev-install.sh Force reinstall for update-ledfx() 2021-01-08 21:51:02 +11:00
pyproject.toml Add pre-commit-config, isort, flake8, black 2020-12-18 14:28:10 -08:00
release.py isort, flake8, black 2020-12-18 14:39:19 -08:00
requirements-dev.txt add pre-commit to devcontainer; new task for pre-commit 2021-01-19 03:17:50 +00:00
requirements.txt Remove conda references, update troubleshooting 2021-01-04 11:45:50 +11:00
setup.cfg Replace 'raw' directive in README.rst, update setup.cfg 2021-01-14 08:19:31 -08:00
setup.py Update Numpy, ignore spec file 2021-01-18 17:39:54 +11:00
win.spec Update Numpy, ignore spec file 2021-01-18 17:39:54 +11:00

README.rst

=====================================================
   Welcome to LedFx ✨ *-Making music come alive!*
=====================================================
|Build Status| |License| |Build Status Docs| |Discord|
|Contributor Covenant|

.. image:: https://i.imgur.com/SFWfhFr.png

LedFx website: https://ledfx.app/

What is LedFx?
----------------

What LedFx offers is the ability to take audio input, and instantaneously processes the audio into realtime light show to multiple LED strips/matrix.
No need to spend hours on end to program one song to program your LEDs, as LedFx will do this all for you!

LedFx real-time LED strip music visualization effect controller using is a network based devices (ESP8266/ESP32/Raspberry Pi 4) with support for advanced real-time audio effects! LedFx can control multiple devices and works great with cheap ESP8266/ESP32 nodes allowing for cost effective synchronized effects across your entire house!

Demos
-------

We are actively adding and perfecting the effects, but here is a quick demo of LedFx running three different effects synced across three different ESP8266 devices:

.. image:: https://raw.githubusercontent.com/LedFx/LedFx/gh-pages/demos/ledfx_demo.gif

📑 Quick start guide and documentation📖
------------------------------------------
Windows users can use the installer from the LedFx website: https://ledfx.app/download/

Mac and Linux are also supported, though currently do not have installers.
For detailed installation instructions, see the `installation documentation`_.

😍 Show me how to make one!
-----------------------------

The below image describes a basic setup - LedFx running on PC, communicating with a WLED Device controlling an LED strip.

.. image:: https://i.imgur.com/vzyHNwG.png

.. list-table::
   :widths: 75 75
   :header-rows: 1

   * - Component
     - Example
   * - Computer running LedFx
     - Windows 10, `LedFx.exe`_
   * - Networked device controlling LED Strip
     - ESP8266 NODEMCU v3 running `WLED`_
   * - Addressable LED strip
     - DC5V WS2812B 5 meters 60LED/m IP67
   * - Power supply for LED Strip and ESP
     - 5V 10 amps LED Power Supply
   * - Something to connect the wires together!
     - Soldering iron/solder

#. **Build your networked LED Strip.**
      - For most, this is the difficult step. Don't worry! There's guides here and online, and plenty of people able to help on WLED and LedFx Discord.
      - Follow the WLED guide to connect the LED strip and ESP together: https://github.com/Aircoookie/WLED/wiki.
      - Flash WLED to the ESP device: https://github.com/Aircoookie/WLED/wiki/Install-WLED-binary
      - Ensure all WLED devices are powered on, and connected to your Wi-Fi 5Ghz.
      - Test you can access the WLED web interface from your PC. If so, then you're good to go!

#. **Install LedFx.**
      - After you have WLED installed on your ESP device, download: `LedFx.exe`_ and install LedFx.
      - For Mac and Linux, see the `installation documentation`_ or `LedFx Guide`_.

#. **Direct computer audio output to LedFx.**
      - Follow guide, `How to: Enable Stereo Mix in Windows 10`_.
      - Alternatively use `Voicemeeter`_. `Voicemeeter tutorial`_.
      - More information for `Linux and macOS users here <https://ledfx.readthedocs.io/en/latest/directing_audio.html>`_.
      - Play some music in the background.

#. **Start LedFx.**
      - Your WLED devices should appear in LedFx, automagically configured and ready to go! 🎆🔥
      - If not, on the left hand side, click on Device Management -> ``Find WLED devices`` button, or ``Add Device`` to add them manually.
      - If they're still not showing up, make sure they're powered on and properly connected to your WiFi.

#. **Start using effects!**
      - Click on the device, select an effect eg ``scroll(Reactive)``, and press ``Set effect`` button.
      - Your lights should now be reacting realtime to your music! Enjoy the show 🌈


🧑‍💻 Join the LedFx Community
------------------------------

Join the Discord server to discuss everything about LedFx!  |Discord|

To join, click on the Discord button below:

.. image:: https://discordapp.com/api/guilds/469985374052286474/widget.png?style=banner2
   :width: 30%
   :target: https://discord.com/invite/xyyHEquZKQ

Contributing
--------------
Pull requests are welcome. Once tested, contact LedFx developer community on Discord to discuss the next step.
We expect and require all contributors to read, understand and follow our code of conduct.

Credits: `Contributors-&-About`_

License
---------
`MIT`_


.. _`MIT`: https://choosealicense.com/licenses/mit/
.. _`LedFx.exe`: https://ledfx.app/download/
.. _`LedFx Guide`: https://ledfx.readthedocs.io/en/dev/index.html
.. _`WLED`: https://github.com/Aircoookie/WLED/wiki
.. _`installation documentation`: https://ledfx.readthedocs.io/en/dev/installing.html
.. _`Contributors-&-About`: https://ledfx.app/about/
.. _`How to: Enable Stereo Mix in Windows 10`: https://thegeekpage.com/stereo-mix/
.. _`Voicemeeter`: https://vb-audio.com/Voicemeeter/index.htm
.. _`Voicemeeter tutorial`: https://youtu.be/ZXKDzYXS60o?start=27&end=163

.. |Build Status| image:: https://travis-ci.com/LedFx/LedFx.svg?branch=dev
   :target: https://travis-ci.com/LedFx/LedFx
   :alt: Build Status
.. |Build Status Docs| image:: https://readthedocs.org/projects/ledfx/badge/?version=dev
   :target: https://ledfx.readthedocs.io/en/dev/?badge=dev
   :alt: Documentation Status
.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg
   :alt: License
.. |Discord| image:: https://img.shields.io/badge/chat-on%20discord-7289da.svg
   :target: https://discord.gg/xyyHEquZKQ
   :alt: Discord
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg
   :target: CODE_OF_CONDUCT.md