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...
hai ,
In my application to connect 5 peripherals with central and here i am connecting with device names
static char const m_target_periph_name1[] = "Nordic_Blinky1";...
I try to send NRF_DFU_OP_PING reqeust ,then received BLE_GATTC_EVT_WRITE_RSP message. but write_rsp.len is equal to 0,.I can see gatt_status is BLE_GATT_STATUS_SUCCESS. I...
hai ,
i my application i should connect 5 more peripherals with one central .
at first i connected with peripherals mac id , mac id hard coded in central
in central...
Hi,
Is it possible to be notified when the device is entering/exiting idle? All I can see is that idle thread calling k_cpu_idle which doesn't appear to have any hooks?...
Hi! Some prerequisite info:
We are using nrf52840 boards as our peripherals
We are using v16.0.0 SDK
We are using the s113 SoftDevice, more specifically s113_nrf52_7...
I want to connect and get data multiple peripheral to a single central device.
I used this example https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink
...
I can't figure out how to respond to a custom Zigbee cluster command, let alone send a custom response. Is there any example on which I could understand how to send a command...
Hi!
we're just finishing the layout for a custom nRF52832 board. On the custom board we have a connector for SWDIO and SWCLK to flash the firmware. Can we use theese 2 pins...
Hi,
I'm trying to familiarise myself with the available crypto functionality on the 52811 and have managed to get basic AES-128 block encryption working using the ECB peripheral...
Hi,
I am using pc-ble-driver-4.1.1 to receive BLE peripheral Device 240 Bytes notifications. And I used "pc-ble-driver-4.1.1\examples\heart_rate_collector" as starting point...
Hi Nordic team,
we want to connect 2 nRF52840 based modules with Coded Phy S=8 Mode to make an cable replacement (NUS). MTU Size is 244 Byte ,to transmit cyclic 200 Byte...
I am trying to connect the DK to AWS.
I got the AT example working and uploaded the certificates. I managed to update the prj.conf file (and then took quite some time to...