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...
Hi,
I need to measure the current consumption for nrf51DK using an Oscilloscope. I have read the user guide and they have mentioned some connectors for it. Is it possible...
I'm just using the s110 double bank example and I have gotten it to run on the dev board just fine.
When I try running it on a custom board with a NRF51822 version 3 that...
I'm having some weird issues with using pstorage and the softdevice s110 8.0
I'm saving around 600 bytes of data using pstorage. All seems to be working on the nrf51 DK development...
I'm working based on the HRS central application, and have run into an issue where my if statement is entered even though the condition is not met. In this case, the nrf attempts...
I'm currently using the pstorage functions to be able to store permenant data when turning off the power, it works good with me while writing or reading but when I turn off...
I'm trying to implement ANT+ style frequency hopping, where it would change channel whenever it detects a raise in packet loss. For that I need to be able to switch channel...
Hi,
I 'm using MCP v3.9.0.6, softdevice v7.2.0 and pca10003 board.
After load bootloader program to board. I use MCP to load application for it. In MCP, I choose device...
HI People,
I use nrf51822 CEAAE00 (0x0079) chip which has 256 kB FLASH, 16kB RAM. I faced a problem when compiling the bootloader for it. The solution was I am using a...
I am trying to build a custom board, based loosely on the nrf51-DK (which I have been testing). I haven't ever directly programmed a chip before (always used interface MCUs...
if I send only the advertisement, it sees that data
Is there something in the IOS that prevents seeing manufacturers data in both the advertisement and response packet?
I found the Ble Serialization here and the example sourcecode within the sdk sources.
The sources are for using S110 softdevice.
Does Ble Serialization also working...
Hi, I'm trying to get my nRF51 code (which works on my dev machine) to tun on the test server (both Win7). Am using MasterEmulator 2.1.10.8567
The dongle itself is happy...
Hello I am new to this platform, can anybody tell me how to write the value on serial in NRF51822
and what is the command through which i can write the value on serial. getch...
My application uses ble_radio_notification_init. Every time I switch from my application to the DFU bootloader it drops the connection about 10 seconds after starting the...
Trying to follow
devzone.nordicsemi.com/.../
but whatever I do, I am unable to make Eclipse discover the include paths or the source file paths from the makefile. I've...