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...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Hi,
On battery powered devices, how is it possible to retain a root key when changing batteries?
The crypto cell has an Always On power domain for retaining device secrets...
Hi guys,
I'm currently using SDK 15.0.0 in Keil MDK and making use of the new NRFX drivers.
Similar to the issue detailed here: https://devzone.nordicsemi.com/f/nordic...
Hi,
In the documentation , you have specified that the nRF Toolbox is supported for mcumgr FOTA.
However, from our tests, it seems that it is not true. Could you please...
Hi,
I'm experimenting with the lwm2m sample on the nRF9160-DK and I enabled the firmware update pull support through a COAP to HTTP proxy :
then simply added :
and the...
Hello peer developers,
This is a general question and dilemma I am dealing with and I wanted to get your opinion.
I am working on a project to implement a short range...
Hi,
Here, i have using two I2C functions EEPROM + SENSOR with nRF52832.
Initially, using ble_app_uart example to read Sensor data using TWIM.
Every minute read Sensor...
I started with ncs/nrf/samples/nrf9160/lte_ble_gateway and have taken parts of ncs/zephyr/samples/subsys/fs/fat_fs to get SD card support
prj.conf
CONFIG_NEWLIB_LIBC...
Here are some of the issues which I am facing in SEGGER Embedded Studio since I updated to nRF Connect SDK v1.3.0:
After I press Debug, Go, a dialogue box opens asking...
I am using NCS 1.3.0. I try to build mcuboot with CONFIG_PM_SINGLE_IMAGE=y and it looks like partition manager is never run. I do not get any partitions.yml output in my build...
The serial_lte_modem sample is heavily broken. Unlike the AT client sample which simply works with PuTTY out of the box, for the serial_lte_modem you need to configure PuTTY...
Hi all:
I am using sdk 16.0.When put system on idle mode call two times sd_app_evt_wait it works well.But I want to save power,so before enter idle mode,but when I call...
Hi despite trying 3 different approaches (even using the Nordic driver lis2dh12 on a blinky-based project and installing Segger Studio to step/debug into the library code...
I wish to send a message from the nRF Cloud terminal to my device that will land in this branch of nrf/applications/asset_tracker/src/main.c.
} else if ((cmd->channel =...
We have a custom radio protocol that manipulates the radio registers directly (on the '32) and I'm evaluating whether or not we can switch to the '33 to use it's angle of...
i have used a example of ble_app_template in ble_peripheral of SDK15.0,when code run in ble_advertising_start,return errcode 8.
i have checked low speed Crystals,it's ok...