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...
Hi,
just for your information:
the function nrfx_twim_xfer() prints always a warning, even if there was no transmission error. I guess NRFX_LOG_WARNING() should be logging...
I am trying to modify the https_client example from ncs\nrf\samples\nrf9160\https_client on Thingy91 so that it will retrieve an authentifcation token from AWS Cognito. So...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
The nRF52832 acts as SPI Slave and we want to wake up from Deepsleep when...
Hi
New to using EGU, trying to use it to implement software interrupts. How do I capture an Event?
I can see how to trigger and clear an event using -
nrf_egu_task_trigger...
In the function ble_init, I am getting an undefined reference to sd_softdevice_enable during the linking process. I see that in nrf_sdm.h there is SVCALL(SD_SOFTDEVICE_ENABLE...
Hello,
I am looking for the cost effective simultaneous central+peripheral solution using nrf BLE.
The nrf52810 seems to be hardware capable of doing this but I am...
Hi, I am creating custom ble service.there i need to perform
1. character - READ , NOTIF
2. character - WRITE READ
3 . character - READ,WRITE, NOTIF
I achieved ...
Hi
I'm on a custom board with NCS 1.2.0 and modem firmware 1.2.0.
We have implemented agps, and testing with 2 units with agps colocated with 1 unit without agps. All...
Strange device crash on deprovisioning.
This is probably something incredibly stupid, but I have been fighting this problem for a week and don't know where to turn.
I...
Hello
I program the example code peripheral " ble_app_hrs -pca10040e -s112" on nRF52810 and central " ble_app_hrs_c-pca10040 -s132" on nRF52832 .
I used nRF Toolbox on...
Hi,
we are working with Nrf52 and do not need/use Bluetooth, i.e. our devices will not have the Softdevice stack installed.
I was informed that for the radio certification...
Hello, I am using nRF52840, SDK 16, SoftDevice s140 with SES. I want to configure my device first in connectable mode and then in non-connectable beacon mode. sys_advertising_init...