Configuration and Firmware Upgrade

Welcome to the SoundSlide configuration page. Here, you can adjust key settings on your SoundSlide device to suit your preferences, such as touch sensor sensitivity, scale, and orientation. You can also update your device's firmware to ensure you're always running the latest features and improvements.

Once you're ready to configure your device or update the firmware, simply press the Connect button below.

After pressing Connect, your browser will open a connection request using WebUSB. This is a secure and standard method for connecting web pages to USB devices. In the dialog that appears, please select your SoundSlide device from the list of connected USB devices and confirm the connection.

Notice for Windows Users
There is an issue on some Windows systems where the configuration process may hang. We are actively working on a fix. As a workaround, you can use a Linux, macOS or Android system to configure your SoundSlide device.
Tracked as GitHub issue.
Thank you for your patience as we resolve this.

Unfortunately, your browser does not support WebUSB, which is required to connect to your SoundSlide device directly from this page.

We recommend using the latest version of Google Chrome. Please check the list of browsers that support WebUSB.

Configuration

Adjust settings on your SoundSlide device to suit your preferences. Changes are applied immediately and saved to the device.

Sensitivity of the touch sensor. Higher values make the sensor more sensitive to touch. Zero disables the touch sensor.
Choose a lower scale for precision or a higher scale for quicker adjustments. A lower scale gives you finer control but may require multiple slide gestures to adjust the volume across its full range. A higher scale lets you change the volume faster, covering the entire range with a single slide.
Flip the orientation of the volume control. This is useful if you want to use SoundSlide rotated by 180 degrees.
Reset all settings to their default values.

Firmware

Your SoundSlide device is up to date.

A new firmware version is available.

If you'd like to update your SoundSlide device, press the button below. After the update is complete, your device will restart and therefore disconnect from this page. You can reconnect to the device after it restarts to verify the update.

Updating firmware...

Firmware Upgraded

Your SoundSlide device has been successfully updated to the latest firmware version . The device has restarted and is now running the new firmware.

Disconnected

Your SoundSlide device has been disconnected. If you'd like to configure your device or update the firmware, press the Connect button below.

Linux Access

Your Linux is safe - great choice! However, to configure SoundSlide, you'll need to enable access to the device's configuration interface for your user account. By default, Linux restricts access to USB devices for security reasons.

To fix this, you'll need to create a small rule that allows your user account to communicate with the SoundSlide device. Don't worry, it's a quick and simple process! Just run the command below in your terminal:

echo "SUBSYSTEM==\"usb\", ATTR{idVendor}==\"f5a2\", ATTR{idProduct}==\"000[1-9]\", OWNER=\"$(whoami)\"" | sudo tee /etc/udev/rules.d/99-soundslide.rules > /dev/null && sudo udevadm control --reload-rules && sudo udevadm trigger