Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
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 ...
Hi team
I did follow the getting started assistant to set up software tools and clone sdk ncs 1.3.0.
Verified successfully at getting started assistant, too.
But, when...
Hi
I have some issues with nRF52810.
I am trying to use SPI as a Master on a custom board. I saw here that nRF52810 does not support legacy SPI : https://devzone.nordicsemi...
Hello,
We are adding BLE scanning to an ANT product.
We have been using SDK 10.0.0 from the beginning, so we use the Example below.
SDK 10.0.0.0\examples\ble_central...
Hi Supportor
I have two board, if I didn't set the gain, which used default of SDK, one board output value is 0x2f5, another output ADC value is 0x266.
I set the gain...
Hello,
I'm having issues with what I believe are interrupts, if I use the bootloader.
I'll give a brief description of the issue I faced, and then I'll state how to reproduce...
Hello,
Is there any documentation available that specifies what version of nrfutil is required to create DFU packages which are compatible with a SDK and/or soft device...
Hi
I am using NRF52 with 512KB flash, and with SDK15.2
I am not using DFU
I tried to protect the program flash pages using "sd_flash_protect".
I tried to protect pages...
Hi everyone,
Currently I'm using Android Nrf Mesh Library 2.4.1 for provisioning device into network.
I face the issue which can not be found why to fix this error.
...
I cannot set CONFIG_POWER_OPTIMIZATION_ENABLE to yes in the master branch. It leads to deadlock in at_cmd_write() because that ends up getting executed in the socket_thread...
I copied the slm application into a directory outside the SDK (e.g. C:\temp\slmapp) and I launched a command prompt from the nRF Connect's tool chain manager. Then I navigated...
Hi, I was trying to interface nRF 52840 with a SPI based NOR flash (IS25LP064A). I am using SPI example in 16.0.0 sdk version. But i am not able to read the device id as this...
Hi,
I use SDK15.3
There's no such define in "ble_gap.h"
Is this define "BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED" only S140?
Because 52811 use...
Segger Embedded Studio always starts with license error even though a nRF52840 DK is connected.
It always complains as follows:
"
Embedded Studio could not find a commercial...
I'm getting an undefined reference to "app_uart_init". I've enabled the respective libraries in the sdk_config.h:
//====================================================...