I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
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...
Hi,
My Nordic kit just stopped detecting from last two days.
I have also check this in other PC also.
It detects some times some times not.
I am using Windows 8.
I...
Hi all,
I would like to know if it is possible to use the uart before the actual bootloader runs... I need to communicate with the master uploading the firmware before...