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...
Hello all,
i am trying to make working the ble bootloader from SDK 6.1 with SoftDevice 7.0.0 and gcc setup (pure Eclipse gcc project frome here devzone.nordicsemi.com/.....
Hi,
I need to develop a BLE service for file transfer between iphone and my device. I chose BLE because the files are very small in size, and as BLE does not need authentication...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
I have been using the MCP along with the provided dongle to access a custom BLE service. I would like to build a custom windows 7 application around the BLE service and move...
The below source is mine.
ble_app_beacon.zip
I know that it is possible to display the information in the manufacturer data or service data.
I chose which manufacturer...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
I am trying to write my firmware in mbed instead of microvision. I have my own custom PCB w/ the nRF51822 and use SPI with different GPIO pins than the standard ones.
My...
On the following code I have a packet of 6 bytes that I write to a buffer. I pass the buffer as read_packet function argument. When optimized, the code doesn't work. I only...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
hi, nordic staff.
i'm working with s120 v1.0.0. and i recognize that the transmission and receive buffer is only one for every connection(up to 8 simultaneous connection...
First, I flash the softdevice, then I flash the bootloader, then I use a smartphone app to upload an application to the device via BLE.
but, The first operation only. When...
Hello Nordics.
I developed a device that display a navigation information using s110 (nRF51822)
My device receive the road information by an application.
But, when...