Hi Nordic team.
I'm finding a way to update the factory data over-the-air. Specifically, I want to update the Matter Certification information (PAI, DAC, ...) over-the-air...
Hi,
In Core Specification v5.4, there is support for Non-Connectable and Non-Scannable Extended Advertising (ADV_EXT_IND) without AUX packets. However, when using Nordic...
When both ethernet and WiFi are supported on one MCU (with both sharing the same L2 implementation, only one network device being active at a time), does it matter if both...
we have a custom board with nRF9160, when using GNSS we configured it to periodic mode with 120 second interval, most time it works fine but every once in a while (like every...
Since I need zephyr version 4.0 or newer, I tried updating my project to the nRF Connect SDK v3.0.0 as well as the toolchain. I know that they are not fully released yet....
Hello,
I am a beginner when working with nRF. I am trying to run the l4_e3 solution code, but it doesn't seem to work. I can connect via BLE, but nothing is being shown...
I am currently in the process of filling out the 18031 RED Cybersecurity certification documentation. I am currently analyzing the security vulnerabilities list of NCS v1...
Hi,
I am a little bit confused about the different supported stack for the nRF52833 when using BLE Mesh. With the current example, there is only support for the S113. Can...
I started a timer on the nrf52840 and the SDK is nRF5_SDK_15.2.0_9412b96, but I haven't never receive the callback message after the time. What's the reason?The code is as...
Hello ,
In this scenario, I have to measure the time interval between the START and STOP pulses generated by a peripheral device connected to nRF52 DK. The thing is START...
Hello!
I am currently using a module called BLENano2 (nRF52832). SDK15.0.0 is used and the editor is "Segger Embedded Studio v4.16".
Finished writing the program that...
Hi,
I tried out the light switch example on a nRF52833 and it seems not to be reliable at all. So i connected the debugger and saw, that in access.c,
in packet_alloc_and_tx...
Hi all,
I am trying to use nrf52840 dongle as hci_usb with the very simple task: scan
Host is Raspberry Pi with BlueZ
Controller is nrf52840 dongle with firmware hci_usb...
Hi
I want to move DFU at the application level. Is this possible? I want to move DFU at the application level because of my project requirement.
1. In my project, I have...
Hi, I am trying to get the BLE values on Thingy91 (PCA20035) . And I have followed the
devzone.nordicsemi.com/.../217018 I have ported the diff (nrf and zephyr diffs from...
I am using built-in DTLS for encrypting my UDP traffic. In order to save expensive data quota and reduce battery drain, I have to make use of session resumption, so that I...
Hi. I have a question about Bluetooth 5.1. I just want to know what the main difference is between a Bluetooth 5.0 and Bluetooth 5.1 chip.
Is it the hardware or software...
I am developing a firmware on a nrf52840 board with FreeRTOS. Unfortunately, due to a mistake during the development process, the board misses the XTAL 32,768 Hz.
Is there...
Hi Nordic:
I want to build a raspberry connected to a 52832 board via uart,
this raspberry pi with 52832 board need doing secure DFU to remote BLE device, the raspberryPI...
Using the nRF9160 on the Verizon network we are having some issues with eDRX. Specifically sending data to the device from our MQTT server.
We have configured a eDRX interval...
Hi,
I am working on nrf52 msc example. I am required to use internal flash for msc. In example there is support for ram, sd card and spi flash. I am required to use internal...
Hello,
I'm currently trying to sniff the DH Key Exchange as specified in Spec 5.1 p.2446. I'm using the nRF51 Dongle as sniffer, the nRF52 DK as slave and the nRF52840...