I'm interested in zephyr to make the image file lighter. Have a any solution to update for BT DFU with signle bank? I wonder I can use single bank like Nordic Softdevice.
hi, i am using a cutom board based on nrf5340 mcu , so, while setting it up i am facing the problem in checking logs and led status.
i am uisng the nrf5340dk board to build...
Hi Nordic technical expert,
Can random numbers in broadcast intervals be cancelled or fixed? How to modify the software? Could there be other problems if random number times...
I added ring buffer and UART ASYNCH interface to asset_tracke_v2. I added CONFIG_RING_BUFFER = y, CONFIG_SERIAL = y and CONFIG_UART_ASYC_API = y to prj.conf file. The build...
Hi,
I am looking at setting up some of our team with the ability to flash our custom devices that contain various chips (nrf52, nrf53, nrf91). Assuming the SEGGER software...
Hello,
I have run the GATT throughput example to test the throughput for a long range. My test configuration is as below:
ATT MTU: 247
Data length: 27
Connection...
Team,
I am using nrf52810, sdk 17, sd112.
I have setup a write characteristics, to receive some long data ( 64 bytes)
// write char memset(&add_char_params, 0, sizeof...
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...