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,
I want to create a Thread border router and am following the instructions from the infocenter.
In the hardware requirements, it is mentioned that the image needs...
Hi Team,
We are using the nrf52830 SOC for our application. In data sheet mentioned that it supports AES-128 bit Hardware engines (ECB,CCM, AAR). How to enable and use these...
Hi guys
I am trying to load a firmware to a Minew's nrf51822 Module using a JLink V8 programmer tool. So far , I can see the chip with the Jlink console:
sudo JLinkExe...
Hi all,
We had implemented Nordic QSPI using "nrf_drv_qspi_write" and "nrf_drv_qspi_read" operation , however I am seeing for page to write in flash of 4096 bytes with 512...
Hi,
During our development, we observed that when BLE central and peripheral devices are communicating, then often central device will not receive data from peripheral device...
mcumgr seems to not like the hex files in mfwnrf9160120.zip, and the NRF programmer can't be plugged into anything automated such as CI, and I'm also running into https:/...
Hi!
This is what I'm using:
-SoftDevice S113 v7.0.1
-SDK v17.0.0.0
-SES v4.52c
-nRF52840
I've created a custom buttonless uart bootloader based on the "secure_bootloader_uart...
So with my NRF52840 board I am trying to use the cc310 backend in zephyr. My project did work until I recently tried to upgrade to ncs v 1.3.0 . The issue was that the build...
Hello, guys!
We are currently developing our firmware with nRF9160-DK and nRF Connect SDK v1.3.0. Among the other things, we need to communicate with the ultrasonic sensor...
I am working in nRF52840 chip with SDK 15.3.0 and softdevice s140. I am looking to automate third party BLE peripheral device, this device is designed to connect with smart...
Hi All,
I have integrated DFU service into my application. I am successfully able to use OAD so far. Today I have added a piece of code to my application. So, my binary...
While doing power profiling on Adafruit's nRF52 Arduino port, I have noticed that when using delay(500), the CPU power consumption goes up about 1ms before actually returning...
Hi,
I have a project where I am wirelessly streaming 16bit mic data at fs=50,000. I'm receiving that data on another nRF52840 dev board. I've ensured that the data doesn...
Hello,
I use the nRF24LE1-32 develop a product. It has strict requirements for low power consumption.Now I get 10-20uA current on deep sleep mode referring to the article...
I'm trying to pair my device (nRF82382) to nRF Connect (Dev Kit) and using another Dev Kit as a BLE_Sniffer. I'm trying to establish Pairing with LESC enabled. It's Pairing...