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...
I have a system based on nRF52840 (SDK 15.0.0) where while running the application I can call the below code, and it will then restart in DFU secure mode to do a firmware...
Hi,
I am adding pwm_library code in my code and added the required libraries and drivers.I am getting an error regarding nrf_svc.h file :"nrf_svc.h: No such file or directory...
Hello, I have a problem with SDK16 setting. I have this error : error: 'old_val' undeclared (first use in this function)
I include these files and folders
# Source files...
Hi there,
I have nrf52840 development board and I'm just looking through the pwm_library example code which uses the app_pwm.c.
There, I was wanting to use 16MHz clock...
Hi
I'm using a custom nRF9160 board and faced some problems with that. I updated the latest SDK (fw-nrfconnect-nrf master ) and got some build errors and I don't know what...
I am using nRF52832 DK.
I am trying to print Battery service value in log file ( Client side ).
So where i get this information and how can i print this information in...
I’m looking for setting up an evaluation network considering of 10-14 nodes as data sources that are to send data values on a periodical basis to a data sink mode that will...
Hi everyone,
I am developing application on nRF52832 using SDK 15.3 on SES, windows. I am using secure DFU bootloader for FOTA process.
Scenario 1 : If I don't use DFU...
Hi Team,
After I add the ANT module into my project, I found the fds_gc() will always return error 1( NRF_ERROR_TIMEOUT ) when it has dirty records. If there are no dirty...
Hi,
I am using NRF51822 SDK12; S130 and trying to qualify Batter level service, So far encountred a problem with Test Case: BAS/SR/DES/BV-02-C, the Verdict is INCONCE all...
Hello, I just got the nRF52832 development board and i was playing around with the examples. I was able to connect it with the nRF Connect app on my mobile and desktop. But...
Central info SDK: 15.3 nRF52840
Peripheral info SDK: 13.1 nRF52832
I want to increase the communication speed after connection. I want to know how to set the communication...
Hi,
I'm trying to measure the power consumption of the nRF52840 chip , which runs the "nimble" BLE stack rather than SoftDevice.
However, the nimble BLE stack runs on...