Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Azure/iotc-android-sample
IoT Central Android Sample
https://github.com/Azure/iotc-android-sample
Last synced: 3 months ago
JSON representation
IoT Central Android Sample
- Host: GitHub
- URL: https://github.com/Azure/iotc-android-sample
- Owner: Azure
- License: mit
- Created: 2019-04-11T17:24:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T16:44:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-02T15:18:23.675Z (10 months ago)
- Language: Java
- Size: 28.8 MB
- Stars: 3
- Watchers: 11
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-iotcentral - Android Sample (Java) - Mobile device (miscellaneous)
README
# Azure IoTCentral Bluetooth Android Gateway
This Android application will help you connect your BLE(Bluetooth-Low-Energy) device to Azure IoTCentral## Features
* IoTCentral application management (list, creation)
* IoTCentral device management (list,creation)
* BLE discovery
* BLE Characteristic to IoTCentral telemetry mapping## Binaries
APKs for installing on Android are available in the [Release page](https://github.com/Azure/iotc-android-sample/releases)Application list
Device Templates list
Device list
BLE discovery list
BLE Service discovery
BLE Service mapping
## Sync telemetry fields to BLE characteristic
It is possible to synchronize telemetry mapping with the cloud application in a bi-directional way (update from/to cloud). The device model must contain the following settings with the right names:* A device property of type _text_ with field name "ble_mapping"
* A device property of type _number_ with field name "ble_version"
* A command of type _text_ with field name "updMapping" and two input fields:
* a field of type _text_ with name "mapping" which will contain the telemetry as a JSON string
* a field of type _number_ with name "version" which will contain the mapping version to keep track on synchronization.
If operator wants to update mapping on the mobile application can run the "updMapping" command and the device will sync values on properties.