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...
Hi, i'm using nRF52840
I'm using 2 uarts :
one (uart0) is only for logging and another one (uart1) is for communication.
I can send from both uart, i can see i receive...
Hi
I sometimes get stuck in the zb_nrf52840_abort but the stack trace seams to be strange, its only containing two levels, Am I missing something or is there a better way...
Hello,
I have inherited a Thingy:52 project which was using some old versions of SDKs. Now I am trying to port it to a newer version in order to make it compatible with...
In nRF5_SDK_15.3.0 some undefined reference error reported when using nrf_drv_clock module (example: undefined reference to `nrf_drv_clock_hfclk_release)
The problem is...
Hi,
Is it possible to update the modem firmware once the product is on the field? I'm not talking about the application hosted on the M33, but the actual modem firmware...
Hi,
I'm testing pca10059 usb dongle with pc-ble-driver (not nrf-connect-pc)
I need 2M phy because of throughput.
latest pc-ble-driver support nrf52840 with softdevice...
HI,
i'm using SDK 15.2.0 and MESH SDK 3.1.0.
my program using the uart to get data from a sensor and sending it over the mesh network.
now i'm trying to write to the...
Hi.
I'm using
An nRF52832 DK
SDK 15.3.0
Segger IDE
The soft device is S112
JLinkRTTViewer for debug
I'm using the ble_app_proximity as my starting point and...
Hi Nordic;
I am using ble_app_uart_c example to scan data with BLE_GAP_EVT_ADV_REPORT. So now i have to send this information to Arduino Uno how it would be possible?
...
Dear all,
I need to read out the voltage of the battery that supplies my nrf52. From what I have read I see that there are 2 options: LPCOMP and ADC.
Due to restrictions...
Hi,
I am currently using SEGGER Embedded Studio version 4.12, nRF5 SDK version 15.2.0, nRF5 SDK for Mesh version 3.1.0, Hardware BMD-300 Evaluation Board.
i using the...
Hello,
I am using the latest nRF Connect App on my Android Smartphone. After bonding with my device, the devices appears in the bonded list. Everything good so far.
...
Please Help,
When I'm trying to test the network on the RTT I found error msg: "publication is not configured for client[0]"
how can I solve this problem?
Hi,
I'm working on a project where I need for some reason to create a "system" static lib.
What I mean by "system" is a lib where all nrf_driver, startup file, etc are...
Hi ,I'm now using the nrf52840-dk(SDK 15.3.0, Keil C) testing the mpu925X series data, but I am using the sample based on sdk14.2.0,their our lots of errors when buiding the...