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 running a nrf52840 dev board as an NCP connected to a RASPBERRY Pi running wpantund.
I have 10 other nrf52840 devices in the network. The PI has LIBCOAP coap-client...
Hi,
Just curious to know if anyone else had this issue and how they solved it.
My colleagues and I are working on code based on the Nordic Uart Service, in SDK13.1.0...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
I am using 3 uarts for my applications using nrf52xx, i want uart without fifo,i configure 3 uarts independently and use the
#define APP_UART_INIT(
P_COMM_PARAMS,
EVT_HANDLER...
Hi Nordic forum.
We wanted to update the bootloader over the air. Initially, we had a very plain bootloader (the one provided in the example) but later we added a timer...
Hello everybody.
Please answer my question.
I repeated the Bluetooth pairing ON → OFF of my smartphone and DK 52
(PCA 10040 + HRM) and checked the connection, I encountered...
Hi
I'm trying to use pstorage to save some info (device name, and user info).
I've found the following links with examples:
infocenter.nordicsemi.com/index.jsp
devzone...
Should these beacons be advertising as bought off-the-shelf? I've got six and was expecting to be able to pick up their advertisements but I'm getting nothing.
In this application, I tried to enter a wrong bonding passkey to test PM_EVT_CONN_SEC_FAILED case. But I found that the program went into this case and after executed "sd_ble_gap_disconnect...
We developed a new BLE hardware product using the Laird BL652 third party module. Our product is based on the latest Softdevice S132 V5.0.0.
Now I'm starting the Bluetooth...
I have problems getting the beacon example in the new mesh SDK v0.10.0 working.
I invoke cmake with this command:
cmake -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf51422_xxAC...
Hi there~. This is Matthew! I saw a thread explaining that the production variants of the nRF52840 will first be available Q4 2017 at this link .
I was planning for BLE...
Hi,
I had a difficult problem.
First, S110 & SDK9
ble_stack_init () is the source.
static void ble_stack_init(void)
{
uint32_t err_code;
// Initialize the...