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,
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...
I tried to make CSMA/CA perform on nrf52832 but the SDK example didn't have Energy detection (ED) and CCA sample
How to configuration Energy detection (ED) and CCA ?
If...
Hello,
I am using nRF52840, SDK16 & SoftDevice140.
I am integrating pm_init()(Peer Manager) into my project and I am getting error 0xFFFFB180 from mbedtls_ecp_gen_keypair...
Hello,
We are using the nRF52 DK board and Keil uvision 5.
Using SDK 17.0.0 we can successfully load and build the `examples`. If we choose `examples/peripherals` we can...
Hello, everyone.
I would like to use LSM9DS1, a 9-axis IMU sensor. To test this, an IMU sensor module 'SparkFun 9DoF IMU Breakout - LSM9DS1' was purchased.
This module...
I am working with Zephyr version 2.4 on nRF52840-Dongle for adding ability to scan CODED PHY devices. My host is Raspberry Pi3 with kernel version 5.4.51 v7+, HCI_USB sample...
Hello,
I am trying to run USBD_MSC example using PCA10056 board from SDK15.
It works fine, when creating new file on each button press.
I modified code to create and...
Hello everyone ,
I have question about the difference between periodic message publishing via the module's configuration and publish message by a standard timer.
I notice...
nRF52833 DK i have seen from Images of board that an external antenna will be required(there is a Antenna connector on board). I am wondering if it has built-in antenna or...
Hello,
I am on nrf-sdk v1.3.0 and mwf v1.2.0.
We are updating our product to the above mentioned nrf-sfk version and have noticed that MQTT connection gets stuck after...
Hi,
I enabled flash log backend with NRF_LOG_BACKEND_FLASH_ENABLED set to 1, and NRF_LOG_BACKEND_FLASH_START_PAGE to custom address to keep it as the starting address for...
Hi,
We have successfully created a PCB layout with a PCB antenna following the reference schematic provided by the nrf8001 datasheet. We tested and it is working fine. However...
Hi,
I am trying to interface External Flash (IS25LP064A ) using SPI example in SDK v16. I am able to read the Manufacturer_ID and the device ID from the external flash....
Hi,
Is it possible to somehow read END event register via CPU (not with ppi usage)? If yes, how? I have tried to read value on address from pointer returned from function...
Hi, I am facing an issue my product contains Ble dfu update, I tested my code without enabling DFU and it runs fine ... but after enabling dfu and creating package... I update...
Hello, everyone!
I use SDK v17 and test various functions using App_Timer. The timer function that I want is to turn the LED on for 5 seconds and then turn off after 5...