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...
Hi.
We are on early phases of getting UART DFU support for our product. However I seem to run into communication issue with the bootloader even with the examples provided...
Should the DEBUG compiler flag be removed before flashing a board that should enter sd_power_system_off? I've seen some troubleshooting guides mention that Debug mode can...
I have set up the thread border router. I connected the NCP (a nrf52840) with a usb cable to a raspberry pi. Now I wonder if it is possible to connect the raspberry pi with...
Hi all,
Currently, I am working on Nrf52 DK with nRF52832 on Keil IDE. My focus is MQTT with 2 nRF52s and RPi. I have succesfully used examples in SDK, but now I am trying...
Hello,
I have got new rigado-301-A-R module, I want to know following things as I want to work on linux and i have a custom board just like rigado 301 eval board.
1. Procedure...
I have an embedded platform running JerryScript. Now, I need to add BLE functionality to it. The BLE module (connectivity chip) will be used is nRF52840. For this, I guess...
I’m trying to program a custom board with nrfjprog, but cannot get it connected correctly. (Connection is standard SEGGER cable, segger mini edu)
nrfjprog -f NRF52 --halt...
hi ,i have a problem! how to slow down the update speed when bootloader receiving the pack. my project is base on the SDK 15.2.0,s112 ,secure_bootloader example ,nRF52810
Dear nordic,
i want to create a low power current consumption ADC. i don't need adc value in every time. my need is just take adc value and disable it.
whenever i want...
HI,
I'm currently working with two chips RF24L01+.
Each chip switch in sending role to receiving role several times. By default, I set them in sending role and I whait...
I use sdk15.2 and nrf52832.
I copy i2s examples to nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ ble_app_hrs ,and nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ ble_app_hrs_freertos...
Hey all,
So I'm new to the Nordic world and I am having some trouble programming the SoftDevices API. After I compile my code, I get the S112 hex file and try to use this...
Hi Nordic,
I am working on a NRF52 DK with the example code ble_app_interactive. I am using the NRF52 DK as a central and trying to connect to a peripheral hearing aid....