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,
I would like to evaluate the long range demo with the 15.2 SDK (original 15.0 is used). Opening the project and trying to compile it gives some errors like "no such...
Hi support team,
I have found that RESN and RESP are typically 160 ohms, customer would like to know their stability and temperature coefficient.
Regards
Salas
HI,
Version: SDK15.3,ble_app_template,custom board with nrf52832
I'm trying to change my device name by writing data from bluetooth
when getting 0xdd 0x06 ........,it...
Hi What is the minimum clock frequency that the TWIS module will work with? Obviously the I2C spec minimum is about 100kHz however the device I am communicating with is using...
Hi,
Is it possible to use the modem firmware mfw_nrf9160_1.1.1 (delivered with nRF Connect SDK 1.2) with nRF Connect SDK 1.1?
We will move to nRF Connect SDK 1.2, but...
Hello, we are integrating a BLE board (nrf52832) into our system, and the ble_app_uart example project is perfect for us, so we are starting with that.
What we are seeing...
After reading some questions about the Thingy:91 here in the forum, I start asking myself, if the Thingy:91 without a nRF9160 DK is usable at all.
Any experience with that...
Hi, I'm working on a design with nRF52832 + chip antenna. I'd like to add a PI network to be able to tune the antenna before production.
I'm working with this antenna:...
OK, I have an app that succeeds in starting advertising and then arrives in the main event loop, following which I go to the NRF_BREAKPOINT_COND trap.
Since I do not have...
hi,
I am using Running Speed and Cadence Service structure, when i raise a write command (bt_gatt_write) from the client I was expecting a BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
OK, so I have figured out that I can put some of my advertising content into the scan response if there is no room in the advertising packet, but what do I do if there is...
I just bought the nordic thingy91 and managed to connect it to the cloud. but since then the device doesnt appear to come on at all? I thought the battery has died but when...
My application is using multiple features such as BLE UART, Proximity and TWI.
I've two twi sensors triggered when needed. and one of them generate an int to wake up the...
I discovered a bug in nrf_ble_scan_uuid_filter_add. The "Check for duplicated filter" code does not only a partial comparison on the p_uuid_filter with the p_uuid data object...