Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
I'm connecting the battery to the VDDH 3.6V or 3.7V and sensor to VDD, it means nrf52833 get powred on from VDDH and sensor get the power from VDD. is it ok? please check...
I use the nRF52840 MCU and SDK 16 with S140 softdevice. I want to use spi interface to control 3 SPI slave. They share the same SCK, MISO and MOSI. I use 3 chip select pis...
We're using the IOS-Pods-DFU-Library on an iOS13 iPhone connecting with an embedded device that supports Nordic NRF DFU. We're experiencing some issues with both the nRFConnect...
I have questions related to use of UUIDs. Any help would be grateful.
The following are the UUIDs that are seen from our peripheral device during advertisements and after...
Hi,
I tried to use the exactly same code in the TWI scanner example for nrf52832, SDK15.3. Everything works fine when I flashed only the example code, which has no softdevice...
I am looking for an updated schematic for the PCA10059 v1.2.0. Everything on info center is version 1.0.0. Noticed that a resistor was added (R7) so wondering if there were...
I'm trying to debug issues in my application related to FDS garbage collection.
My application periodically runs fds_gc() from startup. At this point, garbage collection...
Hi
I got a nrf52833 dk and followed "nrf52833_heart" SDK file readme file is success
next step I install segger studio and JLink_Linux_V662d_x86_64.
wend i open studio...
Hi Devzone:
I saw two functions to write the retention register for DFU, nrf_power_gpregret_set and sd_power_gpregret_set.
What's the diffrence between
nrf_power_gpregret_set...
I'm experimenting with multiprotocol support on a PCA10056 (nRF52840) and the S340 softdevice. I need to use BLE and ANT+ at the same time, sending data to either ANT+ or...
What type of cable is required for the debug out, P19?
The specs for the port only say the number of pins, but not the pitch https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk...
nrf52840 packet transmitting time measurement for TOA or TDOA
Hi I’m cu rrently working with the given nordic project “ nrf52-ble-long-range-demo ”
What I’m trying to...
Hello
Where is the the timeout for the Resolvable Private Address (RPA) defined?
only possible in the central?
can I change the timeout in the android nrfConnect...
Hi,
I am using nRF Connect (Desktop) v3.3.0 with a nRF51 dongle with the latest firmware to test my BLE device application.
My application contains 1 customized service...
Hi all,
My goal is to store large data which is approximately 300KB and send it using UART. To do it, I think I should the library of NVS on zephyr. I achieved to use it...