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...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi, I am trying to determine if there is an error in the generated code or if I am not performing the actions correctly. I am trying to Update Characteristic User Description...
Hello,
when a bootloader wants to update the softdevice, I think it has to first store the SD binary somewhere in flash memory and then to use sd_mbr_command to ask the...
I'm trying to debug the Experimental IEEE 802.15.4 example on a nRF52840-Preview DK Board PC10056 with IAR Embedded Workbench ARM 7.70. Compiling and linking the project is...
I am working on nRF51422 with SDK 12.3.0, S130 v2.0.1, Keil C.
I got a problem in initialization my custom service. When I add some characteristic to SoftDevice, it returns...
I have asked about this before .
But after working more on the project, it seems the solution i found before actually didn't solve the problem.
Hence I am asking again....
On 52832, SDK V14.0.0, SD132-5.0
I tried to set NRF_SDH_BLE_GATT_MAX_MTU_SIZE to 247, as from dev-doc i saw that SD132 supports BLE V4.2 DLE.
However it returns:
...
I would like to know how to create a prompt that asks for a PIN before a user gets access to pairing to a BLE peripheral. Currently I'm using a CurieBot and once it's found...
Hello.
Using nrf51_8.0.0_API, I'm experiencing the function sd_flash_write returning the value NRF_ERROR_INTERNAL. As documented in nrf_soc.h, this error code can never...
Hi,
I'm working on app based on ATT_MTU Throughput Example from SDK 13.1, but I added Thread support and now working with Thread SDK 0.10.0. I have a problem with advertising...
I have a hard time understanding precisely what an Element is and how it differentiates from a Model when talking Bluetooth Mesh.
The only definition can seem to find of...
Is there any way to detect / prevent the use of range extenders?
When using a central & server with low TX power, the range is say 10m.
Now an attacker can use a relay...
Hi all,
I have been using Nordic chip-sets for a while mainly for BLE applications. I am now developing a simple lighting product based on Nordic nrf51 family chip-set where...
hello!
i am working with the component nrf52840 v0.5.1 and i need development a thermal profile according with the datasheet of the component nrf52840 v0.5.1
could you...
I'm using op-amp(LM358), condenser microphone and PCA 10028.
My project collect output values of op-amp and broadcast that.
But, noise was occurred while it is advertising...
I'm using the ble_app_multilink_central example app.
In the pca10400.h I changed #define BUTTON_PULL to NRF_GPIO_PIN_PULLDOWN.
The problem is that the first pin interrupt...