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
I had a few questions about the nRF52833 SoC.
1. Is there a better way to transfer information through UART rather than using ( printf ) or ( NRF_LOG_INFO ) commands...
I have a similar error as described on https://devzone.nordicsemi.com/f/nordic-q-a/27626/access_model_reliable_publish-returns-nrf_error_invalid_param/109104#109104
I use...
Hi
I build the UartSecureDFU SDK to output a Window's EXE file, it send the upgrading aplication.zip to 52832 successfully in Window 7 System. But If build t he UartSecureDFU...
I have been debugging the TWI master of nRF52832 for a few days now and I have one more problem, which is very weird. For some reason, the master sends only the first read...
I am working with the mesh 4.0 light switch example and had a general question regarding a custom model I created based off the simple on off model.
During configuration...
Hi,
Our application sometimes hits a breakpoint in SoftDevice at either address 0xA60 or (less often) 0xA80.
Based on this post https://devzone.nordicsemi.com/f/nordic...
My question is very similar to this .
I am posting again since it did not seem to be answered.
The error originates from the following:
This happens when I am trying...
IAR IDE can be used to develop and dug the code of nRF52832 . However , IAR IDE can not programme the flash of nRF52832 directly . I need a kind of flash programmer tool ...
Hi all,
I am working with Segger ES on chip nRF52832 with nRF SDK for Mesh v4.0.
I am stuck now at message publication.
I have discovered that my code runs to packet_send...
Hi,
I'm using the nRF52832 with FreeRTOS and SDK 14.2.0 . I took a look at Profiling the Softdevice and FreeRTOS with Segger SystemView and Instrumenting with Segger SystemView...
Hello,
I am using nRF5 SDK v16.0.0 on nRF5232 PCA10040 DK.
I am trying to create an application that will count the number of button presses (GPIOTE events) using a Timer...
Hi.
I'm using nRF52832.
There are some NC pins in my schematics.
How to control them to save current consumption?
Making them output and low is the best solution?
Hello,
Is it possible to configure the board as a peripheral device that provides the Nordic UART Service and allows multiple central devices to connect and exchange data...
Hi Technology, I use the Keil 4 version of the IDE, the chip is Nrf52832.Open examples-code appears this problem, how to solve?
Installation of NRF driver library package...
Hi,
I'm interested in using data signing for authentication since encryption is not wanted. However, I have not found any support for this. Currently I'm using softdevice...