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,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi all,
I use nRF51822, nrf51_sdk_v5_2_0_39364 and s110_nrf51822_6.0.0.Test ANCS, first with the iPhone connection is no problem. When I disconnect, connect a second iphone...
Hi:
I would like to Advertising Data and Scan Response Data which are added CompleteLocalName, the program does not work, it will reset. Why is that?I err_code = ble_advdata_set...
Hi all!
I've been trying to upload the official firmware (nrf51822_beacon_app.hex) to the nrf51822 bluetooth smart beacon kit. I put the beacon in bootloading mode (steady...
Hi,
Is there a way to modify any of the contents of the setup generated by nRFGo?
The services.h file generates SETUP_MESSAGES_CONTENT to populate setup_msgs[]
const...
I'm trying to track only the files that are necessary (e.g. exclude the _build directory) in a hidden .gitignore file. Is there a recommended standard?
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...