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
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Hello I am now trying to implement an active NFC Tag using nRF52832. But I don't know what that example project is. Can you point to a command or example source that performs...
Hi,
nrf-sdk: 1.3
Firmware: 1.2.1
Using offloaded sockets(secrets at the modem side)
My use-case is this: Provision PSK and identity to device at the factory for DTLS...
Hello,
do you have any method, example or other documentation to recommend to me in view of implementing the storage into non-volatile data with our thingy91 ?
we use...
Hi team,
Is it possible to route the low frequency clock inside the nRF9160 to an external device? If not, then the only option is to generate the clock using the timer...
Hi,
We use the nRF radio timeslot API to take control over the radio and other peripherals periodically. We have noticed that when the timeslot is active (we own the peripherals...
I tried to use the Bosch BSEC library for the Asset Tracker application for nRF9160.
It seems that the Asset Tracker was build for BSEC 1.4.7.4 which is unfortunately no...
I develop a test fixture based on nrf51 code that I use for final product.
NRF51 is just a part of a complex test fixture, then I have just "one" test fixture model.
I...
Does m_xfer_done need to be set to false before calling nrf_drv_twi_rx? If so, does while (m_xfer_done == false); loop need to be called on every read?
I'm developing a Bluetooth mesh device on a Window 10 machine using Segger Embedded Studio v4.52c on a nRF52832 chip using SDK16.0.0, Mesh SDK 4.1.0 and FreeRTOS.
in the...
Dear all.
I just got nRF52 DK and testing blinky based on KEIL and it works well.
I tried one test, IF BOOT/Reset, and nRF52 PDK is not working after below sequence. ...
Would it be possible at all to add a preset text string to the current advertising data, in an advertising-only module configuration, by changing the logical input of one...
Hi,
I've upgraded my SDK from 15.2 to 17.
After upgrading - I can't connect my device via NFC - it keeps disconnect with NRF_ERROR_RESOURCES .
I've tried to increase...
Hi
My goal is to create a USB HCI firmware that works on any custom board that exposes the USB port of a nRF52840. Based on the requirement for USB HCI it was clear to use...