I downloaded the ncs2.6.0 version using Baidu Cloud in the China region, then set the path in Toolchain Manager of NRF Desktop, and Toolchain Manager correctly identified...
Hi,the Nordic team.
I am using nrf54L15 to develop Matter. I have seen that the official sample programs are all equipped with external flash. How can I run Matter programs...
I am using nRF Connect SDK v2.4.0 and an nRF5340 DK set up as a PAwR advertiser. Is it possible to specify the channels to use in the Periodic Advertising train? I found the...
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...
Hello,
I am able to compile blinky with my SW tool set up, however, when I try to compile a more complex example (ant_broadcast_rx_pca10040_s212) I get issues with the...
Hi,
I hope is not a double post. I am doing a throughput evaluation with my custom board and an app that is based on the Nordic's Android UART app through NUS service and...
I am trying to get the ble_app_uart project to build in Eclipse for the PCA10036 nRF52 board. I have followed the Tutorial titled " Development with GCC and Eclipse" and successfully...
Hello,
i am stuck with this, trying to write to flash using pstorage module. Below is my code.
static void pstore_cb_handler(pstorage_handle_t * handle,
uint8_t op_code...
Hello,
I have downloaded the Hardware Files of nrf51822 smart beacon kit. But I Cant open the Altrium Designer Files (pcbdoc. files). Do u know how to open it or a program...
Hi,
I do test my project one central connect to 4 peripheral(HR and CSC).
and I put the memset(&m_ble_db_discovery,0,sizeof(m_ble_db_discovery)); err_code = ble_db_discovery_start...
Hi,
I use nRF52832 and SDK12.2
The Project is ble_central_and_peripheral and the link define is like below
#define CENTRAL_LINK_COUNT 4
Here will connect 1 HR device...
Hello,
Is it a good practice to modify SDK files?
I mean, do you use SDK as integral part of your project and feel free to modify it, or do you try to avoid it and just...
Hello,
We have connected Nordic+ MPU 9250 and able to read sensor values through UART display, but we wanted to do some excercises and read values, but it's not possible...
hello guys,
i am new in nrf micro-controller. I want to get data from my smartphone and want to write in memory of nrf51822 through BLE. when written process in memory is...
I'm a newby. I'm troubles understanding how to send command to ble. my band have own protocol like this :
if you send 'AB02FF7180' to ble means your band will shock 5 times...
We have a application that use the ADC of nRF51822 to detect a variable resistance (schematic is attached). The current passing through the variable resistor should be around...
Greetings
I am working on an application that logs data to SPI flash device. I am having an issue where it appears that the pin configured as a MISO for SPIM is garbling...
Hi,
I have a running board with NUS service (serial profile). This boards starts advertising until a remote device (android nrf UART app) connects to it. then it starts...
Hi, Nordic
I check this: devzone.nordicsemi.com/.../ , first, it will work when I follow this article. Then I have 2 questions:
it said "If the bootloader LED...