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:
...
Hi Nordic Team,
I have designed an module with nRF51822QFAA, and took the reference of nRF51822 Dev-Kit for PCB antenna.
But i was not able to get the performace details...
Hello.
I need to count impulses going to nrf51822 in low power mode. I use the following code to configure GPIOTE and PPI to toggle counter and it works well:
#define...
Hi
I'm having some trouble with the read authorization giving me weird reply values.
In my application, I'm using a custom service called "Light Control" consisting...
Hello, I have inherited a (good) project in which the previous designer implemented a checksum using a value calculated from this:
char* pMemory = 0;
return crc16_ccitt...
If I want to recognize the specific beacon device in the smartphone app, how to read a specific uuid as major, minor beacon in the application?
I know the uuid with a unique...
Hello Everyone,
I want firmware revision to be added in advertisement packet how can i do it . is it ok to add it to manufacturer data or it is nordic proprietary .
...
I want to displayed Service and Info of Beacon. in App(Master Control Panel)
Now, State of my source is only Service displays.
What can I do to fix it? How do I fix...
HI, I have test mbed compiler with NRF51-DK ( I don't like Kail)
so I don't find tutorial or example for test BLE comunication
In particular, after install the new firmware...
Hello, I have 2 nRF51 DK PCA10028 models with 2 nRF51 DONGLE's.
First off, I am a student that is very interested in programming but teachers here can not teach me due...
hi,
Our customer find BLE's app_timer emerge a deviation when use the BLE's app_timer. the customer is developing bracelet product , their programs with two app_timer,...
Silly question, but I don't seem to be able to add a firmware-update .zip to the DFU 'sub-app' in the nRF Toolbox iOS app.
nRF Toolbox version 1.7
iOS Device: iPhone...
Hi Team,
In Generic Access I want to change properties for "Device Name". Is it possible?
I want to remove Generic Attribute Service(0x1800). Is it possible?
I am...
We have a BLE peripheral that has a button interface and nothing else. We would like to add some security so only certain smartphones can send/receive commands from it. An...