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...
I am trying to decide what Nordic solutions would best support the application throughput requirements seen below. Distance requirements are low (1 meter each link).
...
Hi there,
I have nRF52840-Preview-DK eval board. I have downloaded the “SDK 13.1.0”. I was trying out the power management example under the folder “..\nRF5-SDK_copy\nRF5...
The 51822 PS mentions a "Nordic Trace Buffer" but doesn't seem to elaborate. I assume this is similar to the Cortex Micro Trace Buffer? Is there any more documentation available...
Hi I'm looking forward to hear if I could program an nRf51822 QFAA without using the development kit/board. The chip I have currently is a N51822- S4AT, from Wireless Tag...
I recently purchased a Rigado BMD-350 eval board (nrf52832) and am trying to use it for creating a simple ble remote project. I am kind of lost.
As I look through the heart...
I'm testing with pca10028, ASCS(SDK11.0.0) example and iphone.
But pca10028 does not piar after deleting piaring information in iphone.
"[DM]: !!! Bond/key refresh ...
Hi Nordic developers can someone provide me an example for a simple serial application for nrf51822 BLE?
I have tried uploading the application using Arduino ide and blackmagic...
Hi,
I am trying to develop a custom board using NFR52832 which involves writing data to a NAND flash.
To download data from NAND to the pc, a ftdi cable (C232hm) is used...
Hello,
I'm implementing a custom service and followed the tutorial here . I added a second characteristic by adding its own char_b_init function, creating a CHAR_B_UUID...
Once I call sd_ble_gatts_hvx() while ble connection handle is invalid(BLE_CONN_HANDLE_INVALID), I can never update notification value using sd_ble_gatts_hvx() though function...
Hi,
We would like to pass radio certifications and our lab is asking for different tests modes (TX/RX continuous, waves etc ...) regarding BLE and NFC.
Regarding BLE,...
I'm using SDK 12.3 and SoftDevice S130 2.0.1 and trying to secure a BLE link with OOB.
The nordic board is running as a central and makes a new bonding to a peripheral every...