Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hello,
I'm developing an app for nRF Connect Desktop based on the nRF Connect Desktop BLE App.
I would like to find a characteristic item based on an UUID. Where is the...
How is it with SUPL and NB-IoT, will it work? AFAICS, in the example code, the supl_support code only uses TCP, and this is not a protocol supported when the device is using...
<Environment> - Windows10 - nrf v1.3.0 - modem fw 1.2.0
I'm attempting to make a socket and communicate with the modem using it.
However, sending data doesn't work out...
Hi everyone,
Looking the nRF52840 Product Specification v1.1, I see that there are several System Off modes.
1. Using the function sd_power_system_off() what is the by...
Hi,
i'm new on using nRF5 modules and i have some question about how to program the nRF52840 on a custom board, so with a completely new chip.
Reading the schematic of...
I am using nrf52840 DK (pca10056) board and nrf5SDK 16. There is one low power sensor connected to the board via SPI interface. My program consume less than 30uA before I...
HI:
I transfer the init packet and firmware to bootloader successfully by UART DFU, and then the app can not start. It report error as below:
<00> info> app: Inside main...
Hi All,
My update of nRF Connect v3.3.0 failed after a while:
Update of nRF Connect failed with the following Error-MSG:
On the same day I got an install from Oracle...
Hello everyone,
I would like to use the PPK with a NRF52 Dk, but I have external sensors connected to the VDD and 5V, so when I will plug the ppk I will have to disconnect...
Hi,
I am reading a 24-bit data from SPI by getting a data-ready interrupt from GPIOTE pin in a NRF52832 chip. I have to buffer data for the BLE interval duration then send...
Hi,
I am using BLE-UART example in my project and to start advertising I am using below piece of code.
By default in the sdk (ble_advertising.c) the advertising type...
Hi,
I don't want the spm and application firmware built together so I tried using the "spm" sample in version 1.3 of the sdk. However when configuring the project i t...
I have a requirement that my peripheral device should only rely on the central to start any security operation. Right now I see a problem when the central side removes the...
I am new to BLE with my nRF51. I've got this example and I try to stop a RSSI scan when the device get all advertising data from the local device.
But when I try to add...
I burned this program in nrf9160 ncs v1.3, and how do I fix the following error?
An example can be found in the figure below
Example prj configuration see figure ...