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 need to stream data from NUS UART Central Device to one peripheral, but the device always disconnects while trying to send second set of data. So I changed the write_req...
Dear
I have changed light_switch server example of " nrf5_SDK_for_Mesh_v4.0.0_src" from PCA10056 to PCA10059. All function of the code works well except button.
For button...
Morning. I have a Fanstel840F module. I use attached example sketch. I flash nrf52DK with this sketch, it works fine. I can scan with NRF PC and Mobile software, and see smartTag1003...
Hi,
May i know any software utility suggestion to debug the USB data (200 bytes data) communication from device to host and vice versa for nRF52840.
Similar USB sniffer...
I think there is a bug in the west tool. If only one -Dxxxx=”xx.h" parameter in the command-line, the quotes will be filtered. So update the "nrfxlib\nrf_security\src\mbedtls...
Hello, everyone!
I am using nRF52DK and SDK v17, and I am dealing with the example of ble_app_uart.
Using this example, I am testing how buttons control BLE scanning...
Hello. I am trying to implement a application jump from my normal firmware located at memory 0x19000 per recommendations based on the soft device used (s112) to a different...
Hello,
I am working on the nrf9160 board using cloud client sample. The connection to AWS and the boards loses after running for a while. When I reset the board it connects...
Hi,
I'm super rookie on BLE project,
my question is how can I using button press to accept a central pairing instead of typing passkey,
here's my code, using nrf 52810...
Hello!
We are trying to send MQTT messages to a hosted mosquito broker via AT commands using the nRF9160.
We are trying to avoid programming the nrf9160 chip, as we...
SAADC resolution is set to 8 bits, channel is configured as single ended. Is it correct to say that SAADC digital output should be between 0x0000 and 0x00FF(full scale)? ...
Hi,
I'm testing the ble_app_uart example on the nRF52840 DK and it seems to be consuming a lot of current similar to the case in https://devzone.nordicsemi.com/f/nordic...
In a single core BLE SOC, whenever a BLE event occurs the BLE stack takes high priority and any application code running on the single core, is delayed while the event is...
Hi ,
I need to store strings in flash and came across the NVS. I referred to the example in samples/subsys/nvs and was able to do the nvs operation.
The following are...
Hey, so I was under the belief that the maximum size of data one can include in a BLE packet is 20 bytes (23 bytes total, 3 bytes overhead, so 20 total for custom data). With...