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...
Hi all, I am working with NRF52840 and Open Thread SDK V3.1. Everything is normal.
But now, I want to run open thread example in SDK with NRF52811. T o reduce product costs...
Dear every one
I have a project with nRF52832 dev kit. I want it sleep (mode on) and wake up every 2 minute. When it wake up, it broadcast BLE and if it sleep it not broadcast...
I have a custom PCB that I designed for use with the nRF52811. I have tried to connect to it using the nRF Connect Programmer to program a Soft Device but I am unable to connect...
dear folks,
I bougth my dev kit last week from digikey. I tried the asset tacker demo out of the box without success. I tried nearly everything. Updated the modem to v1...
Hi,
Is it possible to use RTC for timekeeping along with app_timer functionality?
For example, I want to use simple RTC counter register and overflow interrupt to provide...
We are using ble app uart example in gcc. The uart event handler is not responding on APP_UART_DATA_READY. When it was build on keil it is working, but due to necessity we...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi guys,
I want to use a smartphone as a poller and the NRF52832 as a tag device. I use typical, high-rated apps desired for sending and receiving data by NFC. I tried the...
Hello, this is my first post on DevZone:-) I'm working with DWM1001-DEV board. I know that this board contains an nRF52832. I'm configuring the SAADC to measure the battery...
Hi
When I use the SDK 15.2.0 & Mesh 3.10.
This light_switch example of advertising bearer(Mesh Profile 3.3.1) default to using the channel 37.
So,I try to change the...
Hello , I started a new project with bluetooth mesh for which I am using Nordic development kits for testing. Nordic offers a provisioning application for the mesh network...
The download for the latest nRF Connect linux client (3.1.0) is linked to the wrong file.
The correct download link is available on the github releases page: https://github...
Hi,
I want to sample ADC signals and send data when requested via BLE or UART. I set a timer that triggers every 100 ms and gets ADC data. To store the data, I would like...
Hi. I'm using nRF52832, SDK13.0.0.
I need to use ECDH curve25519.
I just realized that Oberon has 25519.
There is Oneron library in ble_app_eddystone example.
I think...