Hi,
We are having issues with this part bridging on our via-in-pads. We are using 2oz finished outer layer copper.
Do you have any footprint recommendations for 2oz copper...
Hello,
I'm looking for guidance and understanding of how to properly use the KMU and ITS for secure key storage of a key generated on device.
I see that typical ITS use...
Dear Nordic Support Team How are you? Currently we are looking into how to configure, compile and run a full-fledged NRF5340 project which should provide us with:
- Latest...
Hello,
once in a while we are experiencing ZEPHYR FATAL ERROR. It's very hard to reproduce on purpose and investigate in detail. But it looks like t->fn() somehow becomes...
Is there a known way to enable MBEDTLS_THREADING_C? I believe my application is running into MbedTLS heap corruption because multiple threads are performing crypto operations...
Hi all,
Actually I'm building with vscode my firmware for a custom board build with an nRF9151 non secure. After building I got a merged.hex file, this is the file upload...
Hello, I’m working with the Distance Measurement (nrf_dm) module and aiming to implement a centralized topology using Anchor and Tag roles.
The intended behavior is:
...
I am trying to measure frequency of a gpio pin. I am using the code from the below thread -
https://devzone.nordicsemi.com/f/nordic-q-a/9036/measuring-input-gpio-pin-frequency...
Hello,
About 2 months ago I upgraded my project to SDK 17.0.0 (from SDK 15.0.0).
When I opened the datasheet recently I found that a newer version - SDK 17.0.2 is now...
Hello,
Im trying to implement FOTA on the nrf9160. Currently my first version is working however I would like to decrease the amount of data used in the process. According...
Edited: It appears any use of NRF_CRYPTO_BACKEND_CC310_BL breaks joining.
Environment: nRF52840; SES; nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
I am implementing Thread...
Hi Support Team,
For the recent DFU issue "some Android 10 can not connect to the device during the DFU" ( https://github.com/NordicSemiconductor/Android-DFU-Library/issues...
I have 2 characteristics in a single custom gatt service.
There are 2 issues -
1. If I dont enable notifications on char 1, I dont see any data on char 2, even though...
Hi,
I am using
nRF52810
SDK 15.3.0
Keil IDE
The soft device is S112_nrf52
JLinkRTTViewer for debug
nRFConnect (pc-version)
I used ble-dfu to download...
Hi, I encountered an issue when moving my project directory within my computer. In fact, the linker seems to be unable to find some functions definitions : Error[Li005]: no...
I am going to use two nRF9160dk for LTE-M communication. However, it is difficult to approach because examples are nowhere to be seen. My question is, is LTE-M wireless communication...
Hello Nordic support team!
I have some basic questions regarding the GPS receiver in nRF9160 as input to our evaluation of a possible tracker:
1. Is it possible to send...
Hello! I'm using SDK 15.2
I have a bootloader that has both BLE and USB DFU capabilities
Everything is working fine, the inactivity timeout of bootloader triggers in all...
Hi,
I am trying to activate the Ibasis sim included in my thinfy:91 kit. I am getting the error: " There was an error submitting your user information. This SIM cannot...
Hi,
I'm working with nRF-Connect-SDK v1.2.0 There is a problem when using NVS and LittleFS, even at building time. On my board I've just one partition defined called "storage...
Hello everyone,
I've got strange behavior coming out of my app timer.
I'm using the timer to periodically turn on or off some LED's and since each LED pattern is different...