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 nRF team,
I read somewhere that the sensitivity of the nRF52 is degraded when the internal DCDC is enabled. Can you confirm or dismiss this? If true, what is the sensitivity...
Hi,
I want to use nRF52832 for our new development.
So I have to get examples source code like nRF51822's Keil Pack Installer.
Where Can I get example source code for...
I saw the video of csr mesh network. I want to try something like that using nrf51822. I have read the documentation provided in the link link
. But I only got a rough idea...
Hi,
I am looking for an wearable solution which should be able to full duplex audio transfer over Bluetooth. Is this possible with BLE 4.1/4.2. As here battery life is...
Greetings. Could you provide more information on the issues with GPIO located near the radio in the nRF52 (PS 18.2.1)? Specifically, what is considered "high frequency digital...
I've created a BLE Peripheral project to test maximum possible throughput for the Notify of a single characteristic. I've also created a Central based on the new BLE Central...
Hi: I want use all eight ADC channel, But I don't know how to get different channel conversion result.
I write my code as follow:
void adc_config(void)
{
const...
Hi,
I'm using the 3rd generation of nRF51822 with S110 v8.0.0 and the SDK 10.0.
In my application i'm using the uart core to communicate with the external device.
I'm...
I'm not sure why I didn't notice this sooner.
When trying to do a bonded DFU with a Nexus 6P and Master Control Panel it seems to get stuck in a loop reconnecting.
I...
Hi I trying to connect Altimeter ( mpl 3115a2) to the nrf52 development kit. Can someone guide me how to do it (pin connection). I have followed the example given in the sdk...
I received my nRF51 DK (with nRF51422, PCA 10028) and I could successfully run the S130 demo app thats included with SDK 8.0.0.
The above demo demonstrates for e.g. :
...
I was upset early this afternoon because I was experiencing issues with buttonless DFU on Android. As is usually the case, I assumed it was my fault.
First, I reverted...