Hello,
I have a Insight ISP4520 SIp which include a nRF52832 chip and a SX1261 for Lora radio https://www.insightsip.com/products/combo-smart-modules/isp4520 The internal...
Hi,
I am testing the Peripheral Heart Rate Monitor with the Coded PHY application for the nRF52840-DK kit. So, I am using two kits, one running the Peripheral Heart Rate...
nrf5340_audio application , unicast_audio and broadcast_audio samples in zephyr, Are these all LE_2M by default ?
If I want to use LE_1M, how to change ? Modify prj.conf...
Action for Loading configuration is bugged. It Exports .overlay file but when Loading it only accepts .json file and it doesn't allow you to change it. Therefore, the file...
Hello, I am new to BLE and nrf zephyr programming. I am trying to flash periodic_adv and periodic_sync samples ( https://github.com/nrfconnect/sdk-zephyr/tree/16bcaed54230e3d86aeaf2b2f1d47393967254fd...
I am developing the LE Audio feature for nrf5340. My project is based on nrf5340_audio demo, base on NCS 2.7.0. I am not very familiar with sysbuild. In NCS2.4.0, I am able...
I have four of these devices. nRF5340 Audio DK.
I would like to use them as follows. Is there a way to set them up?
Device A: source
Device B: sink left
Device C:...
Hello,
I am trying to use TIMER3 where it should count 1ms ticks for 15 seconds and then stop.
Tried the below code. However it never enters ISR.
Please let me know...
Hello,
I'm using my nRF52840 devkit together with nRF Connect for Desktop Bluetooth Low Energy (v4.0.4) app for some testing. The app failed to recognize my devkit. It used...
NCS 2.7.0
NRF52840 DK
I am trying to trigger an advertising sent callback to indicate advertising timeout or a maximum number of events. I have tried increasing the workqueue...
Hi,
I am refering chapter 3 of "nRF connect SDK Fundamental" . ( Configuration files - Nordic Developer Academy )
I am refering few samples like "blinky_pwm", "peripheral_lbs...
We developed a Matter product that uses external flash memory both for firmware updates as for storing application specific data. In the ncs-2.8.0 sdk release the flash is...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
Hello,
after a longer time, I wanted to use nRF Connect for Desktop again, to figure out what exactly my device under development is advertising. I upgraded to the latest...
Hi,
on a Mac, I am trying to install credentials to a nRF9160 using device_credentials_installer.py.
The nRF9160 is running the AT Host application. I can connect to it...
Hi team,
Our customer Copeland asked for the latest nRF Toolbox APK file, we cannot use Google Play in China, and I can't find the latest APK online. Can you provide one...
I create a new program, copy from samples, and select GNSS, but I receive one error and one warning:
My setup:
*- Updated Windows 11 Pro *- SDK 2.6.1 *- Board is Sparkfun...
Hi ,
We are starting a new project development based on stm32 mcu's, would like to choose nrf7002 for the wifi part, we would like to know is there a possibility to interface...
I want to change static_passkey from "000000" to "0000".
But It doesn't work when I update changed code to board.
I changed like below pictures.(000000 -> 0000)
...
Hello,
For one our application, we are looking for BLE 5.X & Wi-Fi 6 combo Companion ICs (MAC & PHY only) without MCU. Kindly guide me to navigate to intended IC & data...
Hello,
I am working on a custom Agora board that includes a BT40 module with an nRF5340 MCU. I am trying to enable the MCUboot bootloader by setting CONFIG_BOOTLOADER_MCUBOOT...
Am making a project based on NUS central demo and I can connect to our remote unit with the 52840DK, I can send data over a UART into it and I can get data out which is received...