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...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello,
I am trying to understand the working of BLE Mesh network and have the following question.
Is it possible to make phone as Proxy as well as Provisioner? BLE...
We are planning to build a product based on nRF52811 SoC, which is Bluetooth 5.1 and has AOA and AOD features. Unfortunately, Nordic's hasn't released any new supporting Library...
Hello
my setup is a nrf52840, the sdk15.3, Softdevice s140.
I'm running an application with freertos and wdt and have the openbootloader and s140 also flashed.
- if...
Hi,
I have an application which has 2 services and 3 characteristics. I want to keep the value of characteristics when the characteristic value changed. I tried FDS and...
Hi everyone!
I have recently implemented USB CDC on a custom NRF52840 device with SDK 15.0 and got it to work with Windows, Mac, and Linux OS. However, when I try it on...
Hi Everyone,
I am using nRF52832 with SDK v14.2 and SD v5.0.0 on a custom chip.
I want to advertise 2 custom UUID (DFU and NUS) and i wanted to know the correct way to...
I am getting the below error message when I try to repair the device.
peer_manager_handler: Connection security failed: role: Peripheral, conn_handle: 0x0, procedure: Bonding...
Hello.
After connection establishing i would like to doscover services.
I read here:
https://stackoverflow.com/questions/41434555/onservicesdiscovered-never-called...
I've played with the Generic OnOff Model Server in a mesh network. It seems like the way state of whether the device is on or off is communicated is through an access message...
Hi guys.
I was porting the project from nRF52832 to nRF52810 when I get the following message:
"When using s112, NRF_SDH_BLE_CENTRAL_LINK_COUNT must be 0."
After searching...
This is in continuation to the previous question I asked which is linked here: https://devzone.nordicsemi.com/f/nordic-q-a/52575/making-a-ble-ibeacon-with-gap-gatt-profiles...
Hello,
I have used for my application the reference design of NRF52832.
The connector MURATA MM8130-2600 is used to have the choice between the PCB antenna and an external...
I have refer to this topic for setup multilink with NUS. https://devzone.nordicsemi.com/f/nordic-q-a/18804/mismatch-between-connection-handles-in-ble_nus
But, i met a wrong...
Hi Nordic,
While testing USB CDC example with nRF 15.3.0 in PDK board, I see USB is not recognized. I have gone through the same issue posted in Forum. Is it the issue with...
I have a question about “BLE_HCI_CONN_INTERVAL_UNACCEPTABLE”.
SDK: 15.3.0 Example: ble_app_multirole_lesc (source changed from sample) Device: EYSHJNZWZ (nRF52832)
The...