hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
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...
I have 4 button and the app_button use gpiote module, button works OK. But nrf51822 only has 4 gpiote, so what should I do if I want to use pin interrupt for g_sensor?
This question is related to https://devzone.nordicsemi.com/f/nordic-q-a/24860/sdk14-static-service-structures
Typically in your SDK examples you put global variables for...
I am trying to build the micro-ecc library following the procedure detailed in the BLE LE Secure Connections multirole example . I am using SDK v11.
I have cloned the micro...
Hi,
I have modified the nus service and added two new characteristics called txs and rxs which support read and write protection.
on the peripheral i have set BLE_GAP_CONN_SEC_MODE_SET_LESC_ENC_WITH_MITM...
Hello:
According to the website, please nrf52832 circuit design, without adding other peripherals, just as a radio Beacon, button battery voltage at 2.3 V nrf52832 cannot...
Hello, I am using SDK 15 & Softdevice 6, I am using NRF52840.
I have merged the USB CDC into a multi-link example. I confirmed that it worked, and the project was successful...
Hi
Is the DCDC enabled or disabled by default when using the DTM example in SDK v15.0.0? We can't find any reference to it so we assume it is disabled, but just wanted...
Hi guys,
On my application, I ported the code from TWI_scanner example (SDK14) and it is connected to a temperature sensor the which is read every 45 seconds, It is working...
As far as I can tell, Shockburst isn't officially supported on the nRF52840 in SDK 15. However, I have seen some success from others with this configuration, but after making...
Hi,
I have been working with the NRF52832, and trying to capture raw ADC data with the help of TWI bus. I have imported the necessary libraries (i'll attach the code below...
I have used aes_all_cli example to test computation time for AEAD EAX/GCM/CCM. I have shortened the plain text to 16 bytes, added pin toggling on encryption function enter...
I don’t have a lot of information as I’ve been totally unsuccessful in debugging this.
In short, we have a SPI peripheral that was working under SDK 14.2. Under 15.0 we...
Hi,
I am trying the connect MIO Fuse heart rate band. It follows the standard specified by Bluetooth SIG i.e Heart rate profile UUID is 180D and the heart rate measurement...
I'm currently woking on doing my own DFU system, the system should work this way : the central gets a new version of the app via the internet network and it should update...