Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
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;...
Hi,
I had done secure OTA in nRF51 DK board using SDK 12.2.0 and s130 2.0.1 softdevice. Now, i am trying to same thing with my custom Board RL-51822-A1.
For that first...
I cloned the demo project inside the Keil MDK5, from the following path:
pack installer
device = "nRF51822_xxAC"
examples = "uart_pca10028, UART_Example_Application...
Hi,
I want to use the nRF BLE Sniffer to detect wether a connection (between my fitness tracker and smart phone) is present or not.
I am able to get the advertisement...
hi,
I am struggling to create custom service to send the simple message to the client device where both devices are nRF52832 (Server and client). when I receive the message...
I have 2 of the nRF51 Dev. kits and have been ble to run Blinky, BLE_UART and set up the 2 dev kits so that I can send data from one DK to the other and to an external board...
Hi,
I tried to flash the mbed FOTA bootloader on my nrf51 DK. I copied the bin file to the bootloader device. It said the storage on the device is to small. Now it won...