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...
Hello,
I am using keil uvision 5.17, sdk 9.0.0 and sd 130.
Once I programmed whole application through mbed,
Then I moved into keil and implemented all function....
We are trying to communicate to NRF51422 through PC using UART communication. But the programs works fine with nRF51822 Dongle and DK. But it does not works with another dongle...
Hi experts,
I need nrf51822 to send thousands of packets (notification) to Master Control Panel (PC), and expect for high data rate. So, I turned the connection interval...
if initial uart_config() before ble_stack_init(), softdevice_handler_init will be failed!
with SDK 6.0
softdevice_handler_init() will returns 0x00001001 ("NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION...
I am trying to generate code using BDS and the Nordic Plugin 1.2 but I keep getting the following error. I have reviewed the XML but I can't seem to find the issue. Any thoughts...
I've been fighting this bug for a few days now and I thought I'd share what I discovered in the process.
I wanted to set up a couple PWM channels to control a few LEDs...
getting problem in implementing uart. code is here
#include <stdio.h>
#include "boards.h"
#include "app_util_platform.h"
#include "app_uart.h"
#include "app_error.h...
I implemented measuring of Lithium battery level with the help of thread How to measure Lithium battery voltage . I am using nRF51422 with SoftDevice 110 and SDK 9.0.0 and...
Greetings,
I'd like to develop a wireless sensor network based on your products, but have a few concerns based on my lack of knowledge of how Bluetooth LE works.
I've...
We are running FreeRTOS on the PCA10028 development board. We have bumped into an issue where the code asserts if we turn on the FreeRTOS configASSERT functionality. It is...
Hello,
I am using nrf starter kit and nRF51822 DK modules atached. I'm using external usb-com uart modules (based on FT232 chips) for communication with PC (Win7) and hyper...
Hello everyone
i am trying to configure the buzzer int he development board inordert o create the buzzer beep sound i have configured the GPIO pin 14 fir the buzzer so...
The ble-sdk-arduino UART examples (and others?) have a rather convoluted scheme to delay the ChangeTimingRequest until after an ACI_EVT_PIPE_STATUS event indicates that the...