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...
Hi,
I have a nrf52833dk board interfaced with a serial flash through SPI.
1. I want to change nordic provided sample dfu app ( nCS_DFU_Sample ) to download new firmware...
Hi
I have just tried to build the rgb_led in VS using 1.9.1 SDK it fails to build I think due to unsupported board, I am using the PCA10056(nrf52840DK) I think this can...
Like the title states, I am unable to get any of the peripheral or non-CPU register to be visible while debugging. This issue is present on our custom nrf5340 as well as the...
Hi Team,
Can I measure the input voltage by ADC on nrf52840 chips without the help of other peripherals?
If can, could you provide me with some examples?
With best...
SDK: NCS 1.8.0
Peripheral: nRF52832
Hello,
I am attempting to build my custom project on SES(Nordic Edition) V5.68 and now I am unable to build my project.
I...
Hello,
For a while I have been trying to alter the HTTPS client example to access another example. No matter what I do, when I try to connect to any other host like google...
Don't know if this the correct place to post something like this but I have made my SDK "facilitator" available at Github in case someone is interested. It's called "Easy...
Dear Nordic Engineers
I have a question about NRF52840 xxAA-F version.
Our customer use NRF52840-QIAA-R,they learned that when NRF52840 uses BT,some other high-speed peripherals...
Hi..I am working on an application based on the GNSS Sample . I coud see that using nrf_modem_gnss_fix_retry_set() and nrf_modem_gnss_fix_interval_set(),fix_retry and fix_interval...
Dear Nordic Tech Support / Dear Users
I am searching for a second source of the 15 nH high frequency chip inductor ±10% (L3 Datasheet Figure 172). At the moment we are using...
Hello Team,
I am working on the ble_app_hrs_rscs_relay example, in which NRF act both as a central and peripheral. My peripheral is a heart sensor ( Polar H10 ) and my central...
Hello Team, I hope you will be fine.
We are working on a project where we integrated multiple libraries from different projects. We are using soft devices too. Now I want...
The documentation (Product specification v1.2) is not very clear about the event channels.
I wonder if there are:
- 32 event channels
- 6 event channel groups
- 16...
Hello,
I tried to install Python Matter controller for Linux. I followed the tutorial : developer.nordicsemi.com/.../ug_matter_configuring_controller.html
In this tutorial...
Dear all,
I want to implement precision clock synchronisation between two Nordic NRF52840DK devices, I have seen the example using the Timeslot API with the Nordic SDK,...