I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
I have secure dfu working on the pca 10040, and being able to download my own signed app.
However I want to turn NRF_LOG and at link time I get several messages of "._build...
Hi,
my application consists of long waiting time without connection (hours, possibly days, weeks), then a central connects and downloads data, and then again long waiting...
Hello all!
Sorry for what might seems an obvious question, my skills are what they are :-).
We have a small circuit based on nrf51822 chip.
Our software is currently...
Hello, I am new to embedded world.
I wanna know that how do i create a new template/blank for programming in uKeil?
Right now, i directly open an example from the SDK...
Hi there,
I am currently working on a project where I would need to use the Segger J-link needle programmer with 6 pin header. We have produced the board and after following...
Due to the PWM driver having intermittent issues we had to replace it with a TIMER/PPI/GPIOTE setup.
The PWM is working great in this way, but now I'd like to have one of...
Hi All,
i am using Stpm32 energy meter board.
i have gone through the data sheet completely.
i want to read and write the register values
i am trying to write 0xABCD...
Dear All,
we have been working on a very small PCB design using nRF52832. Some time ago, in another thread , I asked for an Eagle footprint for an antenna and got the quick...
compiling abc.c...
abc.c(26): error: #5: cannot open source input file "boards.h": No such file or directory
#include "boards.h"
abc.c: 0 warnings, 1 error
which file...
hi,
i am working on example programs. i want to add dfu service to example hrs code.
added ble_dfu, bootloader_util_arm, dfu_app_handler.c files to example ble_hrs code...
Hi everybody
I run SDK v11 - ble_app_keyboard on nRF52-DK and wants to use UART to print log.
When I set NRF_LOG_USES_UART=1 & ENABLE_DEBUG_LOG_SUPPORT in Keil C's define...
Dear Nordic Team,
Thanks for Support.
I am worked DFU service in SDK11 it was working fine. Now i am DFU service work with SDK12 using nrf51422 DK. Initially update...
I am getting an error on a connection via the ble nus service that is causing me to scratch my head. If I suppress the error the connection seems fine and I don't notice any...
Hello,
Is it possible to send as central (and data server) one notification to all connected peripherals at once? Or is it necessary to send notification to every peripheral...
Hi all, in my project I have a input pin and out pin whenever pulse is raised on input pin I need to set out pin exactly after 8.3ms.
For these I'm using ppi by configuring...