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...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hello,
Ive been trying to get simultaneous GPS reception and LTE connectivity for a while now. I've read that this wasn't possibe in the past but it looks like it should...
Hi in the code below I successfully register multiple custom services (m_cus and m_cus2) using NRF_SDH_BLE_OBSERVERS(). In my original code when notifications is turned on...
Hello,
Tried the 2.0 nRFSniffer hex file today. It does not show up in WireShark like
the Beta 3 version does, "nRF Sniffer COM6". Tried on two devices with the same result...
My application just hit the following fault randomly:
I tracked back in the map file and that is inside the Nordic NRFX library in ipc_trace_handle, so I have no source...
Is it possible to have discontiguous Non-Secure areas in SRAM to be used by the application?
&sram0 {
reg = <0x20000000 DT_SIZE_K(8)>;
};
&sram0_ns {
reg = <0x20002000...
Hi There
Here we have been encountering some problems and would appreciate if you could help.
We are designing the hardware based on the following schematic, please...
Hi!
Just want to ask if anyone have had the same issue as me, when flashing nRF9160 with J-Link V6.50.
In SEGGER Embedded Studio - Build -> Build and run || Target ->...
Hello!
I use a usb secure bootloader with MBR (without SD) for update my application via USB. Also, my application receives new firmware via GSM modem and saves it to an...
I'm using pc-ble-driver to talk to the nRF52840 dev-dongle from a Windows PC. I started with examples\heart_rate_collector\main.c I receive events in a function 'ble_evt_dispatch...
Hi all,
I want to use the nrf51dk to answer and reject phone calls. One button on the kit would be used to accept calls and another to reject or finish them. The audio...
Hi dear team,
I am using the nRF5840 Dongle and pc-ble-driver-py for development, but I encountered a lot of issue while debugging, I thought I used wrong parameter or other...
We have worked through getting AWS MQTT working and have the FOTA job file loading properly. When the HTTP request is made the file begins downloading but fails to download...
Hello, How do I program the NRF52840 module to read and write data with a single UUID, because the mobile application I used earlier was working with the data read and write...