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...
Is there any peripheral sample for OOB legacy pairing? I'd like to know how to encrypt with temporary key( TK). I checked the ble_hids_keyboard_pair_nfc sample in the SDK...
Hello ,
I'm using the libuarte library so i can send data and receive it , i'm enabling RTC2,TIMER1,TIMER0 and TIMER2 .
this is the main definition of my libuarte NRF_LIBUARTE_ASYNC_DEFINE...
Hello,
As we are close to production of our new device, i would like to know what are the possible ways of performing OTA DFU in thread network from Thread Border Router...
I have interfaced two ESP32's with ESP-NOW protocol in which one esp32#1 sends the data to the other esp32#2. I am able to send the data from esp32#1 and receive that data...
The nrfjprog tool only returns data up to 0x10001000. After that it's all zeros.
nrfjprog -f nrf52 --recover
nrfjprog -f nrf52 --readuicr uicr.bin
If I read an individual...
Hi,
I want to use the LIS2DH sensor to any motion interrupt on int2. It seem that it's implemented by the driver so I started with the code found in this issue ( https...
I'm trying to disable proxy visibility of mesh node after its been provisioned by calling (from APP timer's context) proxy_stop() function. Though i'm getting NRF_FAULT_ID_SD_ASSERT...
Hi,
I am using nrf51822 chip for BLE application. In my circuit, I have used circuit supervisory components which is resetting the MCU whenever voltage level goes below...
Hello,
I have found out that we have shipped one product where NRF_CLOCK_LF_SRC_SYNTH was used together with the SoftDevice S132. I think at the time when it was implemented...
Hai team,
In my application , I am using nrf52832 , application took 26 microamps in runtime [peripheral - I2c] ,acclerometer and ble advertisements],here i need to put...
Hi Nordic,
My firmware is done and v1 beta is release, i will use it to flash my final production first batch with it.
What are the several good pratices to create...
Hello again,
I am trying to use the nordic PPK2 to estimate the battery capacity I would need. I would like to measure for a longer time in order to spot any strange behavior...
I am developing a simple battery powered Zigbee light switch (sleepy end device) using nRF Connect 1.91. After successfully joining the network and accepting a bind request...