Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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;...