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 ...
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...
Hello,
nRF5SDk16.0, Softdevice v.7.0.1, device nRF52840.
We using manufacturer specific information in the advertisement data. Here are the set values:
The data is...
We have a PCB production with bug where AC13 (P0.18) accidently has a via shortenede to GND plane on internal layer. Thus nRESET is stuck low and cannot be pulled high without...
Hi,
I modified the LBS service to experiment sending more than a byte of data.
On the peripheral side, modified from ble_peripheral/ble_app_blinky
typedef struct { uint8_t...
I'm using visual code for my development. I've tested a basic hello world app, this works fine so c/cpp is correctly installed.
I'm now testing a basic app, but I'm getting...
Hi Team,
For our development we are using the nRF52840 soc, We need the some example code or some project which will explains the Usage of RSA algorithm and supported API...
Hello,
I am looking at the ble_app_buttonless_dfu/main.c
This implementation is initializing the queued write module. Is this required now for DFU operation? We currently...
Hello,
For some reason whenever I try to pip install pc-ble-driver it will only ever install version 0.11.4. This causes a problem since I need the nrfutil library and the...
I sent some nRF9160 prototypes down to a CTIA certified test lab in North Carolina to do carrier TRP and TIS testing. When they add their test sims they seem to be unable...
Dear Sir,
I am new in embedded.
I start work on nrf9160.
I have to acquisition periodically through mqtt protocol, a data, with total space of approximately 30 kb, and...
I have installed SEGGER Embedded Studio for ncs sdk. I have installed everything else required to use NCS sdk.
From the command line at ncs/zephyr, I can successfully run...
Does Nordic recommend a specific version of SES? Should I just download the latest version direct from Segger or do I need a special version of SES to have full compatibility...
Hi Guys,
I was able to connect a second uart to the evaluation board and receive over uart.
however I didnt find an example of how transmit a buffer over uart.
is there...
Hi, we have a product that we want to update with new fuctionality, We use latest S110 for NRF51822 and would like to have more than 2 ppi groups useable.
In what scenarios...
Hello folks I have been struggling for some time with the driver for the MCP23S17 in Zephyr. I have already tried this code: https://devzone.nordicsemi.com/f/nordic-q-a/64024...