-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# sailfishos-mooshimeter | ||
[SailfishOS](https://sailfishos.org/) app for the [Mooshimeter](https://moosh.im/mooshimeter/) BluetoothLE Multimeter | ||
|
||
This app is in early alpha stage, and has only been tested in my phone (Aquafish) with my meter, so expect plenty of bugs :) | ||
|
||
**To use the app, you must enter the Bluetooth ID of your Mooshimeter in the app's settings dialog.** | ||
|
||
|
||
## What works: | ||
* display basic readings | ||
* select input channels and ranges | ||
* "math" channel (power calculations and K-Thermocouple) | ||
* battery level indicator | ||
* temperatur units (Celcius / Kelvin / Fahrenheit) | ||
|
||
## What doesn't work: | ||
* there is no scanning/connection dialog to connect to a meter | ||
* logging is not yet supported | ||
* there are no pretty graphs (not even ugly ones) | ||
* probably a lot of other features I can't think of right now :) | ||
|
||
## Known bugs: | ||
* app sometimes fails to start because connection to the Mooshimeter fails. In this case, you need to kill the app manually using the terminal command "pkill -9 Mooshimeter". |