Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
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...
hello there i am trying to interface adxl345 with nrf51822. my code is like
#define ADXL345_ADDR 0x53U
#define ADXL345_ADDR_WR 0xA6U
#define ADXL345_ADDR_RD 0xA7U
#define...
I am trying to modify s130 experimental app example so that my board could connect to any peripheral and discover all of its services. As peripheral I use "ble_app_multilink...
What's the mechanism of getting data from the SoftDevice?
-We store our parameters in the stack and call SVC func which passes it to the handler mode and does some magic...
Hello!
I'm able to create a whitelist and connect to previously bounded peripherals. I noticed the whitelist is volatile (when I turn off the power, whitelist is lost)...
i make nrf51 dk device into bootloader and then i copy file now when i connect it in normal mode . comouter can't detect nrf51 dk kit. but it work in bootloader mode. can...
Hello,
I am porting a blinky program to my custom board having nRF51822. The program is compiled under Eclipse (+ GCC) and is downloaded to the board via J-Link Lite. But...
Hello, Nordic!
In our entertainment project, nrf51 based devices exclusively utilizes either central or periph. role. All of them are headless (body mounted markers, etc...
Hello,
We are currently working on IoT based application.
Our system contains Two types of configuration, Master node and slave nodes. Now all nodes have sensors interfaced...
Is it possible to send any kind of message, etc. from a board using nRF8001 to an iPad with no BT app running to tell the iPad user to initiate a connection?
Thanks,
...
We are using 51822 through I2C to get G-sensor buffer, every 560ms ( sample every 20ms, buffer for 28), then execute for step counter calculation, which should not consume...
Hello! Sorry for my English)
My situation is next: I have a custom PCB with nRF51822 on it. And radio control application works fine on this PCB. I don't know which of...
Hi everybody, i want to read NFC tags and send them via BLE to iOS app. How can i do that? Can i work with nRF51822 and Elechouse NFC R/W ? www.elechouse.com/.../index.ph...
I'm using SDK 9, I flashed the softdevice 8.00
I compiled the project located in \SDK_9.0.0\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5_no_packs
I flashed...