before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
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...
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...