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.
I'm trying to get audio controls (mostly volume up/down) to work with apple and android phones. I've used as base your HDI keyboard example.
It seems to work OK...
I have a BLE peripheral application based on the nRF51822, running Soft Device S110 with SDK 8.1.0. The centrals are mobile apps, one on Android 5.0, one on iOS 8.4.1.
...
I'm using the UART driver (drv_uart.c) provided with the nRF5 SDK 11.0.0 on a nRF52 chip and once a NRF_DRV_UART_EVT_ERROR event is received, the receiver seems to be stuck...
Hello all!
I'm researching Radio Notification. I had read define and tutorial . But, It don't make me clearly.
Could you explain more deeper about Radio Notification...
Hi,
I just upgraded the SEGGER RTT source files from V4.98e to the new V5.41b for a nRF51DK project using gcc/Makefile. When linking the (now quite large) program, I got...
Hello,
I am using S110 8.0 soft device and using the example Nordic_UART. I am able to compile the project file in KEIL and flash it onto my board. I don't see any errors...
We are using the low power comparator on NRF51882 RayTac Module (Vcc=3.3V, Vref = 4/8), with which we are making a precise high impedance measurement!
I found some documentation...
I've been sending various BLE addresses to the nRF51 and am getting some inconsistencies of what addresses are being deemed valid.
I am using BLE_GAP_ADDR_TYPE_RANDOM_STATIC...
I am using uVision 5.18a with MDK-Lite ARM toolchain and I downloaded nRF examples for SDK 11.0.0-2.alpha with Pack Installer.
Then I tried to compile " /ble_peripheral...
Hello everyone,
I would like to know, if it is possible to send data (power data) from a NRF52-DK to a Garmin Display Device. Do you know any application, project example...
I wanted extract BLE_GAP_AD_TYPE_128BIT_SERVICE_UUID_COMPLETE that i receive while scanning and compare it with 128 bit service uuid that i defined.
i have seen how ot...
Hi,
I am trying to debug my code in Eclipse using J-Link.
Whenever the code executes vPortStartFirstTask() in vTaskStartScheduler() the debugger stops and I can't debug...
Hi,
is there any simple way to obtain current PWM value if nrf52 PWM module is used to produce complex waveform from RAM array? The task is to get currently settled value...
Hi there,
I am new with nRF52 using SD332 and ANT+. I would like to ask if the nrF52 with SD332 can be configured as ANT+ central and ANT+ peripheral in the same time....
I have a query that is similar to the question below
https://devzone.nordicsemi.com/question/44424/how-do-i-switch-the-target-from-a-nrf51422_xxac-to-nrf51422_xxab-in-keil...