Skip to content

Device Configuration#

Use these guides to set up and adjust an EP01 with the browser-based EP01 configuration tool. This path is for normal device setup: connecting over USB, updating firmware, saving appearance presets, joining WiFi, and troubleshooting touch sensing without writing code.

Start here before the developer documentation. Once the device works in the configuration tool, use the Quickstart, Install and Prerequisites, or SDK docs for command line access, scripting, and application integration.

Configuration flow#

  1. Check what you need.
  2. Connect EP01 over USB.
  3. Update firmware, if the tool prompts you to update.
  4. Select color presets.
  5. Connect EP01 to WiFi.
  6. Troubleshoot touch sensing, if needed.

The configuration tool is available at config.enody.lighting.

Developer follow-up#

For automation and integration after device setup:

  • Quickstart covers the Rust CLI and first SDK control command.
  • JavaScript SDK covers WebSerial browser applications.
  • Rust SDK covers core local tools and host integrations.
  • Python SDK covers Python bindings, plotting, and optimization helpers.