Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
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...