-
Bonjour,
Je suis très impressionné par votre projet.
Conformément à votre dossier sur internet, j'ai réalisé toute la partie matérielle de la main droite (Impression 3D et carte électr…
-
### Beskrivelse
Dagens Altinn 2 plattform har løsninger for at systemer kan autentisere og autorisere seg for API.
Noen av de tilgjengelige muligheten forsvinner med Altinn 2.
Denne analysen …
-
### Requirements
- [X] I've looked at the README 'Common Problems' section
### Have you checked this problem on the example app?
No
### FlutterBluePlus Version
1.30.7
### Flutter Version
3.1.5
…
-
### Impacted Library name
@ledgerhq/hw-transport-web-ble
### Impacted Library version
6.27.19
### Describe the bug
Error in the console:
```
monitorCharacteristic.ts:22 Uncaught (in promise) …
-
It's happening more and more frequently with every new update pushed to the beta channel. I get it within 20 minutes of developing. I'm not sure if it's happening on release mode though.
```
F/lib…
-
### Reproduction steps
ChipTool app is crashing while pairing with thread device, only on Xiaomi Tab 5 android device. On all other devices it seems that commissioning works fine
Issue is detected…
-
### Android application type
Classic Xamarin.Android (MonoAndroid13.0, etc.)
### Affected platform version
Android 13 SDK.
### Description
I'm experimenting with Bluetooth LE with GATT …
-
wls_deployment, for shared library redeployment with change in versionidentifier fails with message deployed application reference it.
Below are the details:
Weblogic: **weblogic1221**
**in pup…
-
```kotlin
val char = service.findCharacteristic(READ_UUID)
if (char == null) {
logger.e("uuid:$READ_UUID can not found")
} else {
char.value.onEach {
…
-
I created a loop below the BLE GATTS server example and executed esp_ble_gatts_send_indicate every 100mS.
Each time the power is turned on or the ESP is reset, the communication speed seems to change…