Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I am creating an Apps which will give me a list of the running Apps in the background and foreground.
Hence Using XCode, I want to programmatically detect
List of Running...
It was mentioned before that the compiler_abstraction.h file for gcc produces this error sequence when -std=c99 is selected:
In file included from /prj/arm/nrf51-sdk/components...
Hi everyone,
I have a nrf51-dk. I am running Master Control Panel app on my win7 computer. However, I cannot see my nrf51-dk in discovered devices section. Log says, Loading...
Hi all,
I've been wanting to start this project for awhile now, but I am having trouble figuring out where to start. I want to be able to make an iphone application which...
I try to optmize my code so it can run on the 128k chip.
My issue is with pstorage: I have 7 variables (from 4 bytes to 20 bytes) that I store in individual blocks. But it...
I have the nRF51 Dongle and an nRF51822 BLuetooth Smart Beacon kit. For software tools I have IAR's EWARM 6.7 for a complete IDE or command line GCC/GDB.
Are there any...
Hello,
my idea is to turn on a GPIO-Pin of the NRF51822-Beacon-Kit when my smartphone found the beacon. Of course if the smartphone is out of range or far away the pin...
Hi all,
I am trying to figure out how to change the LEDs blink rate on the go.
I have set up the timers_init() and let say every 500ms sensor data is read on dev kit...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
Hi,
I'm trying to get the actual connection interval used between my nRF51822 device and iOS device.
I have read this article , but I cannot get it worked.
I used sd_ble_gap_ppcp_get...
Hi,
I want to disable the softdevice (S110) in order to use the "flash_page_erase" and "flash_word_write" functions. But, when the sd_softdevice_disable() is called I get...
Hidden in the guts of this answer is:
Please be noted that not all central
stack have full support to
automatically discovery secondary
services (e.g S120 stack)...
In the code for the bootloader in dfu_dual_bank.c and the function dfu_init , I currently get an error code on timer start: 4 ( NRF_ERROR_NO_MEM ).
err_code = app_timer_start...
The device name is set in the usual way at the start of gap_params_init():
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode);
err_code = sd_ble_gap_device_name_set(&sec_mode,...
Hello,
I am new to BLE profile development. I searched in web but could not find out a useful guide for this in terms of actual implementation(coding). It is seen that all...