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 there
I am stuck. My incremental wheel with photocell and comparator circuit does not work if the QDEC hangs on it. But seperately it works fine.
When I hang it to...
Hi Team,
Which models are supported in the latest mesh SDK?
I can see support for the on-off model.
Is Time and Scenes (Explained in Mesh Models.pdf, Section-5, Page...
I use SDK13, nRF52, S132
I use bootloader_secure_ble with generated public key for bootloader and for nrfutil. After all steps like discribed on
devzone.nordicsemi.com...
Hello.
I use nRF52832 and power from 3.3V source. Also I use the accelerometer and gyroscope with VDD 2.5V and 3.0V respectively. They are connected to nRF through SPI....
Can a device that is configured and programmed from Keil (softdevice, application, bootloader) be updated with code that has been compiled on ses (application)? I have converted...
Hi,
Referring to bootloader programming article - there's a post-build phase of programming UICR.BOOTLOADERADDR
The article describe how to use nrfjprog to do this which...
Hello,
I studied the "gpiote" example in the SDK. In order to fully understand how it works, I attempted to modify the "template_project" example and follow the process...
SDK:【nRF5_SDK_15.0.0_a53641a】【examples】【ble_peripheral】【ble_app_uart】【pca10056】【s140】【arm5_no_packs】
Before downloading nRF Connect ,the results of my scan is
【service1...
We are using SDK nRF5_SDK_13.0.0_04a0bfd with the NRF52832 chip. Using peripheral role, the nRF is fatal crashing right after connecting with iOS nRFConnect (and our custom...
Hello. I have discovered similar questions, but it's still not clear for me. I also have cheched pwr_mgmt example, but as I understand all operations with power mode in board...
I recently upgraded from SDK 11.0 to SDK 14.0 and am seeing much slower connection speeds from the new SDK. The old version would connect in about 400ms, but the new SDK takes...
I would like to measure the VDDH voltage (lithium ion battery) on a nrf52840 with the power fail comparator.
If the voltage drops below the threshold, I want to reduce the...
Hi all,
we are using NRF52810 and SDK 15.0 (our own custom board)
working on ble_app_uart.c example.
we are able to send / receive 20bytes(approx).
we need to transfer...
In my project, I aim to send an ADC value (10 bits ADC) and 6 data (16 bits/each data) from MPU6050 by using nrf51 DK to Android app ( modified from https://github.com/NordicPlayground...