I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
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
The BLE module operates in 2.4 GHz spectrum with 3 advertising channels & 37 data channels . Why advertising require 3 channels ? is it possible to make it to one channel...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
Hi,
First, I understand this are Android questions, but I want to appeal to this very knowledgeable community ;)
I have a BLE application using nrf51822 with SD 110...
int lbs
Hi,everyone,we change the uuid to
#define LBS_UUID_SERVICE 0x2101
#define LBS_UUID_LED_CHAR 0x3A01
#define LBS_UUID_BUTTON_CHAR 0x3A02
in nrf51-ble-app-lbs...
I am writing a custom Service. I need to catch when a Client tries to Read certain characteristics or Write to other characteristics. What is the best practice for Authorizing...
Hello support team,
If a message is received while the timer0 is running and the radio interrupt is enabled, the Radio interrupt hits and disables the timer interrupt....
Hi,
I have a simple application that requires command-response, and notifications interaction between an Android App and an embedded device.
The communication is bidirectional...
Hello,
I wonder how an ANT client should / would / could receive burst data. From what I'm read from the documentation, I guess that the received data will be passed to the...
Hi (I'm new at this, sorry for my question)
About Gazell & Pipe (nRF24LE1)
What is the utility of 6 or 8 pipe, whether only has 3 RX_FIFO for working simultaneous?
Can...
Hi All
I am trying to verify UART on one of our custom boards having nrf51822.
We have only one uart which we are using to forward the data received over BLE.
I am...
I use the demo : ble_app_proximity
to connect with android app
In android use this :
mBluetoothGatt = device.connectGatt(mContext, true, mGattCallback);
to set the reconnect...
Hi,
I'm checking out the new nrf51_sdk_v6_0_0_43681 for S110-SD-v7
Is there a revision-history available for the src files within the new SDK package?
For example...