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...
Hi,
I'm using the Home Automation profile of the Zigbee protocol and, in particular, I'm developing the Window Covering Device, present in the SDK "nRF5_SDK_for_Thread_and_Zigbee_v3...
It appears the softdevice gets into a strange state when a BLE connection is lost while transferring data. How does application code reset or reinitialize the softdevice ...
Hello,
On the documentation page for nRF5 SDK for Mesh ( https://www.nordicsemi.com/Software-and-tools/Software/nRF5-SDK-for-Mesh ) it says that only the nRF52832 and nRF52840...
Hello,
I'm seeking some clarification on a few points to determine the performance of the nRF52840 in high density deployments. The current intended soft device is S140...
Hello,
in the current project we use a large array (16kB) in RAM to store data. After a reset we would like to check if the array is not corrupted to continue processing...
Dears,
I'm using nrf52832 with PCA10040 and SDK 16.0.0,I want to make a DFU via uart. So used the firmware provided in the SDK(nRF5_SDK_16.0.0_98a08e2\examples\dfu\secure_dfu_test_images...
Hello,
I would like to evaluate nRF9160 for incoming project.
I have Nordic Thingy:91 with iBasis sim card.
Unfortunately, during configuration it turned out, that...
Hi,
We are using nRF9160 for our application and need to design power supply with battery management IC for it and need to know how much power it will consume with all...
Hi,
I would like to setup my nRF52840-Preview-DK as a central to communicate with a peripheral device via UART over BLE.
Once my peripheral device is connected it writes...
I try to connect NRF9160 dev kit to LTE/NBIOT. But device cannot connect to the LTE/NBIOT network. I am using the at_client example with nRFconnect v3.3.0 LTE link monitor...
I have successfully managed to both provision and configure the simple:_on_of_client.
but i'm having troubles configuring the simple_on_off server. I really have no idea...
Hi folks,
I need of your help. I've developed a new custom board with the nrf52840 CKAA ball assignment and I'm having problems on programming it.
I've developed my...
I am getting errors when initializing the Peer Manager in my code. Here are the items that are unique to my setup:
1) I have a thread which uses fstorage to store a single...
Hi all,
Using the nrf52832 TWI, I am trying to interract with a sensor through I2C.
On the same board, I am successfully able to exchange data with an accelerometer...