I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi All,
I am developing an application on nRF52840 Preview DK which does not need the Soft device. But it needs the MBR to run a bootloader for Firmware update purpose....
Hi,
Now I am using nRF52382 to make a product which needs a accurate one second timing. Then I use the project "nRF5_SDK_15.0.0_a53641a\examples\peripheral\rtc" and "nRF5_SDK_15...
Hi there!
Device: nRF52 DK
App: nRF connect
Compiler/IDE: Segger Embedded studio
SDK version: 14.2
Soft device: s132
Problem description: I am trying to run blood...
Hi,
I am reading a BMX055 via I2C which consists of three sensors with three addresses.
I got the easyDMA running to read 10 times the gyro using the PPI and the data...
Hello,
my first question is about TX carrier frequency accuracy measurement. The equation given in the whtie papers is
(|f_measured - f_programmed|) / f_programmed <=...
Why is the event length of the BLE Central HRS demo set to such a high value of 320*1.25ms = 400ms?
The demo seems to work ok with the BLE Peripheral HRS demo using the...
Does the Battery Service Client (ble_bas_c) module handle subscribing to notifications from multiple slaves? In my use case, I have the nRF52840 dev kit connecting to multiple...
I need to keep track of time on a device featuring the nRF52 and have an RTC run continuously in the background. The drift should not be more than a few seconds over a year...
Hello I try to use P0.09 as GPIO with this simple code but not working. (Works well with pin P0.08)
#include <stdbool.h>
#include <stdint.h>
#include "nrf_delay.h"
#include...
Hello,
I use the bootloader from the SDK SoftDevice 14.0.0.
I use the Laird module BL652 which have a nRF52832 component without external clock.
To compile the bootloader...
Hello Everyone,
I am working on nRF5 14.1.0 SDK, My question is how to generate "ble_app_buttonless_dfu_without_bonds_s132.zip" dfu file.
Can any one tell me the exact...
I am using nrf52832_xxaa and SDK 14.2.0.
Does app timer play a role in power optimization?
If yes, Can reducing the app_timer frequency reduce the power consumed by the...
Is there a BLE mesh SDK for nRF52840, and if yes is there anybody tested it? I'm going to switch to the nRF52840 from nRF52832 and it is very important for me to know it is...
Fanstel BT832 module mesh client stuck in nrf_mesh_sdk.c, 187, Initializing softdevice. When I upload the code on the NRF52 DK It works, but when I upload with segger embedded...