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 have Lenovo tab E8 tablet with Android 7.0 and I connect to a BLE device (nrf52832 SDK 15.2.0 S132) from my Qt 5.11.2 app. After succesfull connection I discover services...
The toolchain setup of the NRF91 is extremely complicated. Is the a VM Image or Docker container that has everything pre-configured? I am trying to setup up a linux VM now...
I have a 52840-DK (PCA10056) connected over USB on Windows 10. I am using IAR and can build and run demos from EW in this configuration but am having no success with nrfConnect...
I am working on a project on the nrf52832 board using mesh SDK v3.2.0 and SDK v15.3. I am trying to troubleshoot an issue with the publish process for BLE mesh, but I am not...
Testing DFU with IOS version of nRF connect. I am able to save my image to the IPad with Itunes. I can select the file and then start the DFU process.
Process completes...
I am trying to setup a VM (Ubuntu 19.04) that has the complete setup for NRF91 development. I have been following the instructions in the nrfConnect 3.2.0 - getting Started...
Dear Support,
In our new project, we have 8 signal LED diodes attached to nrf52832, they are all sinking current:
3x GREEN 0.8mA (P0.16, P0.17, P0.18)
1x RED 3.3mA...
I am trying to setup a VM (Ubuntu 19.04) that has the complete setup for NRF91 development. I have been following the instructions in the nrfConnect 3.2.0 - getting Started...
Hi,
I'm using SDK 15.2. I flashed the dtm firmware on the BLE chip. How can I test its working before sending it to the certifier? I have nrfgo studio & I'm able to start...
Hi Team
We are able to flash nRF52840 based LE Module using nRF52840 DK successfully.
But we would like to know if nRF52 DK also can be used to flash/program this nRF52840...
Hello,
SDK:15.3
If not pair with moblic phone, spi is normal
And obile phone pair 52811 to send data, that also normal
But I want to integrate, then 52811 is NRF_BREAKPOINT_COND...
Hi all:
For SDK15.3, if I want to change 32.768Khz to internal LF clock, Should I enable the CLOCK_CONFIG_LF_CAL_ENABLED of "sdk_config.h" ?
if I disable CLOCK_CONFIG_LF_CAL_ENABLED...
trying to implement an external interrupt with both edge triggered. I wanted to try first pin_change_int example in sdk 15.3.0 but it is not compiling. I didn't do any change...