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 all
I've read various other threads concerning this topic, but I still can't wrap my head around it.
What I think I understand of this topic:
ATT_MTU can be...
Hello,
I'm trying to configure two TWI slave devices on the same TWI bus on my custom board(nRF52832). One slave is RTC, and the other is a biosensor. The TWI configuration...
Currently, I am using SES for development. So when I use the "Build and Run" option in SES the program runs properly. This also generates the .hex file in the Release folder...
I need to set HEX value (uint8_t value[7] = {0x56,0x45,0x52,0x53,0x49,0x4F,0x4E};) on my custom character to be read by my phone. but the value that is displayed on my character...
Hi,
1. I have been trying to measure the current consumption of the development board of nRF9160 in PSM mode, however, until now I could have not understood the role of...
Hi all,
I'd like to pass bootloader version (2bytes) from bootloader_util_reset function (bootloader) to the main of application. can help me to acheive that?
Thank...
Hello,
We are facing recently an issue that is very weird because it is not occuring every time. Indeed, the issue occurs after a DFU update, sometimes when the application...
My nrf51 DK Board is not detected by Keil as jlink probe, but with other tools. As a result I am unable to download demo projects to my board.
unmodified nrf51 dk has...
I'm working in SDK 14.2, and trying to send a single byte over SPI between two NRF5 boards using the SPI peripheral examples (1 master and 1 slave). However, SPI always seems...
Hello!
There are no hex files that are pre-made for the ble_app_interactive example. When I use VMware to run a Linux environment on Ubuntu to get an executable with gcc...
Hello,
I want to configure my nRF52840 development kit for counting input pulses on one of the GPIOs (Pin 13) in this case. I am using SEGGER Embedded Studio as IDE.
Here...
Hello,
we have a strange proglem with nrf52811 on an own board
after uart initialization and connecting the scope (Saleae) probe to the RX pin the device outputs fatal...
Hi,
I have a ARM core device like raspberry pi / orange pi etc, where I run a build and deploy server - basically compiling code and flashing to a target.
I have the...
We are trying to use serial port library for simple UART comms in IRQ mode at 115200, but experiencing what looks like stuck TX interrupt. PCA10040 with SDK 15.3.
In the...