This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...