Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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...