I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
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...
I've come across a couple of products that shows up as both classic and BLE. But when connecting to these products via nRF Connect or inspecting the traffic, I can't seem...
From reading the reference manual, product specification as well as searching the developer zone: here and here . Is it correct that the AVDD pin supply's ONLY the radio....
I have a strange problem with the secure bootloader.
After a succsessful DFU update of firmware, the firmware starts, but resets after a short while (about a second). ...
Hi,
While I'm Flashing LED Blinking Example in nRF51822 Ek using Keil uVision 5 along with SDK v12.2.0 , Program is uploaded but LED is Continuously glowing without blinking...
Hi
I have been trying to make a dual bank serial dfu bootloader with security features for nrf51822 (board 10028), but seems the UART/HCI dfu support is missing in SDK...
Hi,
I am having some trouble getting my design into low power.
I have a BLE central application using an nRF51822. I am using the power on sleep mode by calling sd_app_evt_wait...
Hi Nordic,
I have an application that perfectly runs in the nrf51DK but that does not work in my custom board. In my custom board everything else works (i2c, leds lighting...
I have a nRF51822 development dongle. I followed by the instruction and installed the USB friver, nRFGo Studio and Wireshark. All these software are installed a Win7(64bit...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
What is the best way to go about implementing secure reads/writes to the NRF52 NFC tag? I noticed there didn't seem to be any built in security functionality in those areas...
I am attempting to use nrf_drv_adc.h in a project where I am splitting up my methods across many C files and, to my surprise, nrf_drv_adc.h does not have any include guards...
Hello,
I received the above error using NRF5 SDK 12.2. I have modified "nrf_drv_config.h" so that it reads #define TWI0_ENABLED 1 . Also, I put #include "nrf_drv_config...
Using nrf52 DK , SDK 12.2 , and armgcc.
I want to use BLE_UART but I also want to bond.
I started with the BLE_UART example code and added peer manager and FDS.
I...