Don Coleman

Results 16 issues of Don Coleman

Add instructions for NSBluetoothAlwaysUsageDescription

iOS needs NSBluetoothPeripheralUsageDescription. Add documentation and template in config.xml similar to https://github.com/don/cordova-plugin-ble-central#ios-10. As a work around, you can manually NSBluetoothPeripheralUsageDescription to the plist in the generated iOS project.

Issue #420 added support for broadcasting a characteristic value. This works now, however I'm not able to connect to the peripheral. (Sample code below.) nRF Connect (Samsung S8 with Android...

iOS doesn't see changes to Bluetooth services and characteristics between sketches **To duplicate** 1) Run example CurieBle -> LED 2) Use [LightBlue](https://itunes.apple.com/us/app/lightblue-explorer-bluetooth/id557428110?mt=8) from iPhone to connect to LED 3) Run...

bug
Pending Implementation

dpinst-amd64.exe is not signed (or the signature has expired) Steps to duplicate - Windows 10 - Arduino IDE 1.8.11 - Open Boards Manager - Install Arduino SAMD Boards version 1.8.4...

improvement

Calls to digitalWrite don't do anything after calling analogWrite on a PWM pin. Tested on the MKR1000 and MKR WiFi 1010 with SAMD 1.6.20 core. ``` const int ledPin =...

bug