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...
Hi.
I need to program for a set of NRF52832 with serial number from 403898368 to 403941418.
I am trying with nrfjprog --family NRF52 --memwr 0x10001080 --val %% --verify...
I am in the process of evaluating different BLE solutions for a project. The project consists of a pair of BLE-enabled devices which need to be able to go into dual-role mode...
Hi everyone
I don't really understand what the physical cell ID is. Is it a randomly generated ID created by the nRF9160 chip or a set ID within the cell?
As far as I...
Hello,
I am facing a really annoying issue when updating my SPI settings from the old nrf_drv_ towards the newer one nrfx , in SDK15. I am following the recommendtations...
Project context: -------------------- Server BLE for home trainer diy Target (Bluetooth server) : Bluefruit nRF52 The feather Library : BluefruitBLE Client : nRF Connect ...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
1) If I enable “Just works” and without...
I have a project where one device will be both a peripheral and a central. In the central role the device will connect to a sensor. It will act based on the sensor data. In...
Hi,
I am using nRF52840 Preview DK with SDK v15.3.0 and SoftDevice API v6.1.1
I want to set a filter in the ble scan to connect only to the specified MAC address,
...
I have been searching for hours on how to get past this. Can anyone help? This is my first time on here and I am new to SES, I am just trying to re-create a blinky example...
Hello,
Is it possible to use wireshark with the UBLOX evaluation board (EVK-NINA-B302)?
I tried but couldn't make it work. As I don't have a nordic evaluation board...
HIi
I am using the pc-driver-ble_py library to build a central in order to test a peripheral. At this point, I am interested in starting a LE ping and I saw that I should...