Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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