Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
Hi,
i have a problem with nRF51 an nRF24LU1+. I use S110 and micro-esb library. I can switch beatween poroperty RF and bluetooh ( never run both in the same time ). When...
I wanted to use the SysTick timer for timing in my application, but even when writing a handler and trying to set it up, it doesn't seem like the interrupt is ever triggered...
hi I am i using Keil to debug the progam, it seems like that the printf() function can't work in keil, so i use jlink RTT to perform the printf function to collect data ....
HI,
i want to have a application in which a timer timeout say 5 second. and during this timeout there is another timer say 1 second. whenever the 1sec timer timeouts then...
Hi,
The function sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base) requires now the application RAM base address! Is it 0x20002800?
Hi ~
I use nrf51-micro-esb on GitHub
In Tx-Device: auto sent (data+1) to Rx-Device
But Rx-Device receiver data still the same not Increment....
why in Rx-Device...
Hi everybody
Since quite a long time since my last visit here. Now I come back because a new project using the NRF51822. Because now I'm using the NRF51822-CEAA, I can...
Hello,
I am developing an application where in i want to create a network with One central[not a mobile,pc,tablet etc] and multiple peripherals connected to the central excahnging...
HI,ALL
my Project can not exit the GPIO INTERRUPT HANDLER.
following is my project.
include "nrf_gpio.h"
include "nrf52.h"
include "boards.h"
define BUTTON_1...
I have found the bellowing code which was in s130/ble_gatts_struct_seriallization.c of nRF51_SDK_10.0.0 : ( ble_gatts_attr_md_enc)
/* serializer does not support attributes...
I have two device , one is Tx-Device the other is Rx-Device.
Tx-Device : Auto continued Send 4 bytes data to Rx-Device by Radio.
Rx-Device : Using Radio Interrupt receive...
First of all I'm a BLE novice, so sorry if I'm asking obvious questions. I've built a home project where a battery powered mcu listens for requests over wifi and drives a...
Hello.
I'm trying to do as follows: ONE button used either to wakeup or to put system to sleep. In general almost everything is working but I cannot find how to configure...
HI,ALL
as i known, the BLE key is a six digit pin.
and in the static void device_manager_init(bool erase_bonds) ,the statement shows below:
register_param.sec_param...