I was able to install the BLE sniffer software from nrfutil. For the NRF52840 dongle, it has a zip file, not a .hex file.
the nRF Connect Desktop Program tool recognizes...
Are there any up to date samples for running BLE on nRF9160 development kit? I've tried building the following sample: https://github.com/nRFCloud/lte-gateway/tree/main for...
Good morning Nordic team, we are currently evaluating a migration of our Zigbee firmware from the legacy nRF5 SDK for Thread & Zigbee v4.2.0 to the nRF Connect SDK (Zephyr...
Hi
The TWI driver has a twi_clear_bus() function but the TWIM does not.
I'm getting an I2C error, and need to do I2C soft reset. I'm doing this manually at moment but...
I am logged into my nRF Cloud account and have a nrf9151-DK provisioned and added to a group and want to do a FOTA upgrade as in the Nordic Developer Academy course: "nRF...
Hello,
I am looking about something similiar which I was able to find for IEEE 802.15.4:
https://docs.nordicsemi.com/bundle/errata_nRF52840_EngB/page/ERR/nRF52840/EngineeringB...
I have a custom board that consists of a nRF52840 and a nRF7002 WiFi companion chip, connected via SPI. (not QSPI)
I wrote a tiny test program that configures the nRF7002...
I'm implementing an OAUTH procedure on my device. I'm able to access login.microsoftonline.com and get user and device codes, then after authorizing, I can access the token...
Currently, only the NRF5340 chip on the NRF5340 development board is powered. Now, we need to first test the Bluetooth performance of this chip. Open a standard example project...
We have our application in a git repository with a minimal west.yml as below. We want for Zephyr and have the manifest import our fork, instead of recursively getting from...
I have thought of making a simple but long time running watch before.
For I have finished a simple app on nrf52810,maybe I can make the watch now.
My basic idea:
1)...
Hi,
on my Debian 13 with nrfconnect 3.1.0 and nRF54L15-DK:
I am not able to get I2C/TWI running (the same sensor runs fine on nRF52840-DK).
1. Question: Is there any...
Hi.
I am trying to implement the reference layout for nrf54l15: https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/chapters/ref_circuitry.html
Just a quick question....
Dear sir/madame I have a problem I hope you can help me with. SoC is nRF52840 SDK is SDK 17.1.0
Problem description: In my app I have two buttons defined; Button1 and Button2...
I am a bit confused by the name and example use cases of 'NUS'.
The name is 'Nordic UART service' and it is often described as "A Serial UART interface over BLE" that is...
Hello.
I'm trying out nRF Connect SDK v3.1.0 with nRF54L15-DK.
docs.nordicsemi.com/.../release-notes-3.1.0.html The release notes say:
Updated by increasing the default...
I'm using the board RAK19007 with its RAK4630 nrf52840, meant for solar and battery, where the AIN3 (P0.05) comes from a voltage divider of VBAT, where AIN3 = VBAT*(1.5M/2...
Hi,
Board: nRF9160-DK (PCA10090 - v1.0.0) SDK Version: nRF Connect SDK 3.1.0
Goal
We’re trying to configure the nRF9160 to use external storage as the secondary partition...