Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
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...
I am using Segger embedded studio 3.1 with SD132 2.0.0 and a nRF52832QFAAB0.
I have verified that I am compiling against the correct header files. This service number for...
Hi, even if I set hal_nrf_enable_ack_payload(false) on the sender (and receiver), the receiver still sends back an ACK which i can detect in the NRF_ISR(). is this normal...
Hello,
I have a pca10028 and I am wondering if I can use it also to flash nrf52 boards.
I quickly tried with rknrfgo on mac to wipe a custom board based on nRF52832 and...
Hello.
I decided to use an external solution for RTC.
Sometimes the RTC chip offers an buffered 32.768KHz output.
Can I use this output to supply the 32.768KHz to the nRF52832...
I have set up raspberry pi 3 as a border router and programmed the the nrf51422 using the iot_ipv6_coap_server_pca10028 and could successfully switch on and off led3 and led4...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Hai
i am using mbed to program my nrf5188. now i am using securityManager to implement a bonding between central and peripheral. now i need to know when a device is connected...
Hi,
In my code, I have not started the HF clock. I call the ble_stack_init where "SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);" is called. Which HF clock...
Hi, all.
I tested ble_app_uart in example directory by PCA10040 board.
The ble_app_uart includes "printf("\r\nUART Start!\r\n");" and "UART Start!" cames out on the putty...
I have a scenario where I have multiple peripherals (nRF52) and multiple centrals (cell phone).
The user is going to use only one central with only one peripheral together...
Hello
In case a connection is disconnected locally by calling sd_ble_gap_disconnect(), no BLE_GAP_EVT_DISCONNECTED is fired even though the sd_ble_gap_disconnect() function...
Hello, I'm trying to optimize power on HID Keyboard app.
This post was helpfull but yet some questions remains.
If I use several services, and want central to be abble...
After S110 7.1 ble_stack_init(), any read/write to temperature register cause a HardFault.
Some sentences like:
nrf_temp_init();
NRF_TEMP->TASKS_START = 1;
...
Hi --
I am using the ble_peripheral/ble_app_hrs example project. And if I try to update the vs_uuid_count param to 2. It proceeds to fail the softdevice_enable with error...