I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...
Hi,
We are using nRF Connect SDK 1.1 for nRF9160.
It is not possible to turn off the shell as a log backend in Zephyr. Is this a bug or a feature? Is there any way I can...