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 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...
Hi,
No matter what I adjust, I can't get the PPK to output over 2.2V. I happen to be using an older nRF52 preview DK (figured it'd be a good use for that board now that it...
tl;dr: UART transmission sometimes stops and never resumes. Only a
power cycle resolves the issue; a system reset is not sufficient. The
problem only occurs when flow control...
Hello,
as far as I have gathered, it is possible to use multiple peripherals on one device with the current alpha release of the S132 Softdevice. What I did not understand...
Hello,
today I had a problem where a timer was causing my device to reset after a while, because the app scheduler queue got full and it was raising an NRF_ERROR_NO_MEM...
Hi!
I am playing with NRF cloud and Android phone gateway. I am not able to find out how to carry out firmware update over NRF cloud. Would you please shed some light?...
I am developing an application with a single service that has a single characteristic with read and write operations.
I want to give the ability to writing to this characteristic...
Hello,
I am working on a project with STM32 master and nRF51822 slave connecting to Android/iOS mobile apps.
I send the advertising parameters from STM32 to my nRF51822...
Hi,
I am new to firmware engineering. I have a simple and basic question.
If there's Timer A and B, and both interval is 100ms, what happens to the timeout handler functions...
I want to add some configuration files to nrf52, so can I write data in flash and read when I want.......I have the example code of twi master_twi slave but it engages the...
I have followed the instructions for sniffing ble packets with wireshark. Errors would occur when using 2.2.5 so I switched to the latest development version. See this question...
Hi, I am developer of indoor location tracking solutions for asset tracking applications, actively looking out for new technologies, i would like to understand what are the...
Normally I am using nrf51 for peripheral(sdk 8.0.0 s110) and central(sdk10.0.0 s130) device. But I want to use nrf52 for just central device. I tried nrf52 for central(with...
Hello All
Currently i am using nRF51422-DK (PCA10028) Board .I am planing make mesh network using nRF51 devices.i go through the mesh network introduction document which...
Hi,
I'm trying to set a button as an interrupt source. I wrote this code:
void Init(void){
pwrmng_MainStatus = PWRMNG_STS_STARTUP;
//LED
#ifdef DEBUG_LED
nrf_gpio_cfg_output...
I want to read the status of LFCLK,but I find that ,the value I have readed is awayls zero! my code is follow :
LFCLK_State = ((NRF_CLOCK->LFCLKSTAT) >> 16) & 0x00000001;...