Hello,
Is there documentation, or an example, explaining how to avoid accessing peripherals owned by the SoftDevice controller in an Application?
I found this:
docs...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
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...
Is there any high-level documentation of the nRF52-DK (PCA10036) connections?
Studying the schematics, I have inferred some of the intents, like:
built-in JLink automatically...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
Hey,
I'm working on integrating nrf8001 with STM32, currently trying to write my own stack.
Upon reset, I read the DeviceStartedEvent, 0x81 and it shows "0x02 0x00 0x02...
Hi,
I am new to the nrf51 and I building a complex ANT application. I have part of the ANT application working but I would like to debug with printf() statements to find...
After testing with 5-6 different phones it is evident that there are major differences in how well BLE is actually supported. The Android/Iphone (and manufacturer SW) version...
Hey there,
I am looking at making some standoffs for the NRF52 Preview DK, and was wondering if someone could give me a 1:1 scale version of the DK so I can print it out...
Hi.
I am noobie and i have follow this guide devzone.nordicsemi.com/.../ .
I plugged in usb my nordic PCA10000 dongle but when i try to build a project ( when I get to step...
Hi,
I want to generate a sine wave using the nrf pwm library and a timer CC instead of a delay that is used in the sine example here to get better accuracy.
It basically...
Hello,
I am adding an extra characteristic (of 6 bytes) into one of the services that exist in the default beacon app. Then I try to update this characteristic using master...
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...