I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi,
platform info:
SDK 9.0, NRF51822, SD:s110_nrf51_8.0.0, Master Control Panel(android):2.0.0
We use eample dual_bank_ble_s110 under dfu/bootaloader/pca10028/ of SDK...
Hello,
I've built "bootloader" project in sdk6 and sdk8, which named "sdk6_bootloader.hex" and "sdk8_bootloader". Then what I did are listed as below:
(1)
using ...
I am trying DFU with:
BOARD_PCA10040,
nRF52_SDK_0.9.2_dbc28c9
s132_nrf52_1.0.0-3.alpha
One interesting thing is the SDK_0.9.2_dbc28c9 can not work with
...
Hi,
We currently (no pun intended!) don't have any battery protection circuitry for reverse polarity designed into our prototypes. Our device is powered from a CR2450 coin...
Dear Nordic.
I read specific data using GPIO(timer sampling), BUT, occasionally, the data is broken because of Softdevice interrupt.
So I want to guarantee it while reading...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
Hello everyone.
I would like to ask if is possible to compile and run examples from latest IoT SDK 0.9.0 on pca10028 board. Every example has only Makefile for latest pca10041...
Dear Developer Zone,
I'm using an nrf51822 with SDK8 & SD S110 v8
We have an iOS app connecting to a custom service on the NRF device. What we would like to do control...
hi,
i have a project which need dfu by OTA,but nrf51822 flash is not enough.The project detail information in the following:
chip:nrf51822QFACA10
SDK6.0
SOFTDEVICE:7.3...
I'm using nrf_drv_twi to talk to an accelerometer from an nRF51822 on a custom board. I'm on SDK 10.0.0. I'm following the example from the SDK, peripheral/twi_sensor. And...
Hi,
I set advertising data as follows:
err_code = ble_advdata_set(&advdata, NULL);
But I can't achieve advertising without ScanResponse,could you give me some suggestions...
Hello,
I do connections between 2 nrf51 with a known and static services. Is that possible to bypass the discovery to access a characteristics (i know all characteristics...