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...
Hi,
When I run the flash_fstorage sample program via nRF5_SDK_15.3.0_59ac345, I get output that suggests all has gone well:
fstorage example started.
SoftDevice not present...
I am trying to use RNG HAL but I am not sure how to use it and there are (as far as I can tell) no examples. The only thing I need is generating random number. So I'm not...
I'm trying to use a timer interrupt. Definitions and inline functions from nrf_drv_timer.h work fine but the linked functions in nrf_drv_timer.c are undefined? Any ideas?...
I'm developing a sensor node using light_switch_serve as an endpoint to receive commands and send sensor's data to light_switch_client. The examples works perfect, but I would...
Hi,
I`m using MDBT50QRX (Raytac Nordic 3rd party for modules) I need to connect and program the firmware hex file (connectivity_4.1.1_usb_with_s140_6.1.1.hex) which is on...
Hi,
Intention:
I want to build and run a sample application without suggested IDE on my custom nRF52811 PCB.
Previous steps:
Based on a tutorial [1] I found I was...
Hi,
I successfully tested ecdh and aes256 in seperate projects but I want to combine them.
This is my code:
Problem is that when i call the ecc functions this happens...
Hi, I'm using nRF Mesh App to provision more than 5 devices for vendor specific models other than on/off model. My purpose is to send some data instead of on/off the light...
Hi all
I am using a nRF52840 with SDK 15.3.0 and s140_nrf52_6.1.1 soft device.
My application is a multi-peripheral device that has a common service, each peripheral can...
Hi
I'm really new to this, forgive me it's a stupid question. I'm using the nRF52 DK from Nordic.
I started with the "Developing with SEGGER Embedded Studio", but when...
In the user manual of nrf52832 it is said that ram[n].power are retained registers in sleep mode and that depending on the settings.
One or more RAM sections can be retained...
Dear Nordic DevZone Team, With ARM cortex M4, it is possible to go into deep sleep mode. In the Nordic nRF52832 which uses M4, it is configured for BLE advertising. I would...
Hi
I read nRF52840 - LPCOMP information on datasheet and SDK.
It shows VHYST value is 35mV (typ.) in datasheet page 191 and 50mV (typ.) in SDK - nrf_lpcomp.h.
which...
Hello,
In addition to previous ticket I have further queries. I have a stringent requirement for reduction of Current consumption.
https://devzone.nordicsemi.com/support...
Hi, I've got a quick question here about using the GPIOTE driver in tandem with the GPIO HAL . For simplicity's sake, I'm using an in-house library that gives me high-level...