I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
My device as a slave, if the surrounding environment is not good, the unknown master device connected to my slave device caused the real master device to be unable to scan...
Dear Nordic family,
I tried programming MDBT40 (purchased from Raytac ) with the same code which worked with nRF51822 Bluetooth Low Energy BLE 4 and 2.4GHz Wireless Communication...
I'm trying to implement a simple RTC timer into my project, and it seems like the app_timer module is the best way to do that, especially when using the Softdevice. I added...
Hello,
we are facing the following issue when using Android and trying to rebond with a previously bonded S110 peripheral:
Bonding the Android device with the S110 based...
We are looking to store a unique name and number in each device as it is provisioned from the factory, and are considering using the UICR. We are using something close to...
when i use the ble_adverting_start(BLE_ADV_MODE_FAST) it return error code : 8 it is from then APP_ERROR_CHECK(err_code) it can system abnormal. the error is from sd_ble_gap_adv_start...
I use PCA 10040 as a Central, and PCA 10028 as a peripheral. I want the central to connect and pair and bond with the peripheral.
I use S130 for PCA10028, s132 for PCA10040...
I have an application which uses the S132 softdevice and communicates with a DAC over I2C. The twi is in non-blocking mode. Furthermore, there is a significant delay between...
Hi All,
I'm busy exploring the ble_peripheral_uart example and ran into a couple of issues I don't fully understand. Upon flashing the S140 SoftDevice and application program...
Hello All
I am using Soft device 130 and SDK version 12.2.0 ..i am planing to make SPI camera Interface .
I referring SDK online document..there is no any API for slave...
Hello,
Is there any way to disable the "Enhanced Power Control" feature of the BLE standard? I am working with nRF51-DK in the connection mode and I need fixed transmit...
Hi, I am running the ble_app_uart example from nRF5_SDK_ 14.0.0 _3bcc1f7, and found that NRF_LOG_DEBUG () doesn't cause any log output.
Although I have set #define NRF_LOG_ENABLED...