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...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
SDK 14.2, SoftDevice 140, NRF52840.
My code is below. I am putting stuff on a queue (q1 in the code below) inside an interrupt. This stuff is then processed in the main...
On macOS, in nRF Connect Toolchain Manager, if you open a terminal for an SDK version then $PATH will not contain /usr/local/bin. nRF Command Line Tools installs nrfjprog...
Hi, I've got some issues:
I use nRF52 DK kit run " BLE Blinky Application", it work properly, yes.
And then, I want to dev my own program, so I buid from "ble_app_template...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
When using fstorage to store structure data, I encountered this error. After I increased the structure space, the error disappeared. Could you tell me why?
I've tried searching for some documentation on pairing IO capabilities with NCS/Zephyr but can't find any. I'm trying to modify the peripheral_hids_keyboard example to use...
Hello Nordic support,
In case of using concurrent multi-protocol (BLE + ZigBee or BLE + Thread using time-sliced mode) on Nordic devices (especially nrf52840), are there...
Hi,
Does the nrf5340 perform any integrity checking on the QSPI on-the-fly decryption? Are there any details available on the specific algorithm used? The datasheet only...
Hi, my question is about the commissioning of the thread protocol. Not so long ago I created an ish on the github of the thread project, but with software errors I was offered...
i use nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10056_ble.
The rom space is only 0x6000 bytes, I need 0x8000 bytes, how do I need to modify it?
I found some information in Case ID: 251716 , however, when I went to look for these options in the nrfutil manual there is not a single mention of what the options are for...
To the kind attention of Nordic support team,
we are experiencing a very random and rare loosing of existing ble bonding infos (device side). So that to reconnect to the...
We are getting a "No SOURCES given to target: drivers__ipm" error making build fail for our custom board when trying to move to 1.5.0 for official nRF53 production support...
Hi,
I am using NRF52832 with SDK 15.0, SDK Mesh 4.0.
As my knowledge, the OTA speed of Mesh DFU is very slow.
So can I use SDK DFU for faster speed?
Thank you.