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...
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...
Apparently, the dfu bootloader example in nrf51 SDK 8.1 is not working on PCA10031 type(16K RAM devices). In my case, the device is RedBearLab BLE Nano and nrf51822.
Can...
Hello,
because of my mistake, rx tx pin was not cross connected.
So i want to swap rx tx pin on nrf51822.
In the example ble_app_uart_s130_pca10028, i change the code...
I used the example in nRF51_SDK_9.0.0_2e23562\examples\dfu\experimental, the first time that work well. But when I want to update a app in app(with dfu function),it failed...
Sir,
Can someone tell me what all things I should remember while I am trying to execute a project which is developed in sdk6 to be excecuted in different sdk file(maybe...
Hi, i'm using a code to save 4 bytes on the flash memory and it works. In, fact i checked the data address concerned using the keil and i see the changes when i write and...
I can send a CR terminated string through the UART using tx fifo OK.
BUT, if I receive a string from the UART rx OK first, and then try to send a string, only the 1st character...
Canyou please tell me how to do , to save correctly 4 bytes in my program that uses flash memory for bonfing. i have how to save 4 bytes function seperatly, and my program...
Ported the hrs_rscs relay central-peripheral app with peer mgr to custom platform with mutliple peripheral devices, and it has been working very well. The last step is to...
Hi,
I have a app that using a constantly blinking LED started at power-up, however I am having some trouble stopping the timer.. (Yes, I know it's simple.. but i still...
Dear support team,
I have problem with recovering the nrf52dk board.I check devzone.nordicsemi.com for issue, but nothing solve the problem. Board need to be recoverd...
I want to use nrf52832 to communicate with my sensors , but my three sensors should use spis to communicate, the others use TWI ,so in sampling , I need to switch between...
Is there a schedule to release an up to date version of the "nrf51-ble-driver_win_0.5.0" package, including the compiled serialization dll?
The package is a download for...
Hi,
I am burning the same code on two sets of chips nrf51882 and nrf51442. The nrf51882 chip is with 16kb RAM and 128kb of flash memory while the nrf51442 chip is with...
Hi,
I took a example (ble Peripheral : ble_app_uart) and enabled bonding and whitelist as per the tutorial devzone.nordicsemi.com/.../ and followed these link ( devzone.nordicsemi...
Hi. I'm using SDK 11, SD s130, gcc, nRF51822. My application is a peripheral that advertises OK and gets a connection from our mobile app OK, but then gets a PM_EVT_ERROR_UNEXPECTED...