Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
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...
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...
Hi All,
I need to implement a kinda a mesh network of Nordic device nodes placed nearby to act as a relay, for that I have a use case where following requirement.
...
I'm porting a nrf51 project to nrf52. I'm using softdevice s132 1.0.0.3 alpha. When compiling I get a lot of L6406E errors and a L6407E error. Do you know what's causing this...
hi,
I should how to transplant the official DMP mpu6050 library to nrf51822 above?I don't know how to transplant it and could you tell me how to transplant it?
I have combined to programs Ble_uart and Spi_Master into one. However, after uploading the file the GPIOs do not work (No clock is generated). Meanwhile when I erase the softdevice...
hi,
I downloaded the master control panel(mastercontrolpanel.3.4.0.8098.x64) from Nordic website, but it can't install it in my PC becuse of my 32 bit windows XP system ...
Hi,
Here is the piece of code that is bugging me.
The code algo is at every 500ms timer2 interrupts, and the adc captures 1500 samples and stores it in an array .I always...
I'm using nRF 51822 to develop a proprietary wireless protocol.
At Rx side, every 500ms have a listening window with 10ms to listen if there is package to receive. So 10ms...
I am testing with SDK6.1 S110 7.1. I've noticed that when I try and update the Bootloader image using the Android MCP app, everything updates fine. I have logic in place that...