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...
hii...
am using nrf tool box app in my iphone. i have tried to use dfu feature.i flashed softdevice and bootloader hex file to he evaluation board and in i phone app i...
In the "NRF51 Series Reference Manual" (v3.0) it states:
The LPCOMP shares registers and other resources with peripherals that have the same ID as the LPCOMP.
You must...
I have a timer that wakes up every 20ms to read twi.
Unfortunately it takes 4.4mA for the CPU to execute code from flash.
I would like to reduced the current consumption...
I am develop in Android BLE , I have no idea about Auto reconnect to BLE device in android when it is in range and starts advertising
I have reference the Android BLE Connect...
Hi,
is it possible to use Nordic SDK with nRF51822 to have capacitive touch sensing with 2 dsital inputs, just as the mbed or avr library capsense?
MBED: developer.mbed...
I have a setting where I want to disable a GPIO assigned to app_button. I can use the app_button_disable() function which works well for all the underlying sensing on the...
I've got a custom board here, the debugger is reporting that HFCLKSTAT is 0x00010000. Which I think is translating as using the RC oscillator rather than the external crystal...
What I'm using: PCA10028 (nRF51422), SDK 7, Keil uVision 5, moving SD S110 v7.1 to SD 310 V2
I used the ble_app_lbs project as a template. Being a newbie to both BLE and...
Thank you very much for your answer!
Now I have another question,I'd like to convert the acceleration sensor (MMA8451) acquistion of data via bluetooth to the phone,I don...
I'm stuck in the Puck Central Tutorial, I have the zip from GitHub but can't seem to get any project to open.
Completed OK:
I completed the Puck Toolchain and Location...
I am right that:
a) once started the watchdog, it is not possible to stop the watchdog from the application
b) once started the watchdog, it is not possible to reconfigure...
I have successfully gotten the DFU to work on the NRF51422 S310V2.2 softdevice. I can download blinky app via the nRF Toolbox DFU application and all works great, but when...
Hi.
I am new to this forum, and can be described as a programmer with very little embedded experience.
I have bought a nRF51822 BT SMART BEACON KIT, and are trying to...