Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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...