Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hello,
I tried to do DFU using MCP 3.10.0.14 and I'm getting the error:
"Error during firmware upload. Timeout while waiting for response for START DFU"
How do I increase...
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...