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...
In standard sdk 17.0.2 is it possible to know which devices did i accidently disconnect?(Interactive command s140)
for example
my central is the interactive command...
Hi, I used NRF52 DK and NRF Connect SDK 1.6. I used the st_ble_sensor sample with no changes. When I press Button 1, I expect to get a notification on the central device....
Is there a straight forward guide that demonstrates how to changes the Asset Tracker V2 application from "Active Mode" to "Passive Mode"?
Referencing the notes on the application...
Hello,
I have been working with nRF52832 microcontroller on a custom PCB. Currently, we are implementing OTA updates through BLE, and developing using the nRF toolbox app...
Hi,
I am trying to program the nRF52 DK with external j-link Base. I am using Debug IN P18 connector and connected the following pins
j-Link base nRF52 DK Debug IN P18...
I'm a little confused about how to determine the value to set in the registers for the internal capacitors. If I select 10pF, that means that there is an internal C1 and C2...
Hey everyone,
I basically have the same question as it was discussed in this ticket: How to get unicast address on mesh server. - Nordic Q&A - Nordic DevZone - Nordic DevZone...
Hello, I'm currently planning a product that involves Bluetooth technology and came across the NRF5340 chip. I see that I can get the development kit which is a board with...
Hi,
On nRF5340 development board I followed the instructions in this link and ran the blinky example successfully: Getting Started Guide — Zephyr Project Documentation...
I got an error here err_code = pm_init(); APP_ERROR_CHECK(err_code);
<error> nrf_ble_lesc: nrf_crypto_ecc_key_pair_generate() returned error 0x8502.
<error> peer_manager...
I am using the BLE sniffer in Wireshark (nrf 52840 dev kit board) to attempt to capture packets between a BLE device and android phone. I am able to sniff advertising packets...