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, I have a problem with BLE connection. When I bond to the device and then connect, everything works and connection is stable. When I kill the app and try to connect again...
Hai team,
Iam using ble_app_beacon application in nrF51822 dongle .I want to change tx power for every advertising.
example :let us assume frequency 4 for advertising...
I am trying to perform LESC on two nRF52 central and peripheral without bonding is it possible? and how?
My devices does not have I/O capabilities or have any display....
Most examples, tutorials, and standard BLE service implementations within the SDK (14.1.0) seem to use the BLE SoftDevice's sd_ble_gatts_characteristic_add() when adding a...
Hi,
I know that this question has been asked before but it seems like the answers are pretty old.
I have a need to scan on one channel only to receive advertisements...
Hi,
As mentioned in this post:
devzone.nordicsemi.com/.../
the struct ble_gap_adv_params_t --> ble_gap_adv_ch_mask_t give the option to turn any advertising channel...
I'm calling sd_ble_uuid_decode with the following parameters on a PCA10040 board:
sd_ble_uuid_decode(16, 0x2000F7CC, 0x2000F7DC)
ram base = 0x20003150
vs_uuid_count...
I want to use in my project tft 1.8 display with st7735 controller. I used the standard GFX example from SDK 14.1 and everything is working fine, but the picture is incorrectly...
I have a QFN48 nRF52832, and it's getting hot. I'm looking at it with a thermal camera and there's a hot spot directly under the "N" of the "N52832" that's on the package...
The BLE_NUS_C_EVT_DISCONNECTED of the ble_nus_c_evt_handler() give a conn_handle = BLE_CONN_HANDLE_INVALID . So it's not possible to know which peripheral got disconnected...
Hi everyone !!
I'm a beginner in ble mesh. I'm working with nRF 52840. I'm not being able to figure out how to see log messages. I want to know where will following line...
Is there anywhere I can find some high level documentation on the FDS module? I'm going thru the API documentation but it provides very little insight into how to best setup...
Hi Nordic Devzone,
First i want to make sure that if the clock being used by softdevice is the LFCLK (32kHz) and its counter register is 24bits ? and which prescaler is...
Hi Guys!
I am a newbee to develop a BLE IoT, and I am really trapped:
first of all: I am using the UART example from the SDK (12.2)
I'd like to send a float array with...