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 all:
For SDK15.3, if I want to change 32.768Khz to internal LF clock, Should I enable the CLOCK_CONFIG_LF_CAL_ENABLED of "sdk_config.h" ?
if I disable CLOCK_CONFIG_LF_CAL_ENABLED...
trying to implement an external interrupt with both edge triggered. I wanted to try first pin_change_int example in sdk 15.3.0 but it is not compiling. I didn't do any change...
Need to communicat between nRF52810 and nRF24L01. nRF24L01 is standard module from Nordic. we are using nRF52 development kit and using Segger Embedded Studio (as suggested...
Hi
I have developed a beacon scanner application.using nRF52 dongle as beacon and nRF52840 DK as scanner. whatever data which is being flashed by the beacon module gets...
hello , I wonder whether there's a provided coding example for nRF51822 Bluetooth connection and sending with Android phone. The platform is Android Studio in java.
Hey.
I am trying to create a zip file containing the application and soft-device hex files in order to upgrade both application and soft device (from 6.0.0 to 7.0.1 version...
Hi there,
I am trying to modify the USB CDC ACM example to work as a USB CCID. Right now the main issue that I'm facing is macros on top of macros.
It's perfectly understandable...
Hi,
I am new to nrf52840 DK , when I try to program it through nrf connect " Unsupported device. The detected device could not be recognized as neither JLink device nor...
Hi,
Greetings!
We are about to select nrf52832 for our product development and we need confirm below information before proceeding further
Overview
Device will be...
Hello Nordic.
I find two RNG example.
Both nrf_crypto_rng_vector_generate and nrf_drv_rng_rand , what is the difference?
Which one is better on RNG.
How to correspond...
I am trying to set up developing environment, and however I couldn't download and install version 7-2018-q2-update of the GNU ARM Embedded toolchain.
Would you please guide...
In my application i need to use NBIOT network & GNSS.
For that i found that i need to configure AT%XSYSTEMMODE=0,1,1,2.
But i am not clear on what should be configuration...