Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
I cannot compile the sample of VL53L0X with VSC.
I have the following error: 'DT_N_INST_0_st_vl53l0x_P_label' undeclared (first use in this function)
Do I need to add...
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...