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...
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...
I have the nRF5340 PDK dev kit and am building the peripheral_lbs sample code using SES on a Windows 10 laptop. I'm able to build the code successfully, but then I run into...
I can't find any documentation about this and my project depends on it.
Would it be possible to read the power usage in volts or any other value through a bluetooth connection...
Hi Nordics,
I have been trying out the SDK 15.2 DFU using serial / usb serial based on this
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
Modify the channel in the receiving mode, call the "nrf_esb_stop_rx" function in the "nrf_esb_event_handler" function, but what if the "if (m_nrf_esb_mainstate == NRF_ESB_STATE_PRX...
Hey Devs,
Would someone be able to tell me the power draw on the Thingy? How long will the onboard battery (1440 mAh) last on it?
Help is appreciated.
Thanks,...
Hi, I am developing firmware to run on a custom board using the nRF52810-CAAA chip. I need to meet very strict lower power consumption thresholds, and need to very precisely...
We are in development of a wearable ecg medical device. We want to add 4g low power capability. The device is a patch worn by patients 24/7 up to 30 days. Our current requirements...
Hi,
Is it possible to set CONFIG_HEAP_MEM_POOL_SIZE to be more than 16384?
I try to configure CONFIG_HEAP_MEM_POOL_SIZE = 94208 and when the heap allocated until 36830...
I have a device at -35 °C temperature, and sometimes I get the error "BLE_ERROR_INVALID_CONN_HANDLE" when in the ble_evt BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST. I'm using the...
For pairing key passing in ble_app_hrs, i have used the ble_app_gls example but it did not worked.
can anyone help me in how to pass pairing key issuse.
i have a question...
Hi! I am developing a network of temperature and humidity sensors, using nrf52832 and hts221 with the ide ses ... for this, I am using thingy 52 as a peripheral that sends...
Hi,
I have a project with NRF52832 and PCA10040 and SDK 16 and need to use both BLE and UART DFU. I can initialize and use them separately but I don't know how to use them...
Looking at the GPS driver source code, it seems there is no GPS hot start mode. In order to get the hot start working, do I have to modify the driver myself, or is there some...