Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hello,
We developed a few devices using the nRF51822 and noticed that the receiving range is reduced significantly from our nRF24L01 devices. The transmission range is good...
Hello,
I'm trying to measure the current profile with the PPK (HW Rev:1.1.0, SW: 1.1.0) but I see a lot of strange behaviors.
My firmware initializes everything and the...
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...