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,
I'm using the nRF52840 on a custom board along with an ESP8266 (ESP-12S) Wi-Fi module.
The ESP module prints out a bunch of information at a weird nonstandard baud...
I am having trouble setting up DFU over BLE in nRF Connect SDK. I am using NCS 1.9.1. I have followed these instructions with my own project on both the nrf52840 devkit and...
Dear All,
We are developing a device based around nRF52840 on a rigid-flex custom PCB that is mounted inside an anodized aluminum cube with one face covered with plastic...
Hello, I'm trying to get an LPN to unprovision itself based off of an external command. I tried to base it off of the examples so I simply call: However after the reset it...
Hi,
I have my device based on the nRF52840, we have manufactured some equipments and we have created our own application to manage connection. Everything is working fine...
Hi all,
we recently had a problem with couple of our boards based on Raytac MDBT50Q-1MV2 (nrf52840 + osc. + antenna). We base our app on Zephyr. After programming some boards...
Hi, I've been tasked with doing some development on the nRF24LE1F on one of our legacy products that was designed many years ago! I'm in process of converting the code to...
Hi,
I'm trying to use UART1 for console and shell, for example to be able to log messages on VCOM0 linked to UART1 of my nRF5340 DK board. The example that I'm testing is...
Hi Nordic team
Customer Delta was running a street lamp project.
For AWS FOTA, they applied a AWS account and firmware update already can work.
However, it looks like...
Hello,
I am developing FW on NRF52840_DK for a BLE Peripheral as a Reader.
Reader to Mobile App Tx size is 32 bytes
Mobile App to Reader Rx size is 133 bytes.
When...
Dear Bluetooth Mesh experts, The firmware contains a proprietary message that sets a node's parameters and returns 100 bytes of data. The Android app sends it as an acknowledged...
Hi
I've configured Zephyr to run BLE host on cpuapp and BLE controller on cpunet, and using RPMsg to communicate between them.
When I call bt_enable() from the app core...
Hello,
I was wondering if there is a way to extract the "Device name" from the scanned advertisement data published by a model on a different node. I want to display the...
I'm trying to enable saving of coredump to flash. I'm running on nrf52840 with NRF SDK 1.6.1.
I have defined the following:
CONFIG_DEBUG_COREDUMP=y
CONFIG_DEBUG_COREDUMP_BACKEND_FLASH_PARTITION...
Hello ,
We are attempting to use the QSPI driver with an MX25 with 2 i/o lines instead of 4, essential SB 10 and 15 on the nrf52840 DK have been cut. However I am not...