Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hello I am happy to you to read this text...
I meet a problem...
when I want to work nrf51_SDK_10.0.0/example/peripheral/blinky/pca10028
so i clicked "Rebuild" but...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi all,
I would like to setup a system where a single central BLE device (a smartphone) has to talk sequentially to several BLE perihperals (Nordic chips).
I need to...
Hi. I'm using PCA10028, SDK10.0.0, S130.
I made timer(repeated) as below.
void init_timer(void)
{
uint32_t err_code;
err_code = app_timer_create(&m_timer_id,
APP_TIMER_MODE_REPEATED...
Hi,
I have a nrf51-DK, and I use softdevice s130_1.0.0 with keil c 5.18a,
My project with custom service uuid "DFU" and custom uuid "my_uuid", and battery uuid, alert...
Hi,
I've noticed that in the examples that come with nRF5 SDK11 there is a template for creating BLE peripherals (ble_app_template). I was wondering if a similar example...
Hi.
I'm using PCA10028, SDK10.0.0, S130 as central.
After connection, if i want to change SUPERVISION_TIMEOUT, is it possible?
If it is, how can i do that?
I need...
Hi.
I am trying to get the RTC started, and I've followed the rtc example in the NRF51_SDK.
But things go wrong when I call:
ret_code_t err_code = nrf_drv_clock_init...
Hello , RX: nrf24LU Tx: nrf51822 use ESB Lib. But the nrf24 Can't receive data continuous.
if I Want receive 2th data , I must power up the nrf24.
This is my Code :
RFCTL...
hello,
I wanted an info which tool is better for debugging when using
native SDK.
do i have to use pyocd or openocd for native sdk hardware debugging
and if you can...
Based SDK 9.0 "ibeacon" example, nRF51822(QFAAG0) work's well when download the ibeacon.hex.
The target set as follow:
Based SDK 9.0 "ibeacon" example,nRF51822(QFABC0...
Anyone seen the new nRF52 online power profiler ?
It's an online tool that estimates the current consumed by your BLE application.
This allows you to better understand...
Hi,
Before starting advertising using advertising_start() function, if pstorage function is used to write data, then it gets stuck at that point as no pstorage handler...
Hello, I have an issue with ble_app_hrs_rscs_relay that doesn't seem to exist with the other sample projects.
The project compiles without any issues, but when I run it...