Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi. I am haveing trouble with the SD looseing connection to phone/ipad when I enable a power converter placed closed by. When I sniff the communication with the phone I can...
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...