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...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi,
I'm testing the ble_app_beacon on my nrf51422 dk. I followed the instruction in the sdk documentation . All was well. Then, I tried to test with the nrf Beacon app...
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...