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 am writing the sample program "https_client" to the nRF9160-DK with Visual Studio Code's "Flash". I need to set the APN every time I write with Flash. Is it possible...
Hi,
When I'm trying to use LVGL along with Zephyr, I get the following:
I already tried to "play" with different CONFIG_MAIN_STACK_SIZE and CONFIG_IDLE_STACK_SIZE...
Hello Team Nordic,
We are using nrf9160 DK with nrf connect SDK 2.0.0 and mfw_nrf9160_1.3.2 modem firmware . In the Download_Client example we have changed the URL and the...
Based on the reference designs, the nRF52832 needs a 100pF decoupling capacitor on the DEC3 input. From my reading, this is a PSU decoupling capacitor, presumably for higher...
Our devices are provisioned via mesh shell, not over the air so we have to pass the IV index to the mesh provisioning command However, because the current IV index is not...
I was asked to create a windows application to get the device name and the signal strength of nearby modules with a nrf ble module.
The idea is to have an application the...
Hi,
I'd like to have a HW review. I have designed a PCB around the FSC-BT630 module which includes the nRF52832.
I have included all the files necessary for your to check...
Hi,
I want to use a setup as desctibed in the title, but I constantly get a bootloop.
I have a nrf9160dk >=0.14 (it has the ext flash at least) and I took the tfm_ipc...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) , so we can send our...
Hi,
we want to use distance measurement sample in nrf5340. The webpage for the example says that it supports nrf5340. we are getting error, when we try to build the sample...
Hello,
I have the Audio DK, and evaluated it as suggested, However now i am now trying to connect it to a Android Phone to evaluate it in a more realistic scinario.
Does...
Hi all.
After finishing some test I want to generate the binary for the MCU nrf52810 using zephyr. I have look in the zephyr folder and saw the zephyr.bin file. Is that...
Hello,
I'm currently developing with a nrf52832 (QFABB0) and I have to use pins 16,38,37 and 17 as gpio.
The problem is that when I have an error for pins greater...
Hi Nordic team
Q1. According to nrf Connect SDK documentation, Zigbee and Matter samples all supported FOTA (firmware update). Where can I find the DFU samples for Zigbee...