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
Recently Openthread has implemented the Enhanced Frame Pending feature and I am using nordic SDK Thread and Zigbee 4.0.0 for my nrf52840 devices.
We want to use "Enhanced...
Hello,
We have a own designed NRF52832 board. If NRF52832 and NRF52811 are pin to pin, we want to use NRF52811 with NRF52832's pcb. Because, NRF52832 bluetooth range is...
hello
I have ble_app_hrs_freertos project for that, I have to make sleep and wake up the services in the project.
my question is that
1) how to sleep the service in...
Hi, I use nRF52840 dk PCA10056 and keil μvision5 . In Pack Installer of keil μvision5 , PCA10056 is not displayed . So I choose nRF52 PCA10040 , is it OK ?
I'm trying to send data from an IMU at about 50Hz over BLE to a smartphone. I'm finding that after some number of successful transmissions, I start to get the NRF_ERROR_RESOURCES...
Hi
I'm using the unmodified fatfs example in SDK16 with PCA10040 dev board connected to a Mikroe SD-Click board which is nothing more than a breakout board for microSD cards...
It is possible to provision the NetKey, AppKey and unicast address of a node using the serial protocol, using the following messages:
Mesh Subnet Add, Opcode: 0x92 - NetKey...
Dear Sir or Madam,
It´s the second time, I got the same error while start developing with nrf52833 demo board. For first step, I flashed a blinky example to the board -...
Now I'm trying to change a device name in `nrf_dfu_ble.c`. I set NRF_DFU_BLE_ADV_NAME like following.
And I imported `stdio.h`, `string.h`. And I edited `gap_params_init...
Hi,
im trying to flash a 3rd party demo board (MDBT50Q-512K Module Demo Board) with nrf connect for desktop. As programmer I use original Segger j-link edu mini.
As...
Dear Nordic:
My peripheral is configured to use MTU 247.
When connected by NrfConnect of IOS, I can receive NRF_BLE_GATT_EVT_ATT_MTU_UPDATED event and check the effecitve...
We are designing in the 52840 as a processor in a new sensor product and are looking at using the HOLYIOT YJ-18010-nRF52840 part that you indicate on your site is a third...
Env setup:
nrf52840 on PCA10056, SDK 16.0.0, S140, FreeRTOS, secure bootloader
Description:
I'm trying BLE background DFU in the application.
Had reference iot/background...
Hi
Is there any implementatiaon of nrfutil, and more specifically the DFU via serial port, as a C library? My use-case is I need to update an nRF52840 from within an already...