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...
The questions are related to nrf9160:
How much memory space is currently used and free on the Thingy:91, nrf9160?
How much memory would take a complex timing routine...
I'm working nrf52832 , SDK V15.3.0 and S132. I have implemented whitelist in application and its working fine. I need to add one phone as master device so i need to hard coded...
Hello,
I'm using nRF52811 SoC with nRF5_SDK16.0.0 and SoftDevice v7.0.1. I'm using following code to write data into flash. This code is tested with nRF52840 in both debug...
i want to interface the adxl345 accelerometer with the nrf52840 board
i got an code from ADXL375_12C.zip
https://devzone.nordicsemi.com/cfs-file/__key/communityserver...
Hello All,
Is there an explanation why the Pin Configuration Registers are not available for viewing in the Registers view of Segger Embedded Studio?
If there is can someone...
Hello,
We have an nrf9160 dk-pca10090 board.
We want to know if there is a way to make the two processors (nrf52840 and nrf9160) communicate using uart.
Kindly...
Hi everyone
I have a question about zigbee. After reviewing the documentation, I realized that on the nrf52840 chip, you can use zigbee with a frequency of 2.4 GHz. But...
Hi, First of all, appriciate all your hard work on tech supporting, this is my first ask in this forum. I m currently using developing nrf52832 on Zephyr , working on the...
I'm trying to integrate mesh 4.0.0 into an existing project that uses sdk 16.0.0. I'm very close, but I'm getting an error when I try to run mesh_stack_start()
I traced...
HI everyone,
I am currently facing an issue when using nrfjprog to flash my nrf52832-based custom board using nrfjprog.
Here is the steps I followed:
- Creating application...
Hi,
I have recently been evaluating the nRF52840 for the research purpose. I came across a question related to this product that I could not figure it out myself.
I noticed...
Hi Nordic
Is there any sniffer can sniffing ANT traffic?
I just trying 52840DK and nrf-sniffer-3.0, and read user guide, it seems to sniffer BLE packets only.
Regards...
Hello Supports,
I downloaded the SUPL package, and extracted it to nrf/ext/lib/bin/supl/.
For enable it in gps example, I set CONFIG_SUPL_CLIENT_LIB to y in prj.conf...
I have borrowed a snippet from github nordic repository for doing a single Vdd voltage sampling. I lifted the code and installed it directly into my app. It appears to hang...
address = 0xe7 0xe7 0xe7(3bytes),
dataLength=0x01(8bit),
S1>>PID=0x01(2bit);NO_ACK=0x00(1bit);
How to calculate CRC, I need software calculation, not hardware processing...