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,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
What is he meaning of PROTENSET0, PROTENSET1 in sd_flash_protect()?
How can I use this function to set WRITE PROTECT to a certain flash page?
I searched a lot...
Hi,
I need to use nrf51-ble-app-lbs application example to add my customized applications. I have downloaded the project but I'm not able to compile it probably cause I...
Hi All,
I am new in nrf51 development. I have a nRF51-DK kit. I would like to make development in Linux (Debian) only.
I found a lot of documents and I can compile examples...
I have read many times about how BT LE allows devices to run for more than a year on a coin cell.
However, the least current consumption I can obtain while connected is around...
Hello,
We are developing a system using a receiver nRF unit, and multiple transmitter nRF units. The transmitters use the proprietary radio protocol (not bluetooth LE)...
Hello,
I am trying to flash an application onto nRF8122 from an android mobile using the Nordic app. After pressing the DFU button, the programming fails giving a pop as...
I've been looking for information on GCC support for the DFU bootloader examples in SDK v7.2.0 for the BLE Dongle board(PCA10031) but unfortunately there's nothing in the...
Hi
I'm testing the nRF Toolbox for Android. But I get this error when I try to connect using the proximity feature:
I'm using the nrf51822 EK with the s110 ble_app_proximity...
Hi Nordic Guy,
I'm trying to fine tune my connection parameters for better battery life, while at the same time trying to keep them within Apple's guideline. I notice in...
Hello guys, I'm going to start programming for nRF51822 and I want to ask you something.
I'm going to start coding for mbed HRM1017 which is the simplest eval board I found...
I'm attempting to use a custom UUID as outlined in nAN-36. I get an error (NRF_ERROR_DATA_SIZE) when I call ble_advdata_set . Specifically:
ble_advdata.c::uuid_list_encode...
I have a bluetooth hub (NRF51) as central and a wearable device (NRF51) as peripheral. What I need is that as soon as a smartphone enters the range the peripheral let's go...
Hello,
I'm redrawing and routing my own PCB for nRF81x22. I take the details from pca10028 files.
My question: Can I route the PCB with only 2 layers?? I have seen only...
Hello,
I had to use sd_ble_gap_address_set() to make sure, that a bootloader running on the same device will not be cached on OS/X:
static const ble_gap_addr_t gap_addr...
This may be a newbie question, but it had puzzled me for a while now.
Looking at the PCA10031's schematics i can see two leds been used.
LD2 i can figure out. Datasheet...