Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am testing secure DFU with hex files under D:\nRF5_SDK_16\examples\dfu\secure_dfu_test_images\ble\nrf52832 folder. After programming softdevice, bootloader, and application...
I'm using VS Code on a Windows 10 machine to develop a product that will use an over the air device firmware update. I have my system setup with static memory partitions....
Hi,
I'm implementing a FOTA update procedure for the nRF9160 using the download_client from the nRF Connect SDK 1.9.1 and modem firmware 1.3.1.
In general the image update...
I wat to deug my coe and I have this errors, have you an idea about how to fix them?
HardFault_Handler@0x0002ec3e (c:\Users\ghaaz\Desktop\nRF5_SDK_15.3.0_59ac345copy\modules...
I want to use this command nrfjprog --program .\nrf52840_xxaa.hex --sectorerase
and I had this error any idea about how to fix this?
Parsing image file.
WARNING: A programming...
Hi, I am getting this strange error when building these apps.
[817/827] Linking CXX executable zephyr\zephyr_pre0.elf FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0...
Hi,
We are working with SDK v14.1 and are trying to debug some memory issues by enabling MEM_MANAGER_ENABLE_DIAGNOSTICS .
In memory_manager.c in function print_block_info...
Hello,
We are trying to write a proprietary protocol following the documentation for the RADIO peripheral using the NRF Connect SDK 2.0.
The TX side seems to be working...
Hi,
I have a problem in parent node.
When I use gc_neighbor[i].u.base.time_to_expire for caculator time to expire in child node by:
But when
or bigger, exp_time...
Hello
We are using 52832 product one central can communicate with any othre peripherals, It works fine. I can send write data and received data from peripheral, But I can...
I'm attempting to create an NFC type 4 message to allow certain information to be read using a phone or other NFC reader. I've studied a number of examples, but none that...
Hi,
I'm trying to get the http_client sample working on nrf9160dk_nrf9160ns. The code compiled successfully, but there was a runtime error. And the printed messages are...
Hi all,
I am using the gyro in MPU9250 and using the general sensor api to read the gyro values. How do I set the sampling rate of the MPU9250 ? or What is the default sampling...
Hello Team,
I am using ncs 1.9.0 and at_client sample.
Can I have your suggestion on why I am getting following error everytime I try to clean solution?
After...
Hello,
For custom board designs, as the Segger JLink is no longer supported, what is the recommended solution for doing code development, debug, erasing and programming...