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,
I'm new to sniffing BLE. I'd like to determine the min and max connection interval and other connection parameters (MTU, slave latency, supervisory timeout, etc....
I am just starting development of a BLE mesh product on the nRF52840 using the serial demo on the nRF52840DK. By default PERSISTENT_STORAGE=0 in the demo so the nodes forget...
Hi,
I have a Unix time stamp value stored on the Nordic board that comes from a GATT connection.
I am using SDK 15 s140 pca10056 NRF52840-dk.
I need to update this value...
I am using nrf52840 dk for zigbee project with two xbee modules. One xbee is configured as coordinator and other as end device and nrf board is supposed to act as router....
I use nRF52810 + 15.3.0 s112 to develop. After the equipment upgrade is successful, I power up the equipment again, and the equipment is always in DFU mode.
For some reason it seems that the TWI master does not generate a NACK. As a consequence, the TWI slave keeps sending data. I have managed to create a very simple function...
Hi
I have a really strange issue with an NRF52840. I'm using it with an MPU-9250 connected via TWI. I've modifed the excellent library:
https://github.com/Martinsbl/nrf5...
I want to use RTC handler , so I used NRF_DRV_RTC_INSTANCE.
I use SDK 16.0.
" 'NRFX_RTC"_INST_IDX' undeclared here (not in a function) ; did you mean 'NRFX_RTC_INT_TICK...
I've been reading into the "nRF5 SDK for Thread and Zigbee v4.0.0", and I wondered about the limitations , in specific
is that a hardcoded limitation, or does it require...
Hi I programmed the nRF mesh experimental dimming example on the nRF52832 chip. I noticed that, when using Bluetooth Mesh provisioning apps (I've tried several to verify this...
I am trying to setup a PPI channel to trigger the SAADC in simple mode. However, it appears as though the SAADC module is disabled after every read. I.e. if I write:
...
I am unable to flash the DK board facing issue " Failed to Connect to Target. No idcode detected. Please check connections and Target interface Type."
DK Board Details:...
I am using LSM9DS1 IMU, nRF52840 with SDK v16.0.0. I configured the IMU to raise an interrupt when the FIFO buffer be full by writing to register INT2_CTRL the value '0b00011000...
I can't see it!
https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-desktop
The 'Downloads' section contains only the "host" native app - doesn...
I am trying to interface the BMM150 magnetometer with the nRF58240 MICRCONTROLLER, Iam able to establish the I2C connection and get the return value from the reg 0x40 and...