When my peripheral calls sd_ble_gap_phy_update, setting rx_phys and tx_phys to BLE_GAP_PHY_AUTO, I receive the BLE_GAP_EVT_PHY_UPDATE event with a status of BLE_HCI_UNSUPPORTED_REMOTE_FEATURE...
Hi all,
I recently bought an nrf52840DK, and yesterday I tried to program an external board through the p20 connector on the DK with the SWD pins. I was able to flash the...
Certainly! Here’s a clear, natural English version of your email:
Dear Specialist,
I would like to better understand the two variables used in the SDK for calculating...
Hi, Using NCS 3.0.0 it would appear that the function sntp_simple_helper does not work with SYS_FOREVER_MS as a timeout value.
Problem: When we pass this value as a timeout...
Hi All,
I have a question and slight confusion as referring to couple of links.
Performing KMU provisioning : Here we are highlighting provisioning of private key up...
Hello
I'm trying to use LittleFS with an external SPI flash, but if the SPI flash isn't available yet at boot time, my application hangs for an uncertain amount of time...
Hi, I am currently working on UART sample codes and have 2 nrf5340 Audio DKs . One acts as peripheral and another as Central. i want to modify the central board to connect...
Hi
what's the best way to update the application on a nRF51822 beacon? I tried using the nRF Beacon Android application but wherever I put my hex file from Keil it was...
I am having an application for nRF51822 with S110 soft device, and setting up DFU. There's now bootloader running. On my Windows PC, I am trying like this:
nrfutil dfu...
I've been looking into the OTA DFU dfu_init_template.c. It seems that dfu_init_postvalidate function can be used to perform a CRC check. However, in bootloader.c it seems...
Hello,
our company is, amongst other things, developing motors for roller blinds.
A recent product idea is as follows: We have in a room, for example, 3 blinds with motors...
Hi.
I'm using nRF51 DK for developing a device.
and, I'm trying to use 24LC01B(external eeprom) by i2c.
Looking for code used for i2c, there are two *.c files, sw...
The documentation for this function states the following:
This function initiates or resumes a
Primary Service discovery procedure,
starting from the supplied handle...
kindly check this thread at first
my question is when I tried to power off the system using sd_power_off(); then waked up the system then try to connect, it requests to...
I have written an iOS application that is connecting to the BLE UART example (...\nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_uart) running on an nRF51 DK. I am...
If I understand it right, in java you cannot define a value as unsigned int. So the MSB of a Byte will decide, if the value is positive or negative.
But I have to use all...
I am trying to use the nRF51822 to capture all Bluetooth Low Energy packets on a channel. In it's final application environment the chip will have to fulfill several functions...
I performed flash read using nrfjprog --readcode . here the snipped of the output file
:020000040000FA
:10000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00
:10001000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0...
Both nrf51 & nrf52 SoftDevice specs say that this can be done:
infocenter.nordicsemi.com/index.jsp
infocenter.nordicsemi.com/index.jsp
There have been a couple of...
So, I am having a nRF51822 application that I used to upload via wired interface. Now I want my application to support so called DFU over BTLE, enabling software upload from...
Hello,
I'm trying to use nRF51 as bluetooth communication module for LPC1769 communicating over SPI, so I use connectivity firmware in nRF51 and now I'm trying to access...