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...
I am using secure dfu bootloader from the SDK 12.
I changed the start address of my application. In the bootloader, in uint32_t nrf_dfu_init() { } , calling function nrf_bootloader_app_start...
Hello,
I want to make a simple UART Bridge between Central and Peirpheral. I'm usign nRF52832 with nRF5_SDK v15. There are central and peripheral uart examples in the...
Hi,
I have a working application with Buttonless Secure DFU Service wich runs on nRF52832. I'm able to perform DFU without bonds, but I want to use bonding in my application...
Direct connection after disconnect I am using the iPhone 8, BLE device (51822/51422), s130, SDK 12.3.0.
and using a bonding and passkey to connect.
However, Direct connection...
Hi there
I met an error down below.
nrf_log_str_formatter.c(86): error: #29: expected an expression
if (RF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED)
nrf_log_str_formatter...
Does the serial function operate with a soft device. Whenever i have an include statement for serial.h in a file with a softdevice I get a No such file or directory compilation...
I've been going off of the Buttonless DFU example to integrate DFU functionality into an existing project on a custom board. While I seem to have added the necessary includes...
I am programming a BL652 module (contains an nRF52832 with populated DC/DC inductors). I am programming it through the nRF52 DK in SEGGER studio.
When I run the blank (no...
Hi All,
A very general question here. I understand that using pre-defined services like the battery service help standardize the way peripherals send data to the central...
I'm using JLinkRTTViewer to look at RTT output from my code. The problem is that when I try to go into POWER_OFF, it generates a reset instead.
Is there a way to go into...
hi,
We want to position with aoa(angle of arrival) method, can it provide the One IQ-sample is a pair of in-phase and quadrature-phase samples, and Phase and amplitude information...
Hi,
I am using a nrf52840 development kit flashed with the ICMP example provided in SDK 15 and I am using a device with Bluez tools version 5.47 to connect to it.
However...
While investigating problems I'm experiencing with bootloader_secure I believe I've identified an error in the HCI TX finite state machine ( components/serialization/common...
We have implement a PPI for device match to trigger a GPIO toggle . but now we want to trigger a SW interrupt or a callback function .
my question is how to set PPI TASK...