I use the LED onoff example of the Nordic BLE Mesh template (Version : 5.0), using two nodes (One Client, One Server). The nodes are already Provisioned.
I want to know...
Hello,
I am a firmware engineer in taiwan.
I already use nRF52820 to finish a case. This case have DFU function. The DFU function can work ,but when I use (nRF Connect...
Hi,
Due to shortage of pins SPI CS is reconfigured as GPIO while SPI is not used. Soft device is not used.
Problem is the delay that is needed after nrfx_spis_uninit call...
Hi
I combine the hci_lpuart on the nRF52840 and a program that uses BLE on the nRF9160 on the nRF9160dk. I want to measure the current of this. At the moment I measure on...
I created a simple custom board (in VS Code 'Create a new board' Wizard) based on nrf9160 secure.
I copied the LED part of the original dts and I want to run blinky. ...
Hi Can someone, kindly suggest what are the pop up error notifications in the nRF mesh application for various scanning and provisioning of the BLE-Mesh network, if any document...
I used the Common Application Framework preview sample, with the following additions at end of prj.conf:
NCS 1.9.1 was used
The nrf52840dk then enters deep sleep after...
the cdc_acm speed is faster for my use in nrf5 sdk, but when i use the ncs,the cdc_acm example is use uart line, and the speed is slow, i receive data from rf2.4G radio, then...
Hello everyone, I'm testing the example ble peripheral "UART/Serial Port Emulation over BLE" with SoftDevice S112 nRF5 SDK v17.1.0 . My board is MBN52832DK and i'm using the...
I'm working to implement a USB Mass Storage device which uses an external flash memory to store my application's data. I have an nrf52833 DK and a W25Q64FV NOR flash memory...
I/my admin installed the SDK and visual studio though the nRF connect tool chain manager.
When i open visual studio through the toolchain manager it prompts me
to "Select...
Hi All,
I am trying to set up nRF Connect SDK in Visual Studio Code. I am following the guide provided in the DevAcademy https://academy.nordicsemi.com/topic/exercise-1...
I am controlling the SPI via PPI at regular time intervals and it is working as expected.
However, I want the SPI to operate manually at any given time under certain conditions...
Hi
I am bumping my NRF Connect SDK application to nrf v1.9.1. However, I am getting the following error: `nrfxlib/nrf_802154/driver/src/nrf_802154_request_direct.c:196:66...
Hello Community,
I am tirelessly working on connecintg my icarus development board to LWM2M server, However there are no good examples to follow and do it with ease, there...
When I connect my PPK2 to my computer, it will not be detected:
Luckily there are instructions on how to downgrade to nRF Connect 3.7 in this (locked) thread.
nRF Connect...
Hi.
I use nrf52840.
sdk nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_hrs_freertos.
Error calling xQueueReceive for the second time.
Here is the code and...