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...
Hi!
With SDK15, I figured that is possible to change the advertisement content on the fly by overwriting the content of `adv_data.adv_data.p_data` and updating `adv_data...
Hello,
I attempted to follow the nrfutil offline install instructions. However, I keep receiving the following error when trying to install the device package on the remote...
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 Guys,
can someone help me solve this problem (see picture below). Apparently Keil is missing an RTE and CMSIS component. I don't know where to get them. I installed...
Hi
I am trying to get to the bottom of a problem I am having with sending a buffer of data on connection and indication enable.
Here's what I do:
I have a process running...
Hello Everyone,
I am trying to use a display (through SPI) in a custom board with nRF51822 and SoftDevice S120. All works great as long as I call the SPI methods from main...
We have the HCI DFU working. The PC sends the new hex image (python script) via UART to nRF51822. Therefore, the bootloader code on the nRF51822 works. However, in the final...
Hi,
i'm using s130 central/peripheral. I want to send data from my central nrf51822 to my peripheral nrf51822.
I declare write function like this:
static void writeChar...
I'm fairly new to nRF51 development and have started looking at the soft devices. I've had a look over some examples, but I feel the code isn't always clear about what's required...
I am looking to migrate to SDK 8.1 and S110 V8.0 and going through all the implications of that move. One key one is the current Bug with Radio Notifications on S110 v8.0...
Hi everyone,
I am a new here~ If I asked some stupid question, please easy on me.
Currently I am doing a prototype with nRF51822 chip. I know that the official programming...
What is the purpose of the TWI overrun flag given that the TWI peripheral only supports master mode?
I have the following code in an ISR for my TWI acting as master.
...
Hi guys. I have a nRF51822 reference design board which is based on low voltage mode circuitry (using 1.8V supply directly). However, my Segger Jlink (SWD) does not work while...
By default, S110 advertises in all three advertisement channels. I need to limit the advertisement channels, so that I can advertise on a single.
In a similar question...
I now this are basics. And I did this allready a few times, but in this project it simply wont work.
Maybe someone of you will find something, that is missing.
I`m working...
Examples like the "proximity application" are all associated with the nRF51422_xxAC. The part I'm using is the nRF51822_xxAA. How do I make this examples work with my part...