lilliesAndRoses
lilliesAndRoses
Do you mean that if I have to build an app to work on 32 bit Windows, I need to **build** the app using on a 32 bit Windows machine?...
Hello, I am getting the same error. I do not use Windows SDK as I do not do active development. I am only a user of noble-uwp. I have installed...
Looks like only the windows-build-tools are not sufficient. Things compiled after I installed the SDK as mentioned by @CharlesStover Thanks.
We have granted all the permissions required. DFU profile also does not work. It fails finding the DFU service itself. The Android app we have written also does not get...
Hello, Following are the logs from the point the device attributes are discovered, notifications are enabled and some data is sent on a different characteristic. ``` [18:54:51.427] Discovered service 6E401234B5A3F393E0A9E50E24DCCA9E...
Hi, Thanks for pointing me to logs. I could solve my problem by setting `requireAck ` to false in the API below. `startCharacteristicsNotifications(characteristicId, requireAck, callbackopt) → {void}` May I understand...
Ooooops! I had interpreted the `deviceNotifiedOrIndicated `and `characteristicValueChanged `exactly opposite. Maybe the documentation needs to be more elaborate for this. But no issues there. I still fail to understand how...
Yeah! The ack thing is a puzzle. But that was the only diff between my logs and those of NRF Connect. About the RSSI, I'll check the API you mentioned....
Hello, With the characteristicValueChanged function, I see one more problem. Consider a scenarios where I have a characteristic which supports read as well as write. There is a two step...
Hi, Will the latest pc-ble-driver-js code work with the NRF52 DK board flashed with the latest (S132 v5.0.0) hex file (from pc-ble-driver github)? I am getting following error if I...