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...
Hi! I'm trying to work with the beacon kit, but I have some confusion about which type of sdk I can use because with some example that I have found it doesn't work.
Besides...
When i use ble_app_hrs to connect with hrs demo(ble_app_hrs example), everything is ok.But when i connect to a heart rate monitor, it always disconnect.The print information...
I try to stop the advertising by using ble_advertising_start(BLE_ADV_MODE_IDLE) when the advertising is ongoing. It fails.
Please tell me how to stop advertising when the...
I have a problem where a central device (iPad) has to connect to a peripheral (running nrf51822, s110) as quickly as possible, receive data and disconnect again.
Right...
Hi
I would like to implement a radio peripheral in 2.402Ghz frequency which transmits some data, say of 31 bytes in radio which includes all header information abiding BLE...
I have a transmitter that sends 24 bytes of data every 10 ms. Whenever I run the receiver I only get new data once, then nothing. Here's my code
void mirf_config()
{...
hello,
I am testing the android application with nRF 52832 (s 132).
With android-Log, it is supposed that connection can not be done with the following log.
Please give...
Hi
i want to create specific service on ble so that only my mobile app should recognize it and able to connect to it.
i have gone through devzone.nordicsemi.com/.../ ...
Hi, Nordic
I download nRF5_SDK_12.1.0_0d23e2a\examples\dfu\bootloader_secure example, when I use dfu example via android nRF Toolbox, it can work.
Then I build nRF5_SDK_12...
Hi, Nordic
I check bootloader_secure sample for SDK 12.1, in dfu_public_key.c
/* This file was generated with a throwaway private key, that is only inteded for a debug...
Device : nrf51822
Softdevice : S110 v7.0.0
Title says it all. Autoconnect is working fine on my Android phones when nrf51822 is always programmed BLE_GAP_ADV_TYPE_ADV_IND...
Hi,
I tried to program my NRF52 using the arduino IDE using the following instructions on github: github.com/.../arduino-nRF5
Soonafter, I realized I could not program...