I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
I use example from nrf52 SDK. project path:nRF5 SDK\nRF5_SDK17.1\examples\ble_peripheral\ble_app_uart\pca10040e\s112\arm5_no_packs.
emulator: ST link V2
but no target...
Hello,
The nRF5340 supports audio transmission, while the nRF54L15 supports Channel Sounding. Is it possible to conduct audio transmission simultaneously with Channel Sounding...
We need to use a Lithium Ion battery to power our device and need to connect to a chip that has 1V8 logic levels as its only option.
We're early in development, so it seems...
I am encountering a strange hardware/software mapping issue with the SAADC on an nRF52833 DK running on Zephyr (NCS) . Using VS Code nRF Toolchain and SDK (V3.2)
The issue...
This one gets complicated as I cannot reproduce the problem with my original NRF5340 DK.
Steps to reproduce are trivially easy, but only fail when using my favourite OEM...
Just a quick one as I couldn't find it on google. I'm going to implement a beacon like broadcaster but one not based on location. It'll probably be a uuid, a random identifier...
Hello,
I encountered a problem while trying to bond a nrf54L15 (central) with a nrf52810 (peripheral). The firmware of the nrf54 is using Nordic Connect SDK and the nrf52...
Hello,
I hope you are well.
I have a code inside the connection connected callback that sets the MTU to the maximum, which is working fine on ncs v3.0.2 but generates...
Hi everyone,
I’m currently working with the nRF9151-LACA-A1A-R module, developing NTN communication features using SLM mode. However, I haven’t been able to find any documentation...
"I am using nRF Connect SDK (NCS) v3.1.0 and developed BLE DFU functionality by referencing the Nordic Semiconductor Academy course: ' Exercise 5: FOTA over Bluetooth Low...
Hello,
I use nRF5 SDK and nRF52833. Now I want to do the radio test at the "examples\ble_peripheral\ble_app_uart".
When I use radio_test_init(&m_test_config); or other...
I am currently trying to claim my nRF9151DK on the nrf cloud. I went through the Quick Start steps and activated my SIM card but my device has been stuck in this state for...
Hello,
I am currently testing the Matter Closure sample with an nRF5340-DK board. I am using nRF SDK 3.2.0.
- When I send an open command, everything works fine.
- When...
I'm trying to make the basic Button sample work but am having problems.
The physical button is a latching button. Press it and it moves in with a click and physically stays...
nRF52832 Product Specification V1.4, page 344 lists predefined baud rates only.
Is it possible to use other values for custom baud rate, and if so, what is the relationship...