I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
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...