Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Hello,
I attached an Adafruit li-ion battery to the P6 connector on my NPM1100-EK before I realized that Adafruit has their polarity opposite of the NPM1100's.
The LED...
I can not find any serialized example for an application board in the nrf5 SDK, where can I find the " ser_s13 x _ transport" folder?
"In Keil, open one of the serialized...
Hi,
we are currently developing our product using nRF5 SDK for Thread and Zigbee v4.1.0 (Release Date: Week 18, 2020). We would like to implement the link margin which is...
Hi
I am working on nRF52840 Dongle S140 SDK15.2.
i am developing BLE NUS application for dongle. but dongle is not supporting UART com port through USB connection.
What...
I use a 52832 as the central device, a 52840 as the peripheral, the two established a connection for a period of time,(After a period of time (approximately 30s), there is...
Hi
I am evaluating nrf9160 with an nrf9160-DK on nb-iot in Greece. I am using the asset tracker application example.
I have an issue of DNS not resolving that is expressed...
I am using NCS v1.7.1. I am developing a custom application on top of 802.15.4, which is based on the 802.15.4 PHY test application.
The problem I am facing can be demonstrated...
Hi here,
I m working with a medical device which should probably have to be certified IEC 61508-SIL 3.
I m still new with that certification process, and wondering if...
Hi all,
I' am sending data from nrf_52840 through zephyr to nrf_connect_app for mobile, iam sending data in decimal format(uint_8t) but iam receiving it in hex,
what can...
Hi
The power profiler app can't find PPK2 after update nrf connect desktop and power profiler.
The programmer and Bluetooth Low Energy app also can't find nrf52dk after...
Hi,
I'm trying to use ble data instead of cli terminal. when nRF52840 received data from ble, I want send the data to cli instance. I called function named "void nrf_cli_print_stream...
Dear Team,
I'm using a custom board to test a radio module based on the nRF52840 chip, in this board the P0.24 pin is tied to a led that blink during the execution of an...
The poly1305 implementation is only covering the obsolete RFC 7539 which got updated by RFC 8439
https://github.com/nrfconnect/sdk-nrfxlib/blob/main/crypto/nrf_oberon/include...
nRF Connect SDK v1.7.1 sample \ncs\v1.7.1\nrf\samples\bluetooth\mesh\light_ctrl\
Long transition times fail due to a 16bit value which needs to be 32bit (I believe, can...