I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi,
As has been mentioned many times, the DIF on both the nRF51 and nRF52 consumes quite a bit of current. In the past, on the nRF51, I've relied on power cycling both chipsets...
Hello,
I would like to make changes in ble_app_uart_c example for connecting to a custom peripheral.
Service Uuid of my peripheral is as follows : 99aa0001-d0e3-44ce-a306...
Our homeowners association has a gate which opens when a transmitter in the car is pushed. I would like to add a BLE device to the gate which would trigger the gate to open...
Hello all,
So.... i'm quite green to the Nordic and Bluetooth protocol.
i want to program NRF51422.
what i have now it the Nordic test board and a spi-canbus print. this...
With custom hardware and softdevice flashed on board (using BDM_350) when I try to debug I get and error: with () at 0xfffffff9
It appears to come from address 0x3a2
...
I currently have a Braveridge device which uses an advertising rate of 50 Hz (connection interval is 20ms)
CONNECTABLE_ADV_INTERVAL is set to 0x0020
sd_ble_gap_adv_start...
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...