Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
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 want to establish a peer-to-peer communication network between 2 nRF51422, such that both the nRF51422 can Transmit as well as Receive data. Is it possible to achieve...
hi,
as we know, the device need to being linked in 1.28s if Advertising types is BLE_GAP_ADV_TYPE_ADV_DIRECT_IND ,but my host can't link device in 1.28s,so i want to link...
Hi,
I try to evaluate DFU using serial but found difficulty. Seeking help here.
I use PCA10028. First, i falsh S110, v8.0 into it.
Then, compile SDK8.0.0\examples...
Hi all!
I want to allow only 1 device to bond at a time. If another device bonding, I want to delete the previously bonded one.
I tried to use dm_device_delete_all() in...
Hi all,
I'm trying to get TWI working on the nRF51 DK but it's not working.
I used the twi_hw_master_sd.c file so softdevice use should not be a problem.
When I debug...
I am using internal ADC to sample 2 (sometimes 3) channels on about 333Hz frequency.
What I do is:
set channel 1 as input (always two-thirds prescaling, VBG reference...
Hi,
I want to debug nrf51822 beacon using DK.I made the necessary connections between dk and beacon.I managed to flash the beacon using nrfgoStudio , but if I want to do...
I have the following code, it's pretty bare in terms of its functionality:
#include <stdint.h>
extern "C"
{
#include "nrf_delay.h"
}
#include "gazell.h"
#include...
I succeeded to made the BLE DFU example of SDK 8(bootloader\pca10028\dual_bank_ble_s110) with softDevice 8 working on PCA10001.
Now I want to try DFU over UART.
I follow...
Hi,
Sorry if these are silly questions but I've tried some searchings and still cannot figure out the answers for the questions below
What is GATT Server Context...
Hi,
I wrote some code that writes to the flash perfectly when BLE is not enabled but when it is enabled, some of the data are correct while others are either missing or...
Hello folks, I have modified the SPI Master Loop example from the package so that I could communicate with the ADXL 345 accelerometer. I use the "spi_master_send_recv()" function...
Hello,
I'm trying to retrieve data from a nrf51822-based board that supports the BLE NUS sevice (using the ble_nus Library provided for the uart communication example,...
Hello!
I've just started using the nRF51 dongles (currently having 5 of them) and I would like to test the GitHub mesh protocol . Excuse my lack of experience, but I am...