Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
There are apparently only 3 S120 examples available, and one of them is a peripheral example, which can be done with the S110, so really there are only two examples. This...
Hi,
I tried to run example: ble_app_multilink_central_s120_pca10028 but application goes to HardFault_Handler when it reaches sd_app_evt_wait() (in power_manage() function...
I have an I2C device that has an bidirectional interrupt pin.
This pin is pulled high externally with a weak pullup. When an event occurs on the device it pulls this pin...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
Hi,
i started writing a BLE application with the nRF51822 but i seam to have some trouble understanding BLE/S110. My application will consist of a button and an actor connected...
Hi there,
It states in the bill of materials for the QFAA RF PCB design of the nRF51822 that the 0402 model capactior is to be used. After using this capacitor package...
I'm using nRF51822-EK and running Keil compiler on XP within VirtualBox in a Linux Mint-14 host. I can't get the UART properly working through Segger J-LINK. It shows up all...
Hello Nordic Semi,
After being in production of a battery powered remote control for over a year now, we have found many batteries going flat in the field. I have been...
In my test, with the same configuration, ANTWARE II always searches much faster than nRF51422 software.
For example. I have Master channel and Slave channel set up at 4Hz...
The test code:
#include "nrf51.h"
int main(void) {
NRF_CLOCK->LFCLKSRC = 0UL; // Internal 32kHz RC
// Start the 32 kHz clock, and wait for the start up to complete...
Hi,
I have downloaded "mastercontrolpanel.3.7.1.8567.x86.msi" and try to install on windows xp of my intel core2 laptap. But it failed with prompt like "not a valid windows...
This question devzone.nordicsemi.com/.../ reports the fact that the driver cannot be used twice without manually pin reseting teh BLE dongle.
But there is another problem...
Hi Team,
I am using nRF51 DK as packet sniffer to sniff packets between Mobile and other device.
Why it captures only advertising related packets?
After successful connection...
Hi there,
If I try to store a global variable in flash I can't store it. But when I declare this variable in the main function I can store it in flash. Can someone tell...