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,
I recently completed a project that acquired data from an ANT+ sensor via the ANTUSB-m device. In order to develop the application further I purchased the nRF51 Dongle...
A general question, not really related to Nordic, but...
I have seen several references to BT 4.0 headphones. I was under the impression that BT 4.0 didn't have a profile...
I am trying to disable rx after starting data transmission, is there any way to do this for ble projects, and is there any advantages in terms of lower power consumption?
txidle.png
In the attachment there is a method to reduce delay while transmissiom. Do you think this can help lower the power consumption? If so how can we do this using...
Hi,
In pstorage.c, function uint32_t pstorage_init(void), there a call to sd_flash_page_erase (line 846):
// Erase swap region in case it is dirty.
retval = sd_flash_page_erase...
Hello,
I'm curious about how to deploy my application to multiple nRF51 Dongles at the same time while I am developing. I have the same application / hex file running on...
Hi,
I'm trying to connect my nRF51822 PCA100001 development board to a ARM M3 processor via the SPI. In this case the ARM M3 is the SPI master and the nRF51822 is the SPI...
Hi,
I am having a nRF51 DK(PCA10028) development kit. I am trying to run blinky example on this development kit using Eclipse+GCC environment. I am following nAN-29 application...
Hi, I'm trying to locate the Softdevice whitepaper (nWP-20), the S210 softdevice specification makes reference to it, but I can't seem to locate it anywhere on the nordic...
Hello Everyone ,
I want to use pstorage for my project.i get the example code from here
devzone.nordicsemi.com/.../
and its working properly(i.e read and write operation...
I am using nrf51822, after establishing connection between master and slave, circuit needs only tx antenna, is there any way to put rx in sleep mode for ble application? During...
I have some nRF51822 MBED kits and I want to use them for BLE for both peripheral and central roles. I understand that this is possible with the S130 SD and the Nordic SDK...
Hi, this question could be ridiculous question due to my lack of data structure knowledge.
As you see in the HID keyboard example (SDK 7.2), there are several buffers....