Adelin U.
Adelin U.
I confirm this is happening on Android (while on iOS works correctly). Phone: *Huawei Y6 2019 (MRD-LX1)* Android Version: *9* Basic code used: ``` bluetoothle.startScan(function(s) { console.log(['SUCCESS', s]); }, function(e)...
As per my basic code understanding, there isn't any implementation at all regarding `allowDuplicates` in the Android's [BluetoothLePlugin.java](https://github.com/randdusing/cordova-plugin-bluetoothle/blob/master/src/android/BluetoothLePlugin.java) file _(meaning a quick search for this tag finds nothing, while it...
For iOS works as with more than 20 bytes, however on Android, I believe this is standard behavior. I had an eye on [this thread](https://stackoverflow.com/questions/24135682/android-sending-data-20-bytes-by-ble), where most of the users...
Hi, I'm afraid the reason why you can't connect is not related to the mentioned error (e.g. _Bad File Number_). That's an error I see all the time, not sure...
Yeah, WebSockets for wired Ethernet Shield (W5100, WizNet W5500 or ENC28j60) for MCUs like ATMega2560, AMtel328p or Cortex M0 would be a great idea! We could donate some boards if...
I have the same issue on Android only (testing with v9). I've upgraded from 3.2.0 to 3.3.1 and the requests fail on Android with "JSON Error", while the call never...
In the end I had no choice but downgrading back again to 3.2.0 and works. Couldn't do anything to fix it. I'd be happy to offer more details to anyone...
I'm also looking forward to having this feature implemented, had a situation where an I2C sensor froze and the entire MCU stopped as well since there was no communication going...
Some info might’ve been lost in translation. 😁
Well, I'm not using it for servo (as the original poster of the other thread), but to read data from two sensors HTU21D and HMC5883L . The problem is, the...