Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
I am currently developing on the BL54L15 Ezurio development kit with the Nordic chip.
I am using the Nordic v3.0.1 SDK and toolchain with the new manufacturer board...
Hi,
I'm currently using the nrf52840 SDK board and based on ncs 2.9.0 SDK. I need to make a simple sample customer bootloader that does not use the DFU and MCUBOOT functions...
The VSCode nRF Kconfig extension has very high cpu usage (2 cores at 100%)
When disabling the extension, the cpu usage drops back to normal.
I see the following in the...
Hi everyone, I'm working on a project with Zephyr (v2.9.1) and I'm facing a compilation issue related to managing two SPI devices on different buses ( spi0 and spi2 ).
In...
Hi,
I am currently using 54L15-DK to create a radio test example, but there is a problem when I build the project: - sdk version: v2.9.0 - toolchain version: v2.9.1
...
I run the system_off example without the system actually going off, by removing all the calls to start the system_off worker. Instead of going to off, I let the system enter...
Hi Support team:
I am new for using the Nordic Design kit of nRF54L15-DK.
And I would like to use the app "Direct Test Mode" v2.4.2 built-in the "nRF Connect for Desktop...
Hello Devzone,
I'm using a nRF52833DK right now, and it uses 73 pins for SOC. If I want to go to 40 pins, I'm having trouble figuring out which pins are for peripherals...
I ordered my second prototype board with the nRF9160, which includes small changes compared to the previous version. I encountered an issue with LTE connectivity. After some...
Hello,
I recently acquired a Thingy91 board in order to make a hardware prototype. I already have experience developing with the nRF52840 so I took inspiration from my working...
I am using NCS 2.7.0
i am running this build command from a terminal in VSC for the nrf/samples/bluetooth/Direction_finding_connectionless_tx sample
west build -p -b nrf5340dk...
Hello. Right now, I am connecting an external flash using SPI. The external flash is used for firmware updates. I'm trying to launch sQSPI to access the external flash. I...
Hi,
I was wondering if the newest sample available in NCS3.0.1 is already capable of holding multi connections. Otherwise, for this little time that is present i will...
I have implemented DFU functionality in my Bluetooth mesh project and used device A as the distributor and device B as the node to be updated. I have already configured both...
HI,
I’m using nRF Connect SDK (NCS) v2.8.0 with the blinky example.nrf54l15dk, In the project, I configured the following in Kconfig:
kconfig
CONFIG_FPU...