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 want to provision my mesh network of light_switch demo examples form ble_mesh_sdk_2.2.0 using the nrf_mesh android application but when I did scan in the app none...
Hello,
I am using nRF52832 IC with softdevice and SDK v15.
I wish to make the MCU in sleep mode and then a couple of milliseconds (let's say 250ms) wakes up the MCU. For...
Hello,
This is a show stopper! I cannot get any Logging to neither the Segger Debug Terminal nor the JLINK RTT Viewer installed by nRF5x-Command-Line-Tools_9_7_3_Installer...
Hi, Just to say that the nordic devzone website does not work with Vivaldi navigator For example, this link below opens correctly with my opera navigator, while it fails with...
Hello, we are trying to implement PWM function with an incrementing/ decrementing duty cycle using a logarithmic function rather than linear function. Is there any predefined...
Dear Sir,
I wanted to connect the peripheral device to a phone which has highest rssi value(where multiple phones will be sending requests).
For that I have enabled...
in Mesh SDK v2, simple on/off model example, client node doesn't act as a provisioner.
But I still want to combine provision & client in the same device.
Is that just...
Hi all,
I'm reading the ble_peripheral samples of the SDK. I know start a advertising with the function ble_advertising_start();
Now, i know a central address, then i want...
I'm using the PPI to generate a PWM signal on my nRF51822, and I've noticed that TIMER_SHORTS is never triggered unless the timer interrupt is also active. I had originally...
Greetings,
I believe I'm seeing the same issue as this DevZone ticket: https://devzone.nordicsemi.com/f/nordic-q-a/23903/gpio-behaviour-during-power-down-nrf52832/94059#94059...
Hi dear all !
the Question is very simply,
1. What the real RESET VECTOR (isr table) , ROM address for nRF52840 MCU ? I mean what happened each time after MCU CORE reset...
Using a nRF52832-DK and nrfconnect-2.0 on Win 10 everything works well.
But using that with Ubuntu 18.04 requires more installation documentation!
1. it seems, that the...
How many GPIOTE Tasks can I use at the same time. I want to drive six different pins with six different tasks which are connected to three events. Each event generates two...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...