I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
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...
Hello,
I’m encountering an issue with my nRF52 device where it reboots during the flash_erase operation. Below is the relevant part of my code and the overlay configuration...
Hello all,
I'm using nrfx_spim_spis non_blocking sample to make my nRF5340 DK as SPI SLAVE.
I don't need SPI MASTER, so I delete the SPIM code.
But I found that I can...
Hi,
Is there any relationship between RTC peripheral and the system clock (which from DTC it looks like attached to rtc0)?
I'm trying to use PPI to generate a radio task...
I am looking for a solution of a multi-protocol controller for Linux host.
1. Coexistence of Wifi & BLE & Thread / Zigbee
The ble-coex / thread-coex example has the...
I'm trying to do a power analysis of an embedded device with a PPK2 and nRF power profiler and i'm running into an issue where i'm losing samples on longer capture periods...
I have a simple Thread joiner program. I am trying to join to a thread network created by my OTBR. Attached is my program. This program resets on call to otJoinerStart()....
Hi,
We use SDK 2.5.2 on a nrf9160. And have a hardware issue due to a too late update with the first boards. The GNSS LNA enable is wrongly connected to COEX1.
COEX0 is...
We are using eDRX to save power, but it seems like eDRX is not active always.
We currently use LTE_LC_EVT_EDRX_UPDATE callback to determine if eDRX is active. Is this...
I was modifying the download code sample in nRF connect SDK v2.6.1. I was attempting to download https//google.com/favicon.ico.
When I attempted to add the certificate for...
Now I am using the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_central/README.html and https://developer.nordicsemi...
Hello ! I'm currently working on a SPI slave implementation for the nRF54L15.
I already read the spi-master-slave example.
The idea atm is basic and as follow :
My slave...
I have printed and assembled this circuit. The board is programmed with the help of a development board, but it doesn’t work. What could be the problem?
my code (led toggling...
nRF_Segger_RTT I want to port it from the high version SDK14.2 SDK to SDK7.1, is it OK?
Will it be difficult?
Can it be transplanted?
Tell me, thank you
Dear team,
I would like to have a function to measure the pulse width of the pulse that I generated and wonder if that is possible.
For example, I can generate one pulse...
I'm trying to create a demo beacon with an advertising interval of 5s and I only ever see a single advertisement from the device, following boot up. I've encountered this...