Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
Hey guys,
With the BLE stack initialized, I’m not able to get the power down to where I’d expect with nRF51822, running SD S110 8.0 and SDK 9-2.
I’ve tried three, very...
Hi,
I'm new with a) the Nordic Softdevice environment and b) using the nRF52. So there are a few questions...
As a starting point I've used the template project (.....
Hello everyone ,
i am trying to increase the sound of the buzzer so can anyone suggest me do i ahve to increase the supply voltage or do i have to modify the dutycycle...
I have now used days trying to create a working clone of "dfu_dual_bank_ble_s110_pca100028" so that the source would compile and result would work correctly, independently...
I have 5 LEDs - ideally I would like to control the brightness of each one independently (i.e. 5 PWM channels). I'm using SDK 9.0 and SD 310. I have been looking at the PWM...