Hello! The PCN 219 rev 1.1 says "The new device revision of nRF54L15-CAAA is not drop-in compatible with the current revision, requiring update to PCB schematic
and layout...
Hello.
Im tring use nrf_dm sample with nRF5340 on nRF Connect SDK V2.9.0, with a custom board.
I got the error when I try dm with other device:
my prj.conf:
...
Hi, I'm currently in architecture definition stage, and I'd like to know more about the possibilities driven by Channel Sounding. From what I understand, you can only perform...
Hi,
I am encountering an issue with the TWIM driver when attempting to communicate with the nPM1300 PMIC via I2C.
This problem seems to be related to the behavior of the...
I have been trying to implement a way to wake the system up after doing sys_poweroff() but no matter what nothing seems to work. I already tried many examples and none of...
Hello,
I have been able to get FW OTA to work perfectly well over BLE using
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU =y
Now I am trying to display the update progress...
The custom AT command "AT%XICCID" was added in modem firmware v1.1.3 for the nRF9160 and was available from the first release for the nRF91x1.
This command provides a processed...
Hello,
I am using nrf51822 with softdevice 110.
I have noticed that there is some power usage between advertisements, that is more than what is being used when no advertising...
We're having difficulty preventing our nRF51822 from resetting when ESD events occur. These events are not directly on the nRF51's I/O pins, and we've tried things like grounding...
Hi,
I am having a BLE peripheral on NRF51822 chip.
I have set to MITM to 0.
I want to communicate with an iOS app which will act as central device.
When i first connect...
Hi,
I'm planning to use the nrF51822 in the end product and the nRF51DK kit has nRF51422 and not the nRF51822. the user guide for the kit says that 51422 supports ANT protocol...
I am doing a bootloader to support updates via ESB. I am using MicroLib. I am not using SoftDevice.
My project mapping:
Bootloader 0x0000-0xBFF
Application Vector Table...
I use Keil uVision 4.74.0.22 to compile nRF51-ble-bcast-mesh-master with nrf51_sdk_v6_1_0_b2ec2e6 and get the rbc_mesh_BLE_Gateway.hex. However, I drag and drop the hex file...
The iOS app we have is identifying the device via the name broadcasted and the service UUID. On production devices, are the Service UUIDs on the same product, the same on...
Fisrt of all, I have searched all the questions but now still can't make bond work.
I've done below work:
1, modify main.c file to add device manger function
2, modify...
Hello,
I am using NUS service as a peripheral with read and write characteristics and tested on master control panel.
Now I am using S120 stack for central device and...
Hi,
I have a PCA10028 which has a 51422, and trying to run ble_app_uart_c example on it. But no success. I don't get any thing on COM and LEDs do not turn on at all. Does...
Good morning,
I am using nRF51 SDK v10.0.0 and I have to synchronize access to a hardware resource shared between two control flows. One flow is an interrupt handler invoked...
I just ported my SDK 9.0 app timer code to SDK 10.0 which requires the use of the new APP_TIMER_DEF() macro. The problem is that is generates warnings in Keil (v5.17) that...
I am using nRF51822. I want to know that how to perform file read, delete and write operations. Is there any API available for this. If file operations are not supported by...
We are trying to integrate an accelerator driver with the code written in c++ with example code from twi sensor from the SDK 0.10 for the nRF51, which is written in c. Will...