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 there,
we are a student project and are using the nRF51822 Chip with the MDBT40 module. We designed our own custom PCB and followed the instructions for the circuit as...
I have a subroutine that exercises the SPI interface and only at certain points in the code it won't execute the SPI subroutine and goes into the disassembly when single stepping...
SES IDE, nor nrfConnect programmer tool sees the JLink programmer attached to my PC. No "idcode" in SES. No devices appear in Programmer.
Windows10.
JLink_Windows_V764e_x86_64...
Hello,
I am beginner to work with Nordic, I am trying to setup the development environment for nRF5340 Chipset.
For that install nRF Connect Desktop v3.11.0 version. ...
Hi Team
My SES crashed suddenly. When I tick file->nRF Connect SDK Project, It show below error information. I have try to re-install the NCS from toolchain manager. It...
Hi Team,
I have nRF52 DK PCA 10040.
PC: Windows 10 pro
IDE: Keil uVision 5
Working with nRF5 SDK 17.1.0 with S132 soft device .
To execute the code , first i flashed...
Hi,
Zephyr 3.0 , nrf5340 ncs 1.9.1
i can successfully sent data with
this function ;
So it sends 2 transactions without changing cs state.
1byte tx+rx , and...
Hi,Master:
In BT core_v5.0 2.3.5.6.3 Authentication Stage 1 – Passkey Entry, as shown in the figure below
Question: Why does the process loop 20 times, verifying one bit...
Hi,
I have used the nRF Connect Mobile app to connect a BLE device to my Android device. Once bonded, I can receive temperature signals as expected without issue. I can...
Hi,
I am testing MCUboot in nrf52840 DK
I know that MCUboot can image update using slot 0, slot 1, and scratch area
If so, is it possible to update the softdevice(BLE...
Hello,
We are working on NRF52832 + nRF Connect SDK 1.8.0 for our upcoming product. We need to do OTA of our Firmware.
Could you please help with pointing to the right...
Hi Nordic,
We are using NRF52840 and the NCS sdk to design a new product which may have multiple threads designed. And each thread may need to do some BLE operation at the...
Hi,
I'm developing a peripheral driver which involves UART. I encounter an issue I'm not sure how to proceed.
In my design, I have
main.c
device_drv.c
device_drv...