I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
hi,For the bluetooth certification, but requires a fixed frequency is 2402 2442 2480 test, could you tell me need how to set up 2442 under the fixed frequency?
I'm trying to make one of the examples in the SDK v9, but I'm stuck on the following error;
L:\NR - nRF firmware\Nordic SDK\V9\examples\ble_peripheral\ble_app_template...
Hi,
I use s110_6.0.0 and sdk_5.2.1 in my old product. I found that I can't write flash sometimes. Timer1 and Timer2 are used, and their interrupt priority level is 1(high_priority...
Hello,
I noticed that their was a question in the developer zone regarding MD bit?
devzone.nordicsemi.com/.../
My question is slightly different. I am using Soft...
Is it possible to use random 128-bit UUIDs for custom services and characteristics? Or do the characteristics in a service need to share 96-bits with the custom service UUID...
The hardware bug #39 on the GPIOTE in EVENT mode which gives a overconsumption of ~1mA even in idle mode on, kills the interest of having a low power chip, because the solution...
I am wondering, for 51422 or 51822, are all radios can work simultaneously or only one type of radio can work at a particular time?
e.g., BLE & ANT can work at the same...
Hi all,
Is it possible to get a callback from the softdevice, when a characteristic is changed? If so can you guide me in the right direction - documentation / examples...
@brief Function for application main entry.
*/
int main(void)
{
// Configure LED-pins as outputs.
LEDS_CONFIGURE(LEDS_MASK);
// Toggle LEDs.
while (true)
{
for...
Hi,
I'm using gazell library with app_pwm.
From documentation gazell use Timer2 and PPI channels 0,1,2.
APP_PWM use Timer0.
When I disable pwm using app_pwm_disable...
Hi,
I'm trying to use the nRF52832DK to flash a Rigado BMD-300 module (nRF52) - I've connected SWDIO, SWCLK, GND and voltage sense to P20.
It seems that because the...
I run the boardcast tx application on a nRF52832 board and I add uart drive into the proj. I use UART to console on PC.But uart doesn't work, PC console nothing. What's wrong...
I'm using the mouse example which use bonding and white list which allow to connect only to one central after performing the bonding
my question is, does the bonding feature...
Hello,
Is this the correct setup? What else will I need to do to make it work (e.g. it says something about the MCU will detect the external board and then programm/debug...
I want my device to pair only with a single central device at a time. So once it gets paired, it should not be able to pair with any other device. For this purpose I use directed...