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...
I submitted this ticket about dynamically changing the USB descriptor to enable or disable the MSD device
https://devzone.nordicsemi.com/f/nordic-q-a/85653/dynamically-changing...
1. How to connect the Ampere meter function, how to measure, and found that the measurement is completely inaccurate, how to calibrate it so that it can measure accurately...
While working on a new version of multi-nus central to correct for missing features. This work is derived from the public github repository https://github.com/NordicMatt/multi...
Hello everyone.
I'm currently implementing a target autodetect for a debugging toolkit. The basic identification is done by reading out the class 1 romtable to get the manufacturer...
Hi All,
I'm new for Zephyr platform. I want to use my own NRF52832 board and the bluetooth hci uart in the zephyr official examples to make a BLE controller. Because the...
Hi!
I'm currently at the stage of developing for my master thesis, a complete system for AoA asset tracking using Nordic solution and I've got some questions related to...
Hi,
Most of the posts I have seen are related to adding nrf DK or thingy to nrf cloud. Is there any way to add custom nrf9160 devices to nrf Cloud? Is nrf Cloud even meant...
Hi Team,
I want to use smp_svr application in nrf52840 dongle but I am getting below mentioned compilation error when compiling with overlay-cdc.conf . I have tried it in...
Hi
I want to send an array of hex data bytes by uart0 in nrf5340 inside the program. I have studied the uart_peripheral sample. In this sample every thing has been set to...
Hello.
Ive tried the sample code 'light mesh' from the Zephyr project on the board nRF 52840 DK board. I could provision the board as a node in the nRF Mesh app without...
Hi ,
We have deployment a ble mesh solution developed with NRF mesh sdk version 5 with the bootloader provided with the SDK. Now our requirements have increased and we are...
Hello,
we have a zephyr application on nRF52832 DK with nRF Connect for vscode
Before we added DFU support, we had a power consumption of 28 uA
After adding DFU support...
3 months ago Nordic stated the following
The S140 version 6.0.0 SoftDevice does not have full support for S=2 (500 kbps). The application cannot select S=2, so all packets...
Hi Nordic guys,
I'm developing with nrf5340, and meet some problem with writing external flash - nrf qspi flash.
I found it sometime failed in 'flash_area_write' and return...