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...
I've been attempting to use PSM but got an error.
I've already checked the post below. I download the project file and fixed a bit.
https://devzone.nordicsemi.com/nordic...
Hello .
I am looking for a way to pass the calendar time from the PC by the emulator to the MCU on first run.
I am using Segger Embedded studio 4.12
Is there a function...
I get the following error when launching the app, and the "Start scan" button either doesn't do anything or can't be clicked.
Error while probing devices: Error occured...
Hi
I am measuring the current consumption (with an amperemeter) of the nRF52 on the PCA10056 Devboard. The nRF52840 is supplied directly by connecting the external power...
Hi,
I have a problem when I do a write request on a 20 bytes characteristic from a custom service.
The funtion sd_ble_gattc_write return error 0x7 but I can't find what...
I want to stream a mono audio signal with high bandwidth (20kHz) from a remote device to a base device.
Need to A2D signal on remote and D2A the signal on the base. Low...
Hi,
The SEGGER have released a JLink software version that support to use JLink on ARM Linux platform。
I try it on raspberry pi, and it work well. But when i use pynrfjprog...
Hello.
I have a project that use the NRF_LOG_INFO for printing messages, and it is work O.K.
Now I add a part that need also to get parameters from the terminal.
I can...
Hi
Please advise when I can find firmware for nRF52840-DK which can send advertising packets or any data packets at data rate 125Kbps and +8dBm output power
I have two...
Hallo Everyone
We have developed a firmware for our systems using the nRF52832 with BLE 4.0.
Now we need to move to BLE 5.0. As far as I know the nRF52832 works with...
I get a strange error message reading from my hdc 1080 temp/rh sensor:
[00:08:38.013,916] <err> i2c_nrfx_twim: Error 195952641 occurred for message 0
I csnnot find any...
Hello Everyone,
I am working with nRF52832 chip on our custom board. I am using SDK 14.2 and SD v5.0.0 for development on a windows platform with Segger ES.
I am looking...
Hello all, I'm using nRF52 DK.
I'm going to use this DK as a master of BLE, and send information which is from BLE peripheral device to another board using SPI.
Anyway...