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 know that there are different ways to set up the radio, but generally speaking, is there a general practice for how commercial devices' PHYs are set up when advertising...
Hello people, Honestly this is a problem more related to a Raspberry Pi than the nRF52832 but I'm getting same difficulties here so I will explain my situation. I have been...
Hi
I just want to read the Device Information Firmware revision string from a known Peripheral on my Central.
I Use the PCA10028 with SDK 12.3 and Softdevice S130...
Hello to all,
i've developed some application under 3.2.0 SDK. Now I want to port my application on new 4.1.0 SDK but a I have found a relevant issue.
Before migrating...
In section 6.3.2 of the NRF52840 dongle user guide it describes how to modify the board for use with an external, regulated power supply. Once those modifications are made...
In order to implement the central roll, I put ble_app_uart_c on ble_app_multilink_central and joined them to communicate with the pc.
What I did
1. Add enable in ble_app_uart_c...
Hi ,
I need to start my application using sdk5 16.0 version, which should have custom ble servivnced and dfu feature.
After getting some trouble with zephyr os, i decided...
I have used an example in the sdk 15.2.0 Pin_change_int_pca10040 and added 2 header files and 2 C files extra to this project. I have cleared all the error which came while...
Our hardware has Winbond NAND Flash chip connected to the nordic MCU(nrf52840 /nrf5340). However QSPI cannot be used as nordicSDK doesn't support NAND Flash.
I understand...
Hello,
I am using the Power Profiler Kit connected on top of an NRF52840-DK
I am using IAR and using IAR's J-LINK plugin to program/debug an application on the DK. However...
I am trying the example project ' ..\nrf5_SDK_for_Mesh_v4.1.0_src\examples\l ight_switch' and ' ..\nrf5_SDK_for_Mesh_v4.1.0_src\examples\ dimming' available in nrf5_SDK_for_Mesh_v4...
Hello,
I'm experiencing NRF_ERROR_INTERNAL from a call to pm_peer_new(). While further investigating into this, it turned out, that the p_bonding_data parameter was checkt...
Hello! If possible, I ask you to answer a practical (technical) question: how long does a typical process of establishing a communication session (“handshake”) in the BT5...
Hello, we are creating a device on an nRF52832. I started our project based on the examples/ble_peripheral/ble_app_uart project, which worked fine. However, I needed to modify...