Hi:
I'm doing exercise 1 of lesson 1 of the nRF Connect SDK Intermediate course. It says: Get the source code of this course as a third-party repository within the SDK itself...
I am using the NRF Connect SDK package provided by Qorvo, and adding BLE functions to their package. I am now trying to debug my added code.
I am using Ozone as the debugger...
Hello, We are currently working on the 18031 RED cybersecurity documentation and we have to document all known exploitable vulnerabilities in the hardware and software we...
I want to verify the 4Mbps transmission mode of the nRF54L15 series through ESB samples.But the highest value measured so far is 2.34Mbps, which is much lower than 4Mbps....
Hi, nordic team
There is an issuse happened in my custom board with nrf52833,programming in ncs v2.9.0.
peripheral side is programmed base on peripheral_hid_keyboard and...
Hi all,
We are currently developing a modem application for use with a Linux host, based on a nRF9161 using nRF SDK 3.0.0 and toolcahin 3.0.1
When compiling the Serial...
Hi,
I'm using nRF SDK 16 for my application on the nRF52840 custome board. When I set both parameters (i.e., support for coded PHY and 1M PHY ) in the scan initialization...
Hi,
We are currently at the process of manufacturing prototype boards, the manufacture cannot do pitch size under 0.25mm. They kept telling us that the chip's BGAs exceed...
Hi, I got a nrf51822 board and a st link v2 mini as shown below. I have been trying to connect the nrf51822 board so that i can upload code to the board by following this...
Hello folks,
I'm newbie on NRF, I have NRF51422 with Keil IDE and I want to create a mesh network on that kit which will continuously broadcast the data of sensors to the...
I am beginner to nrf51 i would like to increase my expertise on nrf51. Are there any recommended books/ tutorials/ weblinks whcih could help me to gain a better understanding...
Hi there,
We have designed our circuit board with the nRF52832 chip. One of the GPIOs is used to monitor a 12V power supply. We use a voltage divider on the 12V so the...
Hi.
I want to ask Nordic employees about the Queued Writes module. Tell me please, is this module required for all applications? If it is not required, then why in all examples...
Hello, i did the DFU quick start guide and everything work fine however when i try to send a ZIP file (124KB) with my own code the receiver show "Abort event. Reason: 0xD...
Hello ,
This nRF9E5 wake up function is driving me slowly nuts...
How to distinguish whether the wake up is coming from RTC or from GPIO.
I have tried to read the wakeup...
Hi
I'm working on a password pairing project. You must enter the correct password to connect properly. And This function can be normally implemented between mobile phone...
Hi . I am using Ublox NINA-B301 EVK for BLE developement. I am not using JLINK debugger . As this EVK is OPEN CPU I want to program the module with available examples in Linux...
Hi, We are in the process of migrating our SDK version from 13 to 15.2 and the error we were facing after porting of SDK is that , we were not able to track the BLE events...
Hi.I use SDK12.2.I want to blink the RGB LED.so I use pwm.this is my code but it only bule color light on.does anyone know why?
#include <stdio.h> #include <string.h>...
Hi Nordic:
I got a strange result, I compile a example of Mesh-sdk-2.2, such as proxy_client, then I copy proxy_client to another folder such as proxy_client_b and compile...
Hi,
I'm using PCA10040 to test the "ble_uart_c example" from the SDKV12 but it hangs after calling ble_stack_init() in the main.
I'm using IAR IDE to compile and debug...