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...
Hi,
I am using "nrf5 sdk v11.0" ble_peripheral "ble_ancs_c" example for nrf52_DK(PCA10040) .
When i connect to the my ios device then accepted pairing request then i am...
is it possible configure the QDEC to single phase, i am using one omnipolar hall effect sensor i am wondering if i can configure only phase A ande use it, is it possible ...
Hi, I wonder why my pwm uses so much power in WFI mode. It uses around 470uA and when I do not use pwm that current is around 1.8uA. I tried to disable pwm but without success...
if i am not wrong the connections i found is as i shown in the image..
the module doesn't show up in my ide tool (keil ) although my kit works fine but i need it for standalone...
Dear Nordic Team,
I am work DFU with ble_app_uart example , as per the info center document : infocenter.nordicsemi.com/index.jsp and also followed by the example for ble_app_hrs...
when use the sd_ble_gatts_hvx() send data and printf() the value below
p_ble_evt->evt.gatts_evt.params.hvc.handle
p_ble_evt->evt.gatts_evt.params.sys_attr_missing.hint...
how to save a problem,if one Thread use sd_ble_gatts_hvx() send many package ,but i use vTaskDelay(50)( the freertos delay api ) when one package send ,then send another package...
ru.txt ra.txt Can someone help out in this. There is no option to capture the data in RTT. Somehow I am not able to take a screenshot directly from the Windows on my MAC.
i to all, I have just bought NRF51 DK from arrow.com I couldn't found one in Turkey. I am not new to C programming but I'm new to ARM architecture. I will be brief. I want...
Hi,
I wrote an application based on ATT_MTU Throughput Example. Now I'd like to add support for Thread protocol. Is there a possibility for adding OpenThread libraries to...
Hi to all, I have just bought NRF51 DK from arrow.com I couldn't found one in Turkey. I am not new to C programming but I'm new to ARM architecture. I will be brief. I want...
Hi,
I use sdk 12.2 for my production software with UART protocol, my product is distributed to customers since 6 months with many type of phone or tablets using it without...
I have inherited a project where the Makefile sets __HEAP_SIZE and __STACK_SIZE for both CFLAGS and ASMFLAGS:
CFLAGS += -D__STACK_SIZE=2048
CFLAGS += -D__HEAP_SIZE=0
...
First of all I want to say hello. I'm new in nRF52 devzone and I have problem with ble_app_uart and ble_app_hrs programs. I use pca10040 board and eclipse for flash and debug...