Hello,
I am working with the nRF7002 DK board and attempting to use the "Light Bulb Matter" example from Zephyr. I am encountering issues when trying to connect the board...
Hi
Our present build system on v2.6.1, builds variants of our baseline application using batch files.
It ends up building using west in this way:
The generated...
We are developing a very low power product. In some cases like not getting registered, PSM not being available, ... we want to drop the connection and go to a sleep state...
Hello Team,
I am currently using the nRF54L15 DK with NCS version 2.9.0 for development and compiling code for the nRF54L10 board.
I am trying to implement FOTA updates...
Hi,
We're planning to design a custom board using the nRF9151 for LTE connectivity. We'd like to add basic BLE support, with the following constraints:
The BLE chip...
Hi,
I am trying to set up a project that continuously measures the pulse width of a signal that may or may not be present at a pin.
I want to use a Timer in capture...
I know this sounds a crazy question but is it possible to flash a custom nRF52832 board with the same firmware that is shipped with the dev kit and create a mass storage out...
Hello,
I am looking to run the ble_app_uart example from the SDK v17 in nRF only mode on the nRF52840 DK. When running the application as is on nRF only mode, it fails during...
I bought nRF51 dongle from mouser.com. I wanted to put nRF sniffer firmware on it using the guide on the web site. I tried using nRF connect programmer but it can not talk...
Dear all,
I've been struggling with SECUREAPPROTECT register in UICR Flash area on a nRF9160 DK.
I would like to restrict and protect Secure code loaded in Secure mapped...
Hi, we have a custom board using the nrf9160, running modem firmware 1.1, and using the nrf9160_gps driver.
Sometimes we see messages like this:
Tracking: 8 Using: 0...
Hello,
When working with an nrf9160 sample that uses Nordic nRF Cloud and A-GPS, the GPS functions as expected and I am able to get regular fixes. However, when using the...
I have used an nRF 51 dongle for capturing BLE packets on my Mac using Wireshark,, but it no longer works. The only system change that I can recall that might affect this...
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...