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...
Dear All, I am trying to run a simple program that beacons, prints a message to the UART and toggles a pin on a custom nRF52833 based board. I am using softdevice s113 and...
my nrf51822 QFABC1 not working BLE , i used sdk 12.3.0 and uploaded softdevice is s130, and also I upload
I attached my schematics diagram also
please support any mistake...
Hi,
We are writing an application for nrf5340 similar to rpmsg sample with zephyr. We see that the application encounters stack overflow issue when flashed on target...
Hi,
We are trying to synchronize time across 3 nrf5340, where one will be master and the other 2 nrf5340 will have to synchronize their time with the master.
1. All...
I had raised ticket " https://devzone.nordicsemi.com/f/nordic-q-a/63754/nordic-sdk-qspi-driver-call" .
Wanted help for using qspi driver with non blocking mode. I have modified...
Hello, does anyone tried terminated vs unterminated RF switch in AoA / AoD application? According to forum, some people use terminated switch, some don't.
Also, there should...
I've a prototype board which I need to externally program. The prototype board supplies it's own 3v supply to the chip (working fine) via a 5v supply which is current limited...
Hi,
I am using NRF52832 with SDK 17.0.0.
I wanna try to connect multiple devices with only one Android phone.
When I try demo on Samsung galaxy S8, I can connect with...
I am using SDK 14.01 and ble_app_beacon example in that, I want to send updated sensor data in advertising. Using ble_advdata_set() I am able to send the updated data in advertising...
SDK14.0+NRF52832: firstly I init the passkey in the function gap_params_init as above.I want to change the passkey and can save the new passkey to flash, but when I input...
Dear all, I want to measure the current consumption of my application on a nRF52833 DK. On top of that I want to be able to power the device using the VDDH and set the VDD...
Hello,
I am trying to run the A-GPS sample program but am encountering a bit of difficulty with the SUPL code.
I had to modify the LTE connection code to allow access...
Hello,
I am using nRF51422 DK running on SDK v12.3.0. I am migrating the project examples/ble_central/ble_app_uart project from Keil uVision to Segger Embedded Studio using...
Hi,
I am trying to toggle one pin via PPI when receiving event on another pin - code snippet below:
#include <stdbool.h> #include <stdint.h> #include "nrf.h" #include...
Hi,
What is the fast way to stream data from NRF52840
1) Using USB interface and virtual com (CDC)
2) Using UART interface and extenal converter as DTFI
Please Advise...