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...
Hi,
I'm working on a project where we are receiving sensor data from a BLE peripheral (BL654), and publishing it to a piece of PC software via UART/ FTDI cable from a BLE...
hello
1.NRF52840 Upgrade APP+BL+SD from SD15.3 to SD17.1.
2.BL use pca10056_s140_ble_debug,APP use ble_app_buttonless_dfu.
3.Program batch file.
nrfutil settings generate...
I have a case where a maximum of 1.4V will be applied to an GPIO pin immediately before the MCU powers up (the voltage enables a boost converter, which then powers up the...
I see this message on my debug output whenever I connect an app to my device. I'm trying to find where the opcodes and status is documented but can't. Can you please point...
Hi, I'm using a nrf5340 custom board. In my program I am using MCUBoot but I would like to know how I can remove the second slot in flash to flash a big program. I'm will...
I have 4 Thread end devices commissioned onto a matter network and want to control these devices from another Thread end device by pressing push buttons. Is this possible...
Hi,
I am having some issues with the Co AP Client and Server on n rf Connect SDK v 2 . 1 . 2 .
I have flashed two n rf 528 40 dev kits with the examples , one with the...
Hi,
I'm using the bare hci_uart example and try to rise the RTS line manually. Therefore I use the API
and added
in proj.conf. The resulting error code is...
As the title indicates, this question is regarding a scenario in which a coordinator needs to be replaced on an already established network. Is it possible to clone a coordinator...
I currently have a Thread network running using nRF52840 microcontrollers and another BLE network using ESP32 WROOM. I would like to connect two separate network using BLE...
Hello, I am working on a project that consists of sending Eddystone and ibeacon packets simultaneously, to begin with, I started by sending one package of each separately...
Below images detail given about VDD and VDDH in nRF52840_PS_v1.7 datasheet (5.3.1 Main supply) . According to this we can not connect both supplies simultaneously right?,...
Hi,
I'm a beginner to this kind of problem. I am trying to update firmware for nRF52832 through BLE using ESP32. I am using 17.1 SDK and Softdevice 7.2.0 with Keil.
I...
Hi,
I m trying to set up a LwM2M Client with Security Mode 2. I m using the LwM2M client utils and add some changes to the LwM2M Client sample.
In the function lwm2m_setup...
Testing UDP sample with sdk 1.7.0 I can't detect errors if the packet is not sent.
After a connection to networks and a few well-delivered packets, I put the device in a...