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...
Hello,
In nRF Connect desktop application, under Bluetooth Low Energy tool v3.0.0, whenever I connect a peripheral device using this application, I see the option to update...
Hi
my application is driving a RGB LED by one wire, this is request a higher sequence , when you drive the RGB LED ,this task can not be interrupt , I am use timer3 to...
Hi all,
I'm working on a project using the nrf52832 with SDK 15.3.0. Our device is battery powered and in peripheral mode. When a central connects it sends +- 300 bytes...
Hello,
I have the Icarus IoT board nrf9160, and I'm trying to connect it to the nrf connect for desktop but it doesn't seem to support the board. I'm getting the following...
Is it possibe to turn on SED on nrf5340 using nRF Connect SDK 1.7.1?
I have problem to turn on.
Here is my code to turn on.
And part of my .prj file
I got error...
I've tried getting nRF53 examples compiling on SES, but it seems there is a bug in SES that is preventing that. It was suggested I try VSCode, despite its lack of debugging...
Hi ,
nRF52810, SDK : 15.2.0, using SES,
I have two questions;
I am trying to add DEVICE NAME to the advertising beacon, in the ble_app_beacon example and following this...
HI,
I succeeded in the test.:SPIM0 SPIM1 SPIM2.
I failed the test SPIM3.
Please help me configure SPIM3 init.
1. The SDK: sdk17.0.2
2. Example: D: \ Project \ nRF5_SDK_17...
I tried to use printf() to get the data from SPI buffers. It runs OK in the peripheral/spi example. But when I moved it to the ble_app_uart, the program stalled at printf...
Hi,
We are looking to upgrade our connect SDK version to 1.7.1 (from 1.5.1) but at the moment there are a few breaking issues for us that will prevent us from doing so....
Hi All,
I have a question that i remark this code run different mode have different results
in Release mode => build success,the project can run
in Debug mode => the...
Hello.
I have couple of questions for hardware parts location on pcb with nRF9160.
Q1.
I'd like to ask a better location for eSIM(MFF2) related nRF9150.
This...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...