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 use a 32kHz quartz resonator and I want to interrupt the program after 1 second with a watchdog timer. But when writing to it, 128 I get not 1 but 1.25 seconds. What...
Hello,
I followed the getting started guide but the kit can't connect. I'm getting this error:
net_if.net_if_init: There is no network interface to work with!
Is this...
Hi there,
I have a question NRF52840_PCA10056 and its SDK is latest nRF5 SDK.
The scenario is below:
The NRF52840_PCA10056 build a connection with a smartphone like...
1. It is understood that zigbee3.0 certification requires Green Power, but I did not see the definition and use of Green Power in the example. How does the nordic zigbee pass...
Hello Everyone,
I am trying to compile zigbee_light_coordinator example. I have my path included as ../../../../../../../external/nRF-IEEE-802.15.4-radio-driver/src in make...
Hello,
I have accidential removed the DFU bootloader on my PCA10059 dongel..... is there an image that I can write to the dongle to get it back into its out of the box condition...
Hi there, I have set my SAADC to have an acquisition time of 3us , however when I toggle a pin before and after calling
nrfx_saadc_sample_convert
I measure the time of...
The sample project is "nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\experimental\ble_nfc_pairing_reference"
I think "micro_ecc" is a normal build.
Please check attached...
Hi,
Using the Secure DFU from SDK 14.2 I managed to integrate the NUS peripheral example to have access to an UART pipe in parallel to the DFU when running the boot loader...
Hi,
I am interested in testing the capability of Bluetooth 5's long range.
I have two nRF52840 dongles (pca10059 v1.0.0). So far I have had one dongle using nRF Connect...
Hi
In the example Nordic UART BLE_central, I notice that when I send data over UART to the central device, it echoes the data sent and I see it as an output in the central...
Hello,
I'm having an issue about the FDS. Indeed, i want to update some structures already saved in flash so i call the following function : fds_record_update. I can see...
I am trying OTA DFU on nrf52840 over BLE using segger. Is there any example code with proper libraries? Because I'm getting an error message: ant_error.h: No such file or...
Hello All,
I am having trouble changing the 'ble_app_multiperipheral_pca1056_s140' example to work with long range. I have read a few of the blog posts and similar devzone...
Hi all,
I am working on a project where the requirement is a sensor collecting data and sending to the NRF52832 via UART. Every 40ms, the NRF52832 will receive 40 bytes...