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 Nordic
there are two question find in my software. it may be some matter with thest two question, so put here together.
1.
My software will be reset about several...
for the i2c_3 to work the following is needed to modify the SDK.
nrf/subsys/spm/Kconfig
```
config SPM_NRF_TWIM3_NS
bool "TWIM3 is Non-Secure"
default y
```
...
I was wondering the behavior of the NFC BLE Pairing with OOB when max connections are full. Will the connections disconnect in order to pair with a new central after an NFC...
Hello,
in nRF52832 devices, P0.21 pin can be configured as reset using PSELRESET[0], PSELRESET[1] ergisters.
Due to space constraints, i dont intend to use the reset...
Hi:
I want to ask:the nRF24L01 can work in single point mode by SPI commands。 I need the wave show like in the picture。
IF it can,which software and hadware I need....
Hi,
I trying to send indication supplied with some data to my Android app (which BTW works fine with other BLE devices) as an answer to characteristic write command
...
I am trying to run a project on a Fastnel
BT840 module
I had the code running on The dev kit when we switched to the new hardware without a FL crystal I have been unable...
Hi,
I am working on writing data on flash and reading it back.
i am not able to read data which i am writing to it . i am posting my flash file please suggest where i...
I need to sendt several indications on one BLE_GATTS_EVT_WRITE event. If I just call sd_ble_gatts_hvx I get NRF_ERROR_BUSY Isn't it strange? API stats:
Only one indication...
Hello,
I'm a beginner and I have lots of questions. So I wanna communication with MCP4110 chip. But I can't. I configured SS, MISO and CLK pin in sdk_config.h. (SEGGER...
Hi, all,
I try to use NRF52832 as central and peripheral. When it is connected with peer as central, I try to send to peer a message with "sd_ble_gattc_write", but I can...
Hello,
I have enabled WDT for nrf52810,S112 with following configuration.
static void System_task_initWatchdog(void) {
NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Pause << WDT_CONFIG_HALT_Pos...
I'm using the nRF52 DK with SDK 15.3.0. At this point I'm trying to get a UART loop back to work by tying the TX pin (P0.8) to the RX pin (P0.9). I have verified that the...
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...