NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hi,
We have a custom PCB based on the nRF9151 and nRF7002 for a tracking use case, supporting both indoor (Wi-Fi scanning) and outdoor (GPS) positioning. Our firmware is...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
I'm making a peripheral device that should be powered off most of the time, but never idle if on, so I want to make sure that it is always (1) connected, or (2) advertising...
Now I have a project to build the schematic.
a, 5 LED indicators(0603) were driven individually by GPIO port directly, serial with resistor, then pull down to GND.
Is...
I installed nRFgo Studio Version 1.20.0.2 (which removed my older version) and was trying to program a softdevice (5.2.1) into our custom board and was presented with a popup...
Hello, I just received the nRF8002 development Kit and want to connect it to my windows 8.1 64bit machine. I get errors that there is no driver. Tried downloading the latest...
Hi, when calling sd_ble_gap_address_get from APP i get 0xXXXXXXXX4F and when i call it from DFU i get 0xXXXXXXXX50(X beeing the same), why is this? Is it a feature or a bug...
Hey Nordic--
I updated my Keil project from SDK v8.0.0 to v8.1.0 and immediately get some compilation errors due to redefinition of symbols.
In nrf_sd_def.h, I think...
Hi everyone. I have a strange problem. As we all know, there's a bug in SDK8.0.0 that dont allows to infinite advertising. To work this around i set advertising interval to...
Hi!
I am using nrf51DK with s110 soft device loaded on it to read data from Bosch BMA180 accelerometer using I2C interface. I would like to use clock prescaller and transmit...
nrf51x22_qfab_schematic.jpg I was going over the schematic and layout pdf files for the nrf51x22 before I began to create my own board and noticed that Pins 33 and 34 are...
SoC: N RF51822 xxAC
Toolcha in: MDK-Lite Version 5.15
Softdevice: S110
SDK Version: 8.1.0_b6ed55f
I'm using a custom board which is functioning well. The app is functioning...
I'm using the 8.1.0 SDK, with the S130 soft device. This is from the central version, it seems to crash on startup without ever hitting main()
Starting program: firmware_client_server...
Hi,
Could any one help where can I find a tutorial related to nrf81522 getting RSSI values and write them in a text file?
I have worked with MCP on PC and the log file which...
Can someone explain the proper way to use the tx_buffer_process function present in many of the service libraries.
It seems this function is used to handle requests to...
Hello, I am getting an issue regarding interrupt, below is my code and the problem is when I press the button, UART stop printing my value, I think my code is stuck somewhere...