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...
Since migrating to the Zigbee 3.1 SDK I have noticed a few oddities with the behavior of attribute reporting that I am thinking are related to the following bugfix:
The...
HI,
I find that the DFU code start address regsiter is different between SDK15.3 and SDK16
SDK15.3
MemorySegment name="uicr_bootloader_start_address" start="0x00000FF8...
Hi,
I'm using the Home Automation profile of the Zigbee protocol and, in particular, I'm developing the Window Covering Device, present in the SDK "nRF5_SDK_for_Thread_and_Zigbee_v3...
It appears the softdevice gets into a strange state when a BLE connection is lost while transferring data. How does application code reset or reinitialize the softdevice ...
Hello,
On the documentation page for nRF5 SDK for Mesh ( https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK-for-Mesh ) it says that only the nRF52832 and nRF52840...
Hello,
I'm seeking some clarification on a few points to determine the performance of the nRF52840 in high density deployments. The current intended soft device is S140...
Hello,
in the current project we use a large array (16kB) in RAM to store data. After a reset we would like to check if the array is not corrupted to continue processing...
Dears,
I'm using nrf52832 with PCA10040 and SDK 16.0.0,I want to make a DFU via uart. So used the firmware provided in the SDK(nRF5_SDK_16.0.0_98a08e2\examples\dfu\secure_dfu_test_images...
Hello,
I would like to evaluate nRF9160 for incoming project.
I have Nordic Thingy:91 with iBasis sim card.
Unfortunately, during configuration it turned out, that...
Hi,
We are using nRF9160 for our application and need to design power supply with battery management IC for it and need to know how much power it will consume with all...
Hi,
I would like to setup my nRF52840-Preview-DK as a central to communicate with a peripheral device via UART over BLE.
Once my peripheral device is connected it writes...
I try to connect NRF9160 dev kit to LTE/NBIOT. But device cannot connect to the LTE/NBIOT network. I am using the at_client example with nRFconnect v3.3.0 LTE link monitor...
I have successfully managed to both provision and configure the simple:_on_of_client.
but i'm having troubles configuring the simple_on_off server. I really have no idea...
Hi folks,
I need of your help. I've developed a new custom board with the nrf52840 CKAA ball assignment and I'm having problems on programming it.
I've developed my...