Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi
I've an application running on nRF Conenct SDK 3.0.2 on an nRF52840DK. Now I tried to enable update support over serial recovery of MCUBoot using the USB ACM.
First...
I am trying to set up a w25q128 using SPI with a nrf5340 on a custom board and had a few questions. I have used DevAcademy as a reference as I do eventually want to set up...
I was wondering how I can update my current code (see below) to reuse a single socket for multiple HTTPS requests, rather than opening and closing a socket for each HTTPS...
Hi,
I have a custom board build with an nrf9151. Right now I'd like to have the possibilty ti get modem trace. But it's look like I got crypted/corrupted data from UART1...
Hello,
I am currently using the nrfutil application to convert modem trace logs to pcaps through an automated process. I am seeing intermittent failures with the following...
Hello, I'm using nrf9151-DK kit and this UDP example: UDP . After compile and flashing I opened both serial monitors (VCOM0, VCOM1) but no output appeared. Could you please...
I'm having some trouble connecting to the onboard jlink with the NRF9151 devkit that I've recently received. The quickstart seems to detect the NRF9151 dev kit, but when I...
***Description***
I am trying to build a sample application which comprises of a notification from peripheral to central. I configured the PHY to 2M. With the mentioned...
Hi.
We are doing automatic network attaching on nRF9151. This is how the flow looks:
AT%XBANDLOCK=2,...
AT+CFUN=1
AT+COPS=0
We do this until we get registered...
Hi,
The following URL does not include nRF54L15, is it supported?
https://docs.nordicsemi.com/bundle/ncs-3.0.0/page/nrf/samples/openthread/coap_server/README.html
...
Hi,
I recently checked support of MCUBoot validation and from NSIB for nrf54l15. (sdk 3.0.0 and above)
During this, I enabled Signature algo as ecdsa-p256.
And...
Hi,
I am trying to set up a project that continuously measures the pulse width of a signal that may or may not be present at a pin.
I want to use a Timer in capture...
Hello Nordic DevZone community,
I have been working with the ZBOSS stack on the nRF5340 and understand that it has version management and migration features for persistent...
Hey, I am working with the Matter light bulb sample from the 2.9.1 SDK, which I have modified to support the occupancy cluster. (nRF-52840 and nRF-52840DK)
This worked fine...
Hi,
I'd like to know how can I implement a Scene Server for one or more Generic Onoff Servers (typically leds).
I read the documentation related to Scene Server and I...