Update Readme

This commit is contained in:
Norbert Schmidt
2023-02-27 13:06:25 +01:00
parent f4481d175e
commit c2c9ac6bb6

View File

@@ -52,7 +52,23 @@ Rename the provided .app. constant example to app.copnstnt and fill in the requi
1. Clone the repository 1. Clone the repository
2. Install the dependencies 2. Install the dependencies
npm install npm install
3. Run the app 3. Add these entries to Android and ios
### Android manifest
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE"/>
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
### IOS capability
Add capabilities: Push notifications and Apple logon
Needed permissions (add to info.plist): camera, bluetooth, GPS
@@ -70,9 +86,12 @@ Push notifications
# Plugin description # Plugin description
### General description ### General description
We created some sensor plugins for example. Sensors can be native (camera, GPS) or external (iSPEX and Canair.io)
## CANAIR.IO ## CANAIR.IO
### Description ### Description
Canair.io (see website) is a bluetooth peripheral to get PM2.5 and CO2 (depending on model) out. Connection is made via bluetooth.
## MINI SECCHI ## MINI SECCHI
### Description of the mobis Mini Secchi Plugin ### Description of the mobis Mini Secchi Plugin