Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
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:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
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...