Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shirommakkad/ledfxmobile

Control your LedFx sound reactive LEDs from your phone!
https://github.com/shirommakkad/ledfxmobile

expo led-strips ledfx mobile-app sound-reactive sound-reactive-leds

Last synced: 2 months ago
JSON representation

Control your LedFx sound reactive LEDs from your phone!

Awesome Lists containing this project

README

        

# LedFxMobile

Get it on Google Play

Control your [LedFx](https://github.com/LedFx/LedFx) sound reactive LEDs from your phone! See [Expo Installation](#expo-installation) for IOS installation instructions.

## Screenshots




More screenshots including iPad screenshots are available in `screenshots/`.

## Expo Installation

Just download the Expo app on either the [Play store](https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en_US&gl=US) or the [App store](https://apps.apple.com/us/app/expo-client/id982107779) and scan the QR code below.

## Todo

- Device discovery (needs backend support)
- Power on/off (needs backend support)
- Brightness controls (needs backend support)
- Speed up devices list rendering
- Redesign Add device screen

## Contributing

This app is built with [React Native](https://reactnative.dev/) using [Expo](https://expo.io/). You'll need to install the [expo-cli](https://docs.expo.io/get-started/installation/) and the [latest version of Node.JS](https://nodejs.org/en/).

Be sure to use the expo versions of npm commands. For example use `expo install` rather than `npm install` (this one is very important since it could install the wrong versions otherwise).