I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Hello!
I have been working recently with the PCA20006 Beacon board. The example we have tested is the ble_app_beacon that allow us to change the UUID/Major/Minor and go...
This may be a stupid question, but...
What value is BLE_GATTS_ATTR_LENS_MAX
Its mentioned a lot in the SDK, but I can't actually find a value for it actually defined...
I would like to know how to add Service Change UUID: 0x2A05 Properties: INDICATE Descriptors Client Characteristic Config UUID: 0x2902 to Generic Attribute of Nordic_HRM....
Hi - I am trying to send a signed 16bit Integer from nRF52 to iOS. Using the following characteristic reader from Nordic in the nRF Toolbox on Github (here) .
static func...
Hi there:
I found a strange phonomenon about consumption betweeen advtisement and gpio17 of 51822.
When I start ble adv while setting gpio17 to input disconnected mode with...
Hi, possibly a bit of a stupid question but here we go:
I'm developing a prototype system, which includes my own design of sensor modules that transmit their data via nrf24l01...
Hi, Nordic
I know when I program one BLE app, softdevice should be needed.
If I program esb/gazell app, softdevice is not needed.
I want to know, when I program one...
Hi, Nordic
I want to add BLE DFU service in my own app, so that the nRF52 can operate BLE DFU.
I only modify 2 places:
static void services_init(void) --> init ble_dfu_init_t...
Hi,Nordic
I am working for BLE_DFU, on SDK 12.1 and SoftDevice s132.
I checked, I should add below code in ble_dfu.c
char_md.char_props.write = 1;
Then I added...
Hi, Nordic
I check SDK13.0 bootloader_secure sample, it do not work
nrfjprog download bootloader_secure
use nRF Connect app in Android mobile phone to...
Howdy!
I have to admit that after about 2 weekes of fight i finally made some progress with NRF51. Afterall i can upload my own program to chip so it changes leds on NRF51...
I get an error when trying to pair to a peripheral in nRF connect v1.0 on Linux.
I have two nRF-DK v1.1.0 (pca10040), one is the adapter that is connected to nRF Connect...
After flashing softdevice, the ble_advertising_evt_handler_t doesn't get called, only after flashing the program for the 4th time.
/**@brief Function for initializing advertising...
When I connect the nordic ID stix to my android tablet using the micro-USB to USB cable, the nordic ID stix doesn't appear green light on it. Is it need to install any driver...