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. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
Is there any way to test the Direction Finding Central sample code without an antenna array? I currently have two development kits in which I would like to use to test the...
Several of the central examples in nrf SDK v2.9.0
using build target; nrf54l15dk/nrf54l15/cpuapp
produce this linker error:
undefined reference to `bt_conn_le_create...
I'm using an nRF7002DK, SDK v2.7.0, and I've set it up as a BLE mesh node following the Zephyr bluetooth mesh sample . It's running fine, and I'm able to provision it using...
Hello,
I’m working on a project using Zephyr with a nrf52832 and I would like to know if it is possible to scan on a specific bluetooth channel (for example 38). I saw that...
I have develop a FOTA code in SDK2.5.0 base on \nrf\samples\cellular\nrf_cloud_rest_fota example, everything work.
and recently I try to update to SDK2.9.0, and first testing...
I am developing an application based on nRF desktop, SDK 2.9.0. In normal build it works as expected. In release build, which includes MCUMgr/MCUBoot and no logging or asserts...
Hi all,
The following is the default partition.
Due to nRF54L15 – 1524 KB non-volatile memory (RRAM), I wanted to expand the settings storage partition without changing...
Hello,
I am currently using two hardware:
1. nRF7002DK PCA10143
2. Fanstel WT02C40C that has the nRF5340 and nRF7002 pair. Here is the latest manual of this module ...
Hi
SDK: nRF Connect v2.6.1 uP: nRF52832
In my project I try to compbine NFC and FOTA (DFU over BLE). First I did setup a NFC project from the example "writable_ndef_msg...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
Hi,
I'm trying to implement a PRE_KERNEL1 timer (with top priority 0 ) to toggle an LED.
I’m able to control the LED using registers, and now I want to add a timer layer...
I want to send a custom message using a custom Property ID in Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234...
I am debugging an application on a nRF5340 DK using nRF Connect SDK from VS Code. (Toolchain/nRF Connect SDK v2.9.0), everything up-to-date.
The build is "optimized for...
nRF52840, nRFSDK 17.0.2, SoftDevice S140 v7.2.0
Hello! We're turning on SoftDevice and using the PA/LNA pin control to drive our FEM. Then, we disable SoftDevice and issue...
Hi,
I found a bug in the init part of the LIS2DU12 driver. The driver tries to reboot the LIS2DU12 sensor using the SW_RESET bit in CTRL1 register even if it is not in...