-
## Your Environment
* Plugin version: Lastest in master
* Platform: Android
* OS version: 7 and 8
* Device manufacturer / model: LG Stylus 3 and Samsung Galaxy S9
* Cordova version (`cordova -v`)…
-
Hi,
I am having various problems with the use of this library.
**First:**
With the newest version of library (1.7.1) when I try to build with --prod flag the compilations returns this error:
…
-
We could use BluetoothLE to acquire information from Micro:bit wirelessly.
1. pygatt is suitable for this purpose
https://pypi.python.org/pypi/pygatt
2. some useful references about Micro:bit and…
-
AFAIK there's three possibilities in this (highest # of stars is first):
* https://github.com/don/cordova-plugin-ble-central
* https://github.com/randdusing/cordova-plugin-bluetoothle
* https:…
-
I have the following code:
```
#include "MicroBit.h"
#include "MicroBitUARTService.h"
MicroBitUARTService *uart;
MicroBit uBit;
uint8_t connected = 0;
void onConnect(MicroBitEvent) {
…
-
Do I need to run the example of SensorKit using sudo?
trigger : std.Trigger(tick=1, data=true)
light: io.Light()
trigger.data > light.on
When I tried to run the light example, without sudo I …
-
TAPIAをとあるサービスに使えないか検討しております。(現在無償登録状態)
まず、
https://tos.mjirobotics.co.jp/sdk/manual/1.1.html にあるSDK利用マニュアル
というのはどちらから参照できるのでしょうか。
また表題でもあるI/Oですが、Bluetooth の表記がありませんが、利用可能でしょうか。
(miniのプレスではBlu…
-
When trying to enable the notification on the Android with my own code, it failed, and the problem is related to the descriptor not found for the characteristic, the APP "nRF Connected" can't enabled …
-
Hi,
I am facing an issue in the last part of the production of an app I have created, the publishing part.
Everything is going well for my iOs app, and I could properly generate the archive packa…
-
Issue raised while invoking writeValue() of BluetoothLeGattCharacterisitic class..
org.eclipse.kura.KuraBluetoothIOException: Error during BLE IO activity.
at org.eclipse.kura.internal.ble…