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...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
Why project config is not finding relative path of these files but absolute path works fine:
CONFIG_CHIP_FACTORY_DATA_USER_CERTS_DAC_CERT = "certs/Chip-DAC-Cert.der" ...
Hi,
I'm currently using NCS v2.9.0 under sysbuild and have recently been using board definitions from different directories. My recent projects possess a "boards" sub-directory...
Hi, I've been trying to top up my iBASIS SIM card, but after clicking on the nRF Cloud SIM "Buy data" link it fails and generates a system error message (see image below)...
Hi all,
Has anyone implemented an MQTT client on an 54L15 before? I have been searching the web and I have not seen a sample program or anyone talking about MQTT with 54L15...
Hi!
I faced an issue with nRF Cloud Log. If I set CONFIG_LOG_TIMESTAMP_USE_REALTIME=y, I get wrong timestamps (2080 year..) in nRF Cloud Portal for all messages being...
Hi!
We use nRF Cloud Log backend in our project. And during my research I found that it actually doesn't filter (despite the filtering code is there) messages generated...
I am looking for a solution where I can set custom and configurable root Kconfig file via Cmake cache variable, which can be specified through the west build command.
Steps...
I'm working on an Android app that connects to a Nordic nRF52833 BLE peripheral (Zephyr 3.7.99 / NCS 2.9.0). I'm encountering a consistent issue where:
The app connects...
Hello, I just try to migrate our developing project from old parent-child build to sysbuild,
But when I build the project with non-secure cpu (with TFM), I get the <err...
I have been testing the thingy91x and measuring power consumption trying to reduce it to the absolute minimum.
Using a test program that moslty sleeps ( using k_sleep()...
Nordic TS,
I've installed and begin to experiment with the DECT NR+ v1.1.1.0 FW. Initially, I'm noticing on obvious difference in the behavior of the dect_hello sample between...
Hello,
I'm working on a project using the nRF52840 and Zephyr, and I'm experiencing an issue when trying to use device power management (PM) with a custom sensor driver...
Hello,
I am new to nRF development. I am going through the nRF Connect SDK Fundamentals course.
I wanted to configure a GPIO on the nRF52833 DK board as an output and...
How to reproduce:
Generate a production config (content doesn´t care because the error still exists after changing the content) and build / flash it:
nrfutil nrf5sdk-tools...
Hello, I've completed nRF Connect SDK Fundamentals Certificate of Completion but I've noticed a little problem with printk and logging.
When I use build configuration with...