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...
Hello everyone,
I am preparing customized board using nRF52840, However, I found that SWDIO and SWDCLK are the only two pins available for programmin g and debugging purpose...
Hi. I tested extended advertising of Bluetooth 5 with examples, ble_app_rscs_c and ble_app_rscs , in SDK 15.2. It works well.
And I added 216 bytes manufacturer's data to...
Hi,
I am doing a job with nRF52832 with keil in initial period. I have two peripherals and connect to nRF52832 via uart, and it runs well. Recently, I migrate the job to...
Hello ,
I have met a problem about the communication between nrf52832 and nrf24le over Gazell. nrf52832 is the device and nrf24le is the host. The problem is that nrf24le...
https://devzone.nordicsemi.com/b/blog/posts/measuring-lithium-battery-voltage-with-nrf52
Following the calculations as so, I have worked out the necessary capacitor values...
Hi,
I am using the command line tool nrfjprog to read the device MAC address using the following command:
nrfjprog --memrd 0x100000A4 --w 8 --n 6
I am connected using...
hello,
I want to use nRFgo studio download hex for NRF52810, but I have a problem as follows:
I do not know how to solve the problem, thank you very much!
best regards...
Hi,
I'm using an application based on the light switch provisioner example (BLE mesh 2.2.0).
I'm wondering if the following is possible:
- Request all provisioned nodes...
Sir/Madam,
I am developing application software using nRF51822 in keil microvision 5 IDE. I want to know how to download the hex file without using KEIL IDE. I found the...
I'm looking for an equivalent simple DFU bootloader over UART similar to the HCI example which was provided in the nRF5 v11.0.0 SDK.
Currently, I'm developing with the Sparkfun...
hi,i have a problem! How to Optimize code space in nRF52810,s112,SDK15.2.0,example ble_app_hids_keyboard.
my method is that disable all the code which run in main function...