hey, I am using nrf52840 in that i am making it compatible with DFU by using sdk2.8, but getting this error
C:/ncs/v2.8.0/nrf/include/flash_map_pm.h:47:22: error: 'PM_mcuboot_secondary_ID...
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 tried to read and write the OTP region in UICR of nRF5340 with nrfutil, but got the following output:
Any Ideas, what could be the issue here? Does nrfutil...
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...
Hi, Im designing a custom board using a NRF9160 MCU. From the product specification it operates at a voltage range of 3.0(2.8)-5.5V. I want to use a 3xLI socl2 3.6v (parallel...
Hello,
We are facing an issue where the sum of count in BLE_GATTS_EVT_HVN_TX_COMPLETE events (member of the ble_gatts_evt_hvn_tx_complete_t structure) doesn't match with...
Hi,
I created a simple project in VS Code and I have defined the custom board configuration files that I want.
In the xxx_defconfig file I have defined CONFIG_GPIO=y but...
Hi, I have an issue when I try to install the nRF connect SDK. I am using Linux Fedora 39, trying to isntall SDK v2.5.0. Steps taken so far:
Download and install nRF command...
Hi,
First of all, let me confess I am new to NRF and BLE environment.
I am working on a project where the mobile device and NRF 52840 acts as a BLE peripheral and one...
Hi, in our project we use the nRF52832 and a external flash memory MX25L3206E connected on this pins:
Take note in this project we also use SPIM0 to manage an IMU and...
Hi, I just purchased new PPK2 kit from mouser.
But after trying to open it via nrf Dekstop app it gives and error
2024-11-19T11:57:53.845Z INFO Selecting device with the...
Hello, I am trying to achieve a few uA current in nrf9160 but with even all conf off and empty while loop or even without the while loop the controller is consuming 5mA which...
Hello
I am trying to build the Zephyr mesh distributor sample on the nRF 52840 dongle
It builds and runs just find on the nRF52840 DK
But when I try to build for the...
We are currently working on a project based on nrf52840 and using connect sdk v17.0.0.
It is currently in development phase but eventually we are planning to use nrf5340...
Using v2.8.0-rc2 as v2.7.0 doesn't support the SCRATCH partition.
I am not able to enable BOOT_ECDSA_TINYCRYPT (required for Image Encryption).
I suspect this is because...
Hello
Awhile back I profiled my battery using power up app @ 4C 25C and 45C for a battery between 2.75V and 4.2V battery model is attached in zip.
The profiles themselves...
Dear Nordic Team,
I am working on a project using the nRF7002DK and require guidance on implementing the following functionality:
Acquire data from a sensor using the...
Project (NCS v2.7.0):
We are working on an application that requires time synchronized sampling of sensor data from 4 nRF52840 devices. The sensor data is then streamed...
Hi, We have an application where we need to predict drift between two nRF52833 systems in low power mode running from LFRC (low frequency RC oscillator). Section 5.4.4.4 of...
I am an embedded software engineer and have experience developing BLE devices with nRF5SDK, but this is my first time using Zephyr/NCS.
I am developing a USB dongle (nRF52840...
Hi,
I am developing a product based on the nRF9160 using the LwM2M client. I successfully have this working using PSK, but want to use X509.
I am calling lwm2m_security_set_certificate...