Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am in search of an SoC capable of processing data and having Bluetooth features. I have to use it in an automotive design and need to be compatible for the application...
Hi, I am having an issues when i run the command
west init -m https://github.com/NordicPlayground/fw-nrfconnect-nrf This is the response : I found a similar issue here but...
I'm trying to find documentation about the RADIO peripheral of the NRF51822 chip. In the NRF SDK file nrf51.h i can find all the registers like 'PCNF0' and 'CRCCNF' but there...
Trying to setup nRF Sniffer v2.1 for nRF52 Development Kit (PCA10040)
1) Wireshark does not see the Sniffer. When I run nrf_sniffer.bat, I get this:
C:\Program Files\Wireshark...
Hi,
I am now trying to reduce the total number of packets during the dfu process. After reading all the code about dfu in both app and bootloader, I find that in this process...
I am trying to install the pc-ble-driver onto my PC so that I can get the dll and lib files necessary to read/write from a nRF52840 Dongle programmatically. I am following...
Hello, we are using microchip bluetooth as uart tranpsarent and we have custom app in android to control it. In future we are going to do mesh application in android. But...
Hi
Using SDK for Mesh 4.0.0
I had a strange behaviour: Setting up a model with publication period 16s resulted to an interval of actually 10s. Multiples of 10s were working...
Two traces are attached performing the same function. A connection is made to a bonded device. The peripheral times out and the central tries to reconnect. with SDK 14/SD5...
The default generated Device UUID in SDK For Mesh v4.0.0 uses wrong endianess.
From the Mesh Profile v1.0.1, section "3.10.3 Device UUID" "To decrease the complexity of...
How to generate the Public keys to firmware application?
Even i am unable to install the nrfutil.exe for my windows 7? what could be the issue?
Tried pip install for the...
I would like to "talk" to nRF52 via BLE using an application developed in c#/.NET in Windows 8.1. Any hint?
I checked the BluetoothHeartRate example on MSDN, but I would...
Hi
I have add a device A to zigbee coordinator, but the device A profile is private and data is not zcl, I can not get the APS data in application. How can I to get the...
Hi,
I am trying to integrate the Mesh SDK to my current BLE project which is in Keil. After porting some .h and .c files. I am getting the following errors:
I am aware...
Hi,
I am using the standard ble uart code for ble communication. I am able to receive the data sent from the nrf Connect mobile app and debug it as per my need. All i have...