Hi, I'd like to evaluate Linux device driver for nRF7002; refer to 315431 , I'd found this requirement had been reported one and half year ago; based on 315431 , I have a...
Hi,
I'm using the nRF52832 with SDK version 17.0.1 , and I'm experiencing an issue with NFC handling .
Sometimes, the NFC interrupt triggers two FIELD_OFF or two FIELD_ON...
Hi Nordic team,
This is a compatibility test. case1 okay: 1,Connect the nRF5340BIS headset with the phone. 2,NRF5340 broadcast can be found on the mobile phone. 3,When you...
first i change to my kconfig file add this
source "samples/subsys/usb/common/Kconfig.sample_usbd"
source "Kconfig.zephyr
second I add to cmakelits
include...
The BCLK_CONT option to i2s_configure() is not being honored anywhere. How do I get BCLK to output continuously without having to do i2s_write() or i2s_read() calls over and...
NRF52840
S140
App based on ble_app_multilink_central.
I have tried to build a bridge between BLE peripheral and PC.
I have spend so many time on PC side app.
The...
Hi,
I succeeded in implementing Channel sounding for multiple devices (based on previous samples). But now there is a little difference in how the data gets collected (buffer...
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...
Hi,
I'm currently using nPM PowerUp(version 2.0.0) to generate the nPM1300 configuration.
I noticed that in the generated overlay the GPIOs configuration is missing...
Hi all,
I've been developing a BLE application on my laptop to communicate with the 52840. I manage to understand how to create and run a BLE connection through the really...
Hiya, I've got an issue regarding LPN and friend nodes - Node A -> Battery/ USB powered Product Node B -> Destination & Friend Switching between USB/ Battery I change bt_mesh_lpn_set...
I noticed that in the hid_mouse sample, the whitelist advertising was used to achieve seamless recovery of accidentally disconnected connections.
This function is implemented...
Beginner here .. steep learning curve for Nordic ... trying a project with I2S. Took half and hour with an ESP32, but many many hours later, no joy with Nordic.
Working...
Hello,
I'm trying to enable RTC2 for nrf52840 DK to use as a date time clock and set/get over SMP protocol. RTC0 is used for MPSL, RTC1 is used by the system.
I configured...
Using latest SDK and toolchain 3.0.1, VSCode and nRF Connection Pack on Windows 11 I nearly never see a working nRF Kconfig GUI - only the first time directly after I had...
Hello everyone,
We are currently working on a custom PCB using the nRF54L15-CAAA.
I am following the steps for setting up a new custom board using the "Create a new...
Hello.
I'm trying to control a GoPro camera via ble. Gopro has documentation that describes the available services and chars, as well as the exchange protocol ( https:/...
As a life-long embedded software engineer I'm used two or three dozen of different setups, SDKs, IDEs - but all had in common I can copy or clone a project, open, build and...
Hello,
I'm trying to use SLM application on ctcc/nrf9161 hardware ( https://github.com/nrfconnect/sdk-zephyr/tree/main/boards/ct/ctcc ) however it seems I'm not able to...
Hello, I wonder if it is possible to run the Thingy91 in MQTT-S with a certificate system to ensure the connection between the broker and the thingy. (CA, device certificate...
Hi Community,
I'm learning the sysbuild stuffs, try to upgrade my code to sdk v2.9.0.
Exercise 2 - Adding custom image - Nordic Developer Academy
I'm using nRF5340DK...