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,
I can't find where in flash the peer manager data is stored. I'm currently working on DFU support and as part of that I want to define the memory area that should...
As per mesh_hw_resources.md (MESH_SDK/doc/introduction)
## Flash lifetime The flash hardware can withstand a limited number of write/erase cycles. As the mesh stack uses...
Hi all,
I am trying to develop the BLE Heart Rate Collector example on the nrF51 Development Kit. As far as I read in the Nordic web ( http://infocenter.nordicsemi.com/index...
I'm trying develop on a custom board based on the nRF52832 and am running into some issues. When I run the blinky application (with no SD) the application executes fine. However...
Hi I'm developing beacon firmware using ble_app_beacon example code.
I was able to send good beacon data for my purpose. For the next step, I want to turn on the LED which...
Hi,
I am using a custom board based on nRF52 (nRF52832-QFAB-R) and programing it with softdevice.hex and "ble_hid_mouse" example application in the nRF5 SDK v14.2.0. the...
Hi,
I am using softdevice S132 V2.0 for nrf52832 controller.I am using BLE UART app. It is working fine on eval board.But when i checked it on custom board developed by...
Hello,
I am using sdk12.2.2 and nrf52. I have implemented fds_read, fds_write, fds_delete and its working as expected. Now when I am trying to use fds_update my data is...
We are trying \Nordic\nRF5_SDK_12.1.0_0d23e2a\examples\ble_peripheral\ble_app_uart\pca10028\s130\arm5_no_packs
I want to control UART. If device is not in use i want to...
I'm just starting to bring up a custom board based on the nRF52832 and I am unable to program it using the J-link. It looks like my reset line gets stuck low when the JTAG...
Hi,
I work on the PCA10028 devkit with the nRF5_SDK v 12.3.0.
My project implements the ESB comunication concurently with the BLE by using the timeslot API.
I can send...
Dear Sir,
at the past I already ask this question at old forum, but now I can't find this ticket so I ask it secondary.
If I use a circuit configuration no.5 but USB is...
I lost several hours trying to figure out why my implementation of Queued Writes wasn't responding to write requests. Finally resorted to a line-by-line compare with the Experimental...