Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jukben/euc-tricorder
📟 Monitoring mobile application for EUC (KingSong). Written in React Native.
https://github.com/jukben/euc-tricorder
euc kingsong react react-native unicycle
Last synced: 17 days ago
JSON representation
📟 Monitoring mobile application for EUC (KingSong). Written in React Native.
- Host: GitHub
- URL: https://github.com/jukben/euc-tricorder
- Owner: jukben
- License: mit
- Created: 2020-01-13T20:13:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:46:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T13:27:07.988Z (about 1 month ago)
- Topics: euc, kingsong, react, react-native, unicycle
- Language: TypeScript
- Homepage:
- Size: 5.23 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EUC Tricorder
EUC Tricorder an is expermintal monitor application for your [EUC](https://en.wikipedia.org/wiki/Electric_unicycle).
This project currently supports iOS platform only and it has companion app only Pebble Watch (sweet nostalgia). It's based on my previous project - [kingsong-web-controller](https://github.com/jukben/kingsong-web-controller).
The goal of this project was to explore comunication protocol of EUC and also refresh state of React Native development.
To be honest, I built this primarily to for myself. However I do own Apple Developer account and this project has its pipeline on AppCenter, so in case you don't want to build the app on your own, contact me and I will add you into a distribution group.
## Supports
- Supports only KingSong (18L) for now, but it's designed in a way to easily write connectors for other unicycles / devices
- Possible to connect with EUC Tricorder Pebble (Rebble) Watch App (you have to build it manually!)
- Possible to connect with Flic Button to trigger voice information## Screenshots
## Contribution
### React Native
If you want to collaborate on this, please reach me out. Anyway, you should be able to build it quite easily. Install dependencies with Yarn, then build it for release in Xcode.
### Pebble
In order to develop for Pebble, you can use the `./run-pebble` command which will run Docker container and open its terminal with `pebble` binary.
```bash
pebble build && pebble install --phone IP
```## License
MIT