Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
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...
Hi all,
I've successfully used the examples for:
OTA DFU for nRF51822 in Bluetooth Smart mode.
OTA DFU for nRF24LE01 (2.4 GHz mode only).
But I couldn't...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Dear all,
I am a little confused about erasing data contained in a flash block. In this link the clear example shows that it is possible to clear bytes from a specified...
Dear all,
I have been trying to get the ADC BLE example working, given at github.com/.../nrf51-ADC-examples
I noticed it gave me error with SDK 6.0.0 saying ble_enable_params_t...
I have been working on ANT for a while on battery powered device. Now because cell App is involved in my project. I want to quickly gain some hands on data on BLE power consumption...
Currently, the Bluetooth communication TEST in progress.
I am using the example experimental_ble_app_uart_s110_pca10028
Applications are received by the data nRFUart2...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
I am using two nrf24l01+ at two ends & i am able to communicate between both but its a simplex communiacation means I am transmitting nrf code from A end & B end receives...
After programming a panel of 6 modules embedding nRF51822, I would like to send some data in order to test some features. The basic idea is to validate the modules before...
Hi,
How can I change/add include file path in the new pack SDK.
For eg: I want to port the S110 bootloader to S130. But I am not able to change the include path to the...
I am using LMT84 temperature sensor directly connected to P06 on my nRF24LE1, QFN24. Using the built-in BG reference of 1.2V, I measure temperatures from about -30C up to...
When I call the function sd_ble_gatts_sys_attr_set, the compile error "source\ble.c(142): error: #165: too few arguments in function call" showed in Keil V5. But I found just...
Hi,
I have used the following version for my development
SDK: 6
SD:s110_nrf51822_7.0.0_softdevice
nRF51822 :3.0
Recently we are using nRF51822 3.1 QFACA1 1442AB...
Hi,
I am trying to setup DFU on a PCA10001 board with the following specifications:
softdevice v8.0
bootloader: From SDK v8 examples (bootloader\pca10028\dual_bank_ble_s110...