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,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
When using BLE_GATTS_VLOC_USER with a variable-length characteristic, we still need to use sd_ble_gatts_value_set to keep SoftDevice appraised of updates to characteristic...
/* Copyright (c) 2009 Nordic Semiconductor. All Rights Reserved.
*
The information contained herein is property of Nordic Semiconductor ASA.
Terms and conditions...
Hi,
I was wondering if anyone has done this seemingly doable job of producing continuous ECG trace using PCA1004 and PCA10005 devices. My intended use case is this: Use one...
I found that " The nRF51822 is built around a 32-bit ARM Cortex M0 CPU". On the page of Keil ( www.keil.com/.../4803.htm) is written that I can use either "J-link ARM" offered...
Hi all,
I'm puzzled about the relationship between normal BT and BLE, Is BLE connection is based on normal BL connection? And if it's integrant to set up a BL connection...
Hi
I purchased the full NRF8002 kit I am searching for the source code for the nRF Toolbox app but I am not able to download source code. Is the source code available for...
Hi,
I need something that can be the Master and talk to the Evaluation Kit Board to try to send a large amount of data. Do the Master Control Panel, or the mobile app nRF...
Hi,
I am using the nRF6310 + PCA10005 +nRFgo Studio as the lower tester, the supplied python scripts as the upper tester, and my own custom board as the DUT.
I've looked...
Hello, I am working with nrf51822 on my pcb design by myself, I read temperature from chip, the result is about 90deg, (I have div by 4 for 0.25 deg) it is impossible for...
Is there a way I can tell which version of the chip I'll get from a distributor? It's not clear to me that I can tell, from, eg the Mouser product page which rev it is. Is...
Hi,
I am working on proximity android application, i implemented immediate alert service, which is working fine. Now i need to set the alert level on the tag for linkloss...
Hi
I am working with alert notification example. I just wanted to know how you have tested the alert notification client example implementation. Is it just by using the...
Section 28.9.9 of the nrf51 reference manual shows the Config register has 3 defined bits, BBA. A is for Hardware Flow Control and is one bit, 0 or 1, which makes sense. ...
Hi,
I'm trying to add more user services to LBS demo. I generated 128b UUIDs for my services. Then I should add them to list returned by scan response in function advertising_init...