I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Hello,
we are using a Flutter App on iOS and Android.
With iOS the data transfer is as fast as expected, but Android seems to have delay of 2 seconds between the data...
I am adding a bootloader to my project for OTA DFU.
App core and net core update was successful in the 1st stage bootloader configuration, I'm configuring a second stage...
Does the NCS stack + nRF7002 support scanning while connected? I would expect it could, to support handoff, but getting errors.
Using nRF7002-DK and NCS 2.8.0.
Compile...
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...
Hello! I was wondering if there is any advice from trying to get Non-simultaneous firmware updates using sysbuild with the following constraints:
Must update both App...
Hi,
I am having problems getting PSM mode, or at least getting a decent power consumption in PSM mode, because I think the PSM in working properly.
I am using the EVB...
I am using Zephyr to create a program that integrates BLE Mesh and NUS. My goal is to use a sensor_client to read data from a sensor_server, and then send the data, via peripheral_uart...
Need some help with:
nrf5340 - custom board
NO external Flash
DFU over BLE with simultaneous update of both images allowed ( using this devzone concept with static...
I using a BMI323 sensor with address 0x68 on the I2C bus and a custom-made nRF52832 dev kit. when I tried to send some commands to the sensor via I2C, it didn't work.
here...
Hello, I'm writing an application for nRF91 series and I have the functionality mostly working but the "sleep" current is high, about 4-7mA. I assume that this means that...
Hi,
I am currently working with the nRF5340 Audio DKs and have successfully implemented the gateway and handset functionalities.
Now, I want to extend the system by enabling...
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...
Hi!
In our project, we need to send cloud-to-device commands. By "command" I mean a request to do some short action, not a request to change device's configuration/state...
Dear Nordic Team,
Today, as of January 30, 2025, our devices started giving the same error and we are no longer able to receive any location data from nRF Cloud and even...
Hello,
I'm currently working on a project that uses the PMIC nPM1300. We need to monitor the battery's SOC, capacity, etc. As far as I understand, I need to use the fuel...