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...
Is there a way to know that there is no more data being received via UART?
One solution is, of course, to start a timer every time a byte is received via uart_evt_handler...
I am using read characteristic to read data from from a characteristic. The characteristics range from 2 bytes to 32 bytes in length. The time to read the data using IOS,...
For those of us who were not invited to Norway to try the nRF52 over the next two days....
When and how can we get our hands on a nRF52 development kit?
For example, ble_advdata_set() wants to insert company identifier and a "00" in the last byte of the response packet. Are these required, and if not, how to use the ble_advdata_set...
Hi there,
One quick question about updating Beacon configuration, including UUID, major, and minor. For development, we can use our APP on the phone or Master Control Panel...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I'm currently testing a custom board using BSP_SIMPLE defined in my board header file.
This is failing to build due to undefined BSP_LED_APP_TIMERS_NUMBER.
Appears to...
I have added a power amplifier in nrf51422, but I don't know when I should enable/disable the power amplifier in order to reduce power consumption, i.e. when listen for scanning...
Hi,
I try to compile example application (ble_sdk_app_beacon) and I have error on linking objects.
My include section:
#include <stdbool.h>
#include <stdint.h>
#include...
Hi,
I'm trying to get a modified version of the serial "NUS" service to work encrypted with Android 4.4 (API 19). Everything works fine on iOS, but with Android I get ofter...
hi,there
raspberry can ping6 pca10028, rasberry can receive udp packets from pca10028.
but how can i ping6 pca10028 from pc?
env: pca10028 + csr ble dongle + raspberry...
i'm confused of the relationship of wirepas and ant+,both claim to surpport mesh network and multihop.what's more confusing is that both are promoted by nordic.
I look up...