React Native + Arduino + LED
- Connect hardware (manual in progress...)
- Setup iOS/Android SDK
- Setup RN CLI
- Install dependencies
yarn install
- If necessary install iOS dependencies
cd ios && pod install
- Run
yarn ios
/yarn android
You can find all details here: https://reactnative.dev/docs/environment-setup
- Hardware setup manual (video?)
- Handle onDisconnect
- Splashscreen
- Option to change favourites colors order
- Enable multiple connection with device (Arduino set as Central / Master or enable multiple connections as Peripheral (Slave))
- Refactor BLE communication / protocol (handle fast color change)
- Add and remove item animation
- Android runtime permissions (location)
- Picker animation (scroll) when color is selected from favourites
- Debug mode (without physical BLE)
- Claps detector to turn on/off lights
- Audio volume detect and auto adjust brightness
MIT License © Sparing Interactive