Hi,
I am building an app that connects to the NRF52840 with BLE. The NRF board is attached to an electrocardiogram(ECG) setup, so I am interested in the app being able to...
Hello
I am playing with the mesh dfu and the distributor application on nRF52840 DK board
I load the image I want to distribute using mcumgr application on a Raspberry...
We have devices that have low signal so they have to reconnect to AWS a lot. We have a watchdog timer with a 100s timeout that we feed every 10 seconds in the control loop...
Hello,
I am currently developing a project using the nRF 9151 and SDK version v2.7.0.
The issue I am facing is that I have configured the PSM mode, but it doesn't seem...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
Hi, I'm having trouble running the samples/net/aws_iot sample on nRF9160-based board.
Configuration: - nCS: v2.6.0 - modem version: nrf9160_1.3.6
When running the sample...
Hi
I'm trying to use the nRF Cloud Provisioning Service with the nRF Cloud multi-service sample in SDK 2.6 on a nRF9151DK.
I have got the token from the device using AT...
I want to control the ws2812 LED Driver using nrf52840 and connect sdk.
I have tried the example led_strip but it does not compile.
I have checked on forum and found that...
SDK v2.7.0 nRF5340-DK with nRF7002-EK Matter samples (e.g. light bulb) Extra CMake arguments: -DSHIELD=nrf7002ek Use sysbuild
Tested with v2.6.2 (no sysbuild), and it...
In the past I was able to configure ZBOSS to report attributes that are not required to be reportable by the ZCL standard. For example, I'd like to report attribute 0x0001...
i am reading the wav file from SD card and playing in I2S but getting This error can anyone Help with this? I really appreciate any help you can provide. ######## CODE ############...
We want to know if device is already Bluetooth paired. We can check for this manually in the shell by using `settings list` command and seeing bt/keys as one of the stored...
With the mcuboot enabled, I'm not being able to disable the boot banners even by doing the below settings in prj.conf file.
CONFIG_NCS_BOOT_BANNER = n
CONFIG_BOOT_BANNER...
I am trying to use mcuboot with external flash on the NRF52840DK with NCS2.7.0 and a simple hello world application to reproduce the problems I have with my real-world application...
We want to interface the SE050 NXP IC with the NRF5340 using the I2C protocol and generate an AES-256 key.
Could you please assist us in generating the AES-256 key using...
I tested on nrf5_sdk_17.1.0_ddde560,Tested on nrf5_sdk_17.1.0_ddde560\examples\ble_peripheral\ble_app_hrs_freertos project。Call the testfun function to test the test。
The...
Normally when I connected the nPM1300 it would automatically display the battery status and settings,
I already switched up the npm1300 but none ofthem work here.
Is...
I am using the s120 soft device v2.2.1 as a center communicating with a peer using a s110 soft device.
The peer is a black box an all I have is the documented protocol.
...
Hi
I am working on a project which uses distance measurement config for multiple peripherals with long range.
Our plan is to support DM for up to range 25m and we observed...
I want to achieve time synchronization over a wireless connection with sub-microsecond latency. While PTP (Precision Time Protocol) can provide nanosecond-level accuracy on...
Hi All,
I am trying to print out floating values for my NRF5340 v2.4.1 SDK project. But, I am not able to print out the floating values. I tried the setting the following...