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, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi I wanted to ask if there is a driver/library for the mcp25625 chip? Also for the communication do I use " SPIM — Serial peripheral interface master with EasyDMA " or "...
I'am achieving lowest power consumption in connected mode. I can't identify source of short spikes every 40Hz when mcu is in low power mode. I'am sure that it's not application...
under code is my sdk main code and i want to change code to Sensor --I2C-- nRF52 --UART-- app but where i have to start and change ?
/* Copyright (c) 2010 - 2017, Nordic...
I've been doing some testing with Mesh DFU and I've noticed some unexpected behavior around handling missing data segments.
As I understand the Mesh DFU protocol, if a data...
I have issue about calibartion using saadc.
I use 52832, S332, SDK 15.3.0
when calibration is excuting, ANT+ and BLE is also doing.
I use low power mode in saadc.
...
Hi
I want to know if there is any source code of thingy91.
Because I want to follow thingy91 for making a product with the use of the same antenna, and I want to know...
Hi,
Recently, I was trying to move my project from STM to Nordic IC.
I just wonder how to implement the below codes into the nRF52832 or how to program it in Nordic environment...
Hi,
I want to set sending power(+4dBm) of NRF52810/NRF52832 with SDK 15.0.
Now,i find i should use the order of sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle,...
Using a AF_INET UDP socket on the nrf9160 I will get ENOMEM when I send a bunch of datagrams over the socket. I understand how there can be a limited number of buffers for...
I am trying to debug the dfu bootloader using SES. This is my first time using SES. I opened the example project and everything builds fine. The image loads on the device...
I am currently working on a design with the nRF9160, and have a few questions about the DEC0 pin and decoupling for the module in general. I have been considering adding additional...
Hello,
I am use bonding and want to forbid new bonding if proprietary authentication criteria is not met.
For example, I want to allow bonding only if my device is on...
Hi, I am using nRF5_SDK_15.0.0_a53641a.
I'm using code below to start WD and I'm not feeding WD.
After WD reset, I'm looking at RESETREAS register and DOG bit is...
Hi,
we are currently in the process of optimizing our connections for better throughput. Use-case is connection based FruityMesh ( https://github.com/mwaylabs/fruitymesh...
Sir i am using only one nrf52840 board
Sir i am changing router role to coordinator role and also remove the zb_ed_role in preprocessor definition
now the project building...