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...
Hello,
I am new to nrf51822 BLE. I am using MDBT40 (nrf51822 series). Complete project is powered by 12V, 2500 Mah lithium ion Battery pack. I want to monitor battery level...
Hi,
I know how to OTA a ble device, but how do this on a ble master?
Is there any nrf tool can OTA a ble master ?
dev environment:
SoftDevices:S130 v2.0.1
sdk: nRF5_SDK_12...
Hi,
we are using a ISP130301 module from Insight SIP (containing a nrf51822CEAA ) with a low power acceleration sensor ADXL362 , connected via SPI. SoftDevice is s130_nrf51_2...
Hi,
SDK: nRF5_SDK_12.2.0_f012efa
No softdevice
Example: nRF5_SDK_12.2.0_f012efa\examples\peripheral\radio\transmitter\pca10040\blank
and receiver.
I have running...
Hello,
I am using nrf51 and firmware is ble_app_gls. I have modified my code to work for dfu as well.
I am getting error as follows
.\_build\nrf51422_xxac.axf: Error...
I try to integrate the CoAP Server and TFTP DFU example code, and it works well.
[ENV]
IoT SDK v0.9.0
nRF52832 DK
According to the specification, the MTU...
Hi, dear support team,
I program the softdevice(S110,v7.1.0) to the nRF51822 devices(our product) by nRFgo Studio v1.21.1.3.
The nRFgo Studio shows a error message as...
Good afternoon.
I have 2 boards NRF51:
One as beacon (SDK 9), use example code "nRF51_SDK_9.0.0\examples\ble_peripheral\ble_app_beacon".
The other as...
Hi,
I have a problem using Secure DFU Bootloader available in SDK 12.1 on nRF51822_xxAA SoC.
Initilaly i was using nRF51 DK board and Secure Bootloader example in SDK...
Hello,
In our application, we do not use the antenna at Pin30.
However, in Nordic's Reference design in Github, even the simplest design (nRF52832_qfaa_dcdc) has an...
Hello,
Can I interact with the internal device of the nRF52 DK (PCA10040) while an other nRF52 connected through the P20 (or P19) connector?
The JLink tool has a "device...
I implemented an application to advertise indefinitely with APP_ADV_TIMEOUT_IN_SECONDS set to 0 and it works just fine. Now I want to
have a time out and set APP_ADV_TIMEOUT_IN_SECONDS...
Reading the nRF51 RM. On page 82 there is this:
But it doesn't make sense to me to talk about the LSByte of the PAYLOAD field, as it's just arbitrary data, and the Radio...
Has anyone had issues with connecting to the nrf52 DK with linux hcitool? I am able to see the device's MAC address and name (using HRM example design) with hcitool lescan...