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...
Given this error handler function...
and this logging from it with the Segger attached...
how do I debug this?
I presume the info passed in is bogus and just points...
Hi All,
I'm currently using SDK12 for nRF52832. In my BLE peripheral project I store central address who engaged my device to listen for ANCS notifications. This address...
Dear Nordic Community,
I am using the the nrf51 dev kit to try and program a custom board (nrf51822) connected to it via the the Debug Out connector. This setup has worked...
Hi,
I'm testing nRF52832 central data rate.
My SDK version is 14.0.0 and softdevice is 5.0.0.
I want to send 200byte from nRF52832 peripheral to nRF52832 central in one...
Hi,
I'm using NRF52840 with Softdevice and SDK v15. I would like to use an external 32.768kHz crystal.
If I understand correctly this is consistent with the eval board...
Would you please provide an example of using PA/LNA with nRF52840 (Softdevice S140) on SDK 15.0 or higher?
Unfortunately, I could't manage the code you've provided for the...
Hi With regards to iOS and Android versions of the 'nRF Mesh' applications .. (1) How can I tell if both apps are 'synced' to the same level of functionality/user interface...
Hi,
I want to test UART peripheral on nrf52840 by running example in path examples\peripheral\uart as it is.
Connection setup is:
nRF power source USB
nRF USB port...
Hi all
Previously, I used the nRF52832 with the interrupt-driven UART at 1Mbaud. But due to SoftDevice interrupts that blocked the UART-RX-IRQ for more than 6 bytes, I tried...
I am trying to set up fifo'ed uart. However, APP_UART_FIFO_INIT crashes with an error value 8. I traked back the reason into this nrf driver code fragment:
ret_code_t nrf_drv_uart_init...
Hi ,
I don't know if it is related to the code below?
#define UART_TX_BUF_SIZE 256 /**< UART TX buffer size. */
I cut two pictures and hope to help understand the problem...
We would like to develop an indoor navigation with BLE. The goal is to get the position of the mobile device and navigate to a specific location.
We have already four nRFBeacon...