I get an error and the flashing fails when I attempt to flash the nRF52840 DK via an external J-Link Plus connected to the Debug In connector (P18).
Programming of the nRF52840...
Hi folks.
recently I've been experimenting with the nrf7002dk Development Kit, and I'd like to move forward with prototyping a custom board around the nRF7002 + nRF5340...
Hi.
I read on the download site of the nrf command line tools that they are being deprecated.
I want to be sure that i'm correct here: 1. nrfjprog is replaced by nrfutil...
Hey Nordic Team,
I'm facing an issue while flashing the audio application on our custom PCB. The interfaces of the custom PCB pretty much match those of nRF5340 Audio DK...
Hello,
we are trying to perform FOTA updates with default SLM application based on SDK 2.9.0, but the application always aborts unsuccessfully.
Via AT interface the application...
Hi,
I have been using the nRF52840 for a long time, and everything was working fine. However, now LED5 starts blinking whenever the USB is connected to J2. I have tried...
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-5-serial-peripheral-interface-spi/topic/exercise-1-10/
spi frequency is 1000000 in DTS...
I am trying to make a custom BLE service and be able to do debug it with UART at the same time.
Just trying to print some UART messages at some points in the code.
However...
I have a couple of questions with the MCP.
Before knowing MCP, I've been connecting with my nrf51-DK with the nordic master control app installed in my smartphone. Opening...
I am doing burst transfers using exactly the code suggested here devzone.nordicsemi.com/.../
The problem is, the data is received three times by the receiver (three times...
Hi!
I question the use of Software Interrupts and especially SWI3.
I'm currently developing an
application on nRF51422 based on
SDK10.0.0 and SoftDevice S110
v8...
I know that it can be done and I have read the other posts. I'm still running on SDK8.0.0 with both a S110 and a S130. Using wireshark and the nordic sniffer firmware on a...
hello everybody,
I need to send some data on the value attached with the notification:
/**@brief Function for adding the notify Level characteristic.
*
* @param...
My application need more than one of the host in the same area, we will set difference pipe of each host, we want to know the area already exist which of the pipe. Then we...
Is there a way to avoid fees, and still use BLE? Do I need to change UUIDs or leave them be?
If not can the nrf51822 be used to just use the pure 2.4 ghz protocol and DFU...
If a BLE device using nRF51822 has a freuqency drift around 80kHz (BLE limit is 50kHz). All other measurement item like ICFT can pass the BLE spec. Will the performance of...
Hi, this is my very first post to this forum.
I just received my nRF51 DK, so I installed a lot of stuff. The blinky example is running fine.
A question about nRFgo Studio...
hi, i am going to make a simple PWM with SDK 6.0.0, nrf51822 and softdevice.
first, i use ble_app_uart example as a base code, because i need to BLE communication with...
I have purchased a BLE module using nRF51822. I have used Agilent N4010A to test the RF characteristic of the module. For first log of the BLE moudle (300 pcs), all 300pcs...
Hello,
I want to serve webpage from nRF52DK via BLE.
In fact I got the kit specifically for this task.
I have installed GCC, Eclipse and SDK for IOT.
Thanks to the nice...
Hi
i have an application where 3 SPI devices are connected. Each of the devices have a different CPHA/CPOL configuration. This means that, in order to make this work properly...