According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Before developing our custom board, we connected our MCU to the DK via pins 26, 27 and after disabling VCOM0 via the DK configurator, we were able to communicate using AT...
I sometimes have bonding issues. Most of the time, bonding works fine. But occasionally, It looks like the Nordic SDK on the peripheral sends messages too early. The peripheral...
Hi Nordic Team,
Is there any way to input 3 audio streams (through I2S ) on nRF5340DK board are there any extra I2S Port available to input one more sinusoidal signal and...
We managed to get the nrf5430 Audio DK broadcast source application running with two subgroups each containing at least one mono stream and custom metadata about the streams...
Hello,
I wanted to know if the "direct test mode sample" could be used for the EVK-ANNA-B402C that integrates the nRF52833 in its SIP.
Because building with the board...
Hey,
I get the following errors when running my application and I am not sure how to debug this (The nrf thread viewer is empty when I start a debug session of my application...
We're using nrf52833 and our target board is already running our program well.
Then
we'd like to flash by using Jlink SWD programmer.
So, we connected vref, gnd, swdio...
Hi!
We are in the process of certifying a product using an nRF52840 against EN18031-1 (RED Cybersecurity) where we need to answer details regarding generation of cryptographic...
Hello.
I am trying DFU with reference to DevAcademy Lesson 9 . I am glad to see that it has been updated for v2.7.0 - v2.9.0. I am interested in the following settings....
Hello everyone,
This might be a somewhat silly question. I'm trying to use SDK v17.1, and have an issue with the app_timer library.
I remember that before SDK v13 one...
Is there any reference information on how long (in ms) different steps in a BLE pairing process takes? e.g. Pairing Feature Exchange, Short Term Key Generation, Long Term...
Hello,
I am developing a Zigbee switch based on the nRF54L15. One of the mandatory features is transitioning into sleep mode when the device is not in use. I thought I had...
I have a nrf52840dongle and a nrf54l15 custom board. And I flashed bt hci_usb demo into nrf52840dongle, uart_peripheral demo into nrf54l15 board.
Now I want to use my nrf52840dongle...
I am performing a BLE DFU update on an nRF52840 using the nRF Connect Android app (v4.29.1) . The app successfully uploads the DFU package and reports that the update is completed...
If I have an application where I have implemented USB CDC-ACM, how can I set the serial number seen by the PC when I connect my device? Is it possible to set it at runtime...