In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
Hi,
With zephyr's example : https://github.com/zephyrproject-rtos/example-application I am evaluating to add a sample clap sensor as a custom sensor into the zephyr sensor...
I was working with nRF Connect for Desktop version v4.1.1 for quiet some time and it was working good, Since each time I was prompted to update the software to the latest...
Hi, I am using a NCS v2.6.0.I created a custom zephyr project. Implemented custom ble service and added BLE DIS and BAS services from source. 3 out of 2 services working properly...
Hello.
I wanna develop customized bootloader using C.
There's two purpose for this.
1) Select application area : Slot 1 for main application and Slot 2 for new...
Hi,
Does the nRF52832 support the Connected Isochronous Streams (CIS) / Channels and Connected Isochronous Groups (CIG), either using nRF5 SDK or nRF Connect SDK?
I would...
Hi,
I am using direction_finding_connectionless_tx/rx sample, and NCS v2.6.1 for AoA. I made some modification on the rx side to stream I/Q data via serial port, and read...
Hello,
I am running into a problem with my Thingy:53 device where I am unable to load up the bootloader. I has the edge inpulse application working well yesterday, after...
Hello,
I have the nRF54L15 PDK and am experimenting with the intermediate tutorials for the Zephyr RTOS. I am working on Lesson 1 - Exercise 1 ( https://academy.nordicsemi...
nRF Connect 5.0 crashes after asking to install nrf-device-lib-driver-installer.exe and shows the following cryptic message.
Trying with nrfconnect-setup-4.4.1-x64 raises...
Hi,
We have a nRF5340-DK board with the following setup:
b0 as the first stage immutable bootloader
MCUBoot as the second stage upgradable bootloader, which needs...
Hello, I have an issue with a project I'm working on with a nRF5340 Audio dev kit. I am using VSCode with the nRF Connect SDK plugin, and SDK version 2.6.1.
I need to have...
Hi,
We are working on nRF5340 with TF-M enabled and iOS application.
What we are observing is the peripheral device MTU TX and RX are configured to 512 bytes whereas the...
Hi I'm using nRF7002-DK kit and I noticed that the output voltage of a GPIO is 1.8 V instead of a 3.3 V. I have encountered a solution mentioned that we should apply these...
I’m working on an nRF52832-based project using the Nordic SDK (v3.5.99-ncs1-1) and MCUboot for OTA updates. I have a 512KB internal flash and 4MB external SPI flash (P25Q32H...
we are using SPI3 in nrf52840 with nrf SDK 16.0
we are using this as below
1. SPI3 init -polling mode
2. SPI3 unint
3. SPI3 init - DMA mode
4. SPI3 unint
5. SPI3...