Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
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...
Hi,
What file or files should contain CONFIG_GPIO=y for a simple application developed with nRF Connect SDK v2.9.0 such that VS Code does not show squiggles under #include...
We have an issue with the UTC Time being the correct time when we initially connect to the Verizon network. However, after some period of time the UTC Time changes and our...
Anyone knows why I'm getting this result? I'm building the application using sysbuild and flashing normally on nrf52840dk. I tried both following all the steps in the lesson...
Hi,
Our project requires an unusual combination of running BLE, Gazell, and raw radio packets for time sync simultaneously.
Time sync and BLE are infrequent activities...
I am using the nRF54L15 and SDK 2.9.1 in VSCode.
I need to know the microseconds since start throughout my code.
I created this function:
The problem is that CONFIG_SYS_CLOCK_TICKS_PER_SEC...
Hi community,
I'm using the following setup:
nRF5340DK
nRF Connect SDK v2.6.0
B0 , upgradable secure MCUBoot, and application
Statically defined partitions in...
Im trying to rotate my st7789v 240x240 display with LVGL commands. Im using nRF5340.
My .dts
My code:
But this dont make any change on my rotation.
Someone...
This issue is a follow-up to the previous one: 341132
When upgrading our device from Matter 1.1 to Matter 1.3 firmware via OTA, the MCUBoot program in the old firmware fails...
Hi,
I am using a custom nRF52832 board with multiple ADC channel readings sequentially. I am trying to read thermistor (NTC) value on channel 7 and not getting accurate...
Hello guys good Morning,
I am currently studying the examples in the Nordic Dev Academy. I am in lesson 5 from the "NRF Connect SDK Fundamentals", and I managed to toggle...
Hi, I am using nRF5340 for my unicast Audio server example where the nRF5340DK is the headset and my mobile device is the audio source. I have taken the unicast audio server...
Hi, I'm using nRF21540 with the nRF52840 as in your nRF21540-DK board. In one pin I use the same configuration of the board with the ceramic chip antenna, in the other pin...
Hi,
i am trying to create an Indoor Positioning System with the nRF54L15.
Currently i am able to connect 1 initiator to multiple reflectors simultaneously,
When...
Hello Nordic team,
I am trying to use external flash on nRF52840dk using Qspi.
Above is my overlay file.
Above is my pm_static file.
I am using custom board where...
i have used same Serial_lte_modem sample code from nordic toolchain 2.6.0 , Enabled shell just by setting config macro
CONFIG_SHELL=y and SLM uart loging is by default...