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...
Hello, i did the DFU quick start guide and everything work fine however when i try to send a ZIP file (124KB) with my own code the receiver show "Abort event. Reason: 0xD...
Hello ,
This nRF9E5 wake up function is driving me slowly nuts...
How to distinguish whether the wake up is coming from RTC or from GPIO.
I have tried to read the wakeup...
Hi
I'm working on a password pairing project. You must enter the correct password to connect properly. And This function can be normally implemented between mobile phone...
Hi . I am using Ublox NINA-B301 EVK for BLE developement. I am not using JLINK debugger . As this EVK is OPEN CPU I want to program the module with available examples in Linux...
Hi, We are in the process of migrating our SDK version from 13 to 15.2 and the error we were facing after porting of SDK is that , we were not able to track the BLE events...
Hi.I use SDK12.2.I want to blink the RGB LED.so I use pwm.this is my code but it only bule color light on.does anyone know why?
#include <stdio.h> #include <string.h>...
Hi Nordic:
I got a strange result, I compile a example of Mesh-sdk-2.2, such as proxy_client, then I copy proxy_client to another folder such as proxy_client_b and compile...
Hi,
I'm using PCA10040 to test the "ble_uart_c example" from the SDKV12 but it hangs after calling ble_stack_init() in the main.
I'm using IAR IDE to compile and debug...
Hi, Sir
I am developing a nRF52840 system with 1 ble peripheral link and 19 ble central links.Firstly, I implement ”19 ble central links”by modifying
nRF5_SDK_15.2.0_9412b96...
Hi,
I am trying to communicate with MLX90615 ( here ) sensor using BMD300. nRF52 DK is used to program the device. I am testing with a sample code which detects any I2C...
Hello Everyone,
I am using nRF52832 and want to include BLE-NFC pair feature in the application that i am trying to develop. I am using SDK v14.2, Segger embedded studio...
I tried to use the code from nRF5_SDK_15.0.0_a53641a, but the compiler keep complaining can't find head files ( seems not possible without changing sdk 15 files )
So, Is...
I am pretty new to nrF52 and Segger IDE. I developed an app using MBED and am re-writing to run using Segger and Nordic libraries. To start I am just trying to interface to...
Is it possible to have an nrf58122 communicate with a nrf24L01 without using the ESB functionality in the nrf58122 library? There's a particular board that I'm thinking about...
I recently tried switching over to Segger for development. After re-flash my board a few times it has become completely unresponsive. The LED on the PCA10040 near the JLINK...