I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi,
I followed the steps to setup my nRF52 DK with eclipse. I could also build the code without errors. However, when I try to debug it, it says cannot connect to J-Link...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hi all, I am trying to use the UART hardware module inside the nRF52 DK. I am very new programming with Nordic chips and C, my previous experience is programming Arduino and...
I don't have a QFN package, I have a WL-CSP package. Presumably, this define should be changed to NRF51822_??AA_??, but I can't find anyplace where the options are listed...
Please can any one tell me that how to recognize the sdk version of that we are used it can be predict from softdevice version?
for ex. •S132 SoftDevice v2.0.0 is used in...
Hi,
I am working on a project that includes eddystone format. I am using SDK v13 sample example. When ı try to disable auto relock feature, ı cannot read or write any adv...
Is there any way to print all SDK documents at once?
I'd like to print all of the SDK v12.0 Documents and carry it with in offline,
But I can hardly find any PDF Document...
Hi.
I'm trying to figure out how to properly use GPIO pins, but so far I did not find a document explaining how to use GPIO with nrf included functions.
I found bits and...
I am using nRF51 (PCA10028) DK and nRF51 SDK v9.0.0 for Development. I want to merge all three DFU(BLE + SERIAL + ANT). i have merge BLE and SERIAL DFU code. For this i have...
Hi,
I merged 3 hex files(softdevice.hex, bootloader.hex, application.hex)
I uploaded this hex file to nrf52382 DK.
After uploading hex file to DK, although there...
Hai
i have the following queries about pairing / bonding in nrf51822.
can i retrieve the bonding information from flash memory. if so how can i do that..?
if a...
Hi
Last year I got a nRF52 devboard and I modified the ble uart peripheral example to flash a led depending on what it recieves from nRF uart app.
It all worked fine(after...