Is there a recommended way to access the USB data lines from the J3 connector of the nPM1300EK? I would like to be able to charge the battery and also provide a USB mass storage...
Hello,
I am currently testing DECT NR+ communication between multiple nRF9151 SMA DK boards, but I am unable to establish a connection between an FT and a PT.
I initially...
The nRF91 series of modem firmware are distributed with FOTA-TEST diffs to allow for validation of FOTA integrations. Will the nRF93M1 firmware images be distributed with...
Hi Nordic team,
I am using the nRF52840 HCI USB project as the controller firmware, with a Linux device acting as the Bluetooth host.
My application has multiple BLE connections...
Hello DevZone Community,
I wanted to share a unique hardware-in-the-loop implementation using the Power Profiler Kit II (PPK2). While the industry is heavily focused on...
Hi,
I am developing on the nRF5340 and using an external modem and an external GNSS module. I am using SDK version 3.4.0.
To operate the modem, I use `modem_cellular...
Hello Nordic Support,
I need version-specific troubleshooting advice for an nRF52840 DK, PCA10056 hardware v3.0.3 (label 2026.16), with the nRF5340 interface MCU. I have...
While working on some problems, I often find it useful to increment a counter at a line of code, and occasionally log the counter for developer debugging. I'd love to have...
Hello,
I decided to play around with an nRF24L01 chip and I'm trying to get it to work on my Windows 10 computer.
My current issue is the following: I've downloaded and...
Hi. I'm writing my own libraries for nRF52832 and I can't get UARTE to work.
Here is my code.
I'm using pins 6 and 8 as the UART example.
I wrote same code for UART...
I'm beginner with nrf chips.
I have a custom board with ntf52840 module. I connect board to stlink via swd interface, then check:
st-info --probe Found 1 stlink programmers...
I would like to perform observer role scanning i.e. passive scanning. I am using nRF52832, S132, SDK 15.2.0. I am trying as follows.
NRF_BLE_SCAN_DEF(m_scan);
static...
I am using the SDK5 development kit with Segger for a BLE application.
I found the Service for SES but the SDK doesn't seem to include the Pulse Oximeter service.
I would...
We are developing hardware to work as a AirMouse (Gyroscope based working mouse)
I am using SDK16.0 SES
I have seen that HID Mouse example
and i implement gyroscope...
I have bought a BLE Micro. ( www.seeedstudio.com/Seeed-Micro-BLE-Module-w-Cortex-M0-Based-nRF51822-SoC-p-1975.html) 1. I downloaded "nRF Connect App for Android" on the phone...
Hi there,
I've recently purchased an nRF52840DK with the 52840 SoC and I'm wanting to develop Bluetooth Mesh apps.
I'm on Mac OS X. Should I begin with the nRF52 SDK or...
Hi,
I just got the brand new Thingy:91 and would like to program it with an application earlier developed for the nrf9160 DK .
Further I'd like to use the Link Monitor...
Hi All,
Recently I have been working on nrf9160dk board. The use case is to have nrf9160 work as a serial LTE modem with GPS functionality. I have the following link https...
Hi,
I have implemented my own Vendor model, using the light switch client/server as a starting point. The model allows to send byte arrays. Since I have used the generic...
I am using SDK v16, SEGGER to program on my nrf52832 SOC for our project. I need to save a few variables to the flash memory. These variables will hold the status of the device...
Hello,
we are using SDK version 15.3 and mesh SDK version 3.2.0, on a nRF52840 DK board using the Segger Embedded Studio IDE version 4.52 (64-bit).
Our goal is to add...
Hello,
I followed this tutorial in order to familiarise with the code and understand better what is going on. Now, my question is the following, regarding challenge 2 :...