Hello,
I'm currently testing the MQTT example from the DevAcademy. I'm using the solution from GitHub and get the follwing errors in the console: I'm using a SIM card from...
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:
...
Implementing deep sleep in nRF54L15
Using sys_poweroff()
System gets reset upon wake up by button press
Using k_sleep(K_FOREVER)
System is not waking up by button...
Hello! I've been trying to do the same project for about a month now - just a simple keyboard adapter that takes the input from a keyboard and translates it into HID signals...
I would assume that nrfutil device will respect MacOS DYLD_LIBRARY_PATH environment variable but instead it fails to load libjlinkarm.dylib. Steps to reproduce: - Run nrfutil...
Hi!
I want to use a TensorFlow Lite for microcontrollers model in my existing project built on top of the nRF5 SDK. However, as outlined in the nrf-tensorflow example ,...
Hi ,
I has been using NRF9160's AT client mode to connect with CMW500, however I found some problem.
The following is the command log that I used to send via UART. However...
I'm working on code that needs to discover services on the central so I'm using ble_db_discovery_start. However, I notice that if the connection handle passed into this does...
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...