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 all
I've tried to build the nRF5340: Multicore application on different host platforms using the nRF Connect SDK v2.1.0. It worked without any problems on Windows and...
Hi,
I'm using NRF52832 with s132 softdevice for a low power project. I notice that when running firmware with DFU Buttonless, the SoC consume more power than without it...
Hi,
I'm trying to reproduce the fatfs example on a nrf52840 DK and Sandisk micro SD card that's plugged into a Sparkfun Transflash breakout board. I can't seem to mount...
Hi everybody,
I'm working on a project where I want to write in an external flash nor memory, and transfer data over BLE. The combination of the peripherical_uart sample...
Hello,
I need to sample 2 saadc channels at 6Khz, and another saadc channel at approx 1/sec for a battery measurement. Which are configured for channels 0,1 and 6 respectively...
Hello all I am using nRF52832 I am using SEGGER Embedded studio for programing. I want to use pins 12 and 11 as Rx and Tx for UART. I changed the default pins to #define RX_PIN_NUMBER...
Hi,
Two weeks ago, I've tested my new devices in an anechoic chamber. I'm using Fanstel BT840X modules. These modules are using nrf52840 for MCU/Radio and SKYWORKS SKY66112...
Dear Nordic Support
I scanned through the DevZone Topics, and found a few tickets concerning MQTT-SN support.
As far as I have seen, MQTT-SN was once supported in the...
How can I enable a matter accessory device to actively send data to a matter control?
I'm using matter-lock sample to test the method of sending data from the matter-accessory...
Hello I have seen ALOT of posts referencing to first build and run ble peripheral uart example and then from there that it will be easy to remove the uart from the functionality...
Task description
I would like to use RTC2's COMPARE_0-event to trigger SAADC's conversion task via PPI, continuously. The RTC needs to operate by itself without CPU intervention...
Hello,
I'm using nRF52840 DK (Central) and nRF52840 Dongle(Peripheral). Dongle flashed with Simulation program which transmits data. DK flashed with hci uart controller...
Hi,
Are there any Thread compatible nRF chipset that are footprint pin compatible wityh nRF52832? I understand/interpret that it is not possible to Firmware upgrade 52832...
Hello,
Our customer has a project that uses nrf52833 as the master and want to connect to the slave of portable ECG meter (ble is Realtek). But they tried for a long time...