Hi,
When I use NCS V2.5.0 (board:nRF 52840),I want to set the Non-Connectable and Scannable Extended Advertising.My code as follows.I use the APP nRF Connect for moblie...
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...
Hi,
We need to interface ASDA a2 delta AC servo motor with NRF52840 in our project.In this servo motor i need to get the position value and direction so i interfaced servo...
For the SPM example is there a way to create a DTS or overlay file for the SPM in a way that it does not require files to be added to or modified in the nrf or zephyr repositories...
Hello,
Is there any way i can transmit information from the bootloader to another application using a non volatile memory or non volatile register free for use.
I know...
A while back I was working on I2C and came across the compiler error " 'NRFX_TWI0_INST_IDX' undeclared ", which seemed to be related to NRF drivers vs NRFX drivers confusion...
Dear Nordic Support,
I am using nRF SDK for Mesh version 3.2.0 with nRF52840-DK. I am making 2 devices like the below:
1. First device: the provisioner, able to do PB...
hello, testing the spi examples of SDK16.0.0 I was trying to read a type k thermocouple with a max31856 on the nRF52840dk board, I made the connections of ss, sck, mosi, miso...
hey, i am strating with nrf52840 for thread.
i want to know if there is a need to add an antenna to the SoC? if not i can't visualize where is the antenna in the nrf52 DK...
Hi Nordic Team,
In my BLE project, the peripheral device has the ability to do both scanning and advertising. So please suggest a way of how the central device would know...
Hi all,
I have bought the NRF51822 evaluation kit ( NRF51822 ). I have some question about this.
1) Is it necessary to program the device?
2) what is the nominal operation...
SDK15.3
SES
nRF52840
Hello Folks,
I'm trying to reduce my applications power consumption further in system off mode. For testing my IO configuration and System...
I am trying to build one of the Thread examples.
nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b\examples\thread\simple_coap_client\pca10056
Keil uVusion V5.15
When...
Hi everyone,
my problem is pretty simple: we developed a custom board for the NRF52840 to work using a custom protocol or BLE. A few sensors are connected to the NRF using...
Hi,
I am using NCS v1.1.0 and modem fw 1.1.0.
We had prepared our application in NCS v1.0.0 and now i have moved it to v1.1.0.
In new sdk v1.1.0 ,When i try to get Address...
Hello , I am advertising from a nrf device with advertising interval of 40ms. and I want to measure this interval at scanning side.
How I can measure using timer , timer...