Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
Hello Nordic Team,
Currently, we are performing power consumption testing using the Nordic nRF54L15-DK development kit.
As part of this, I aim to fully disable the Radio...
I'm developing with an nRF52832, NCS V2.6.0 (happy to update to a newer SDK if it gets me the functionality I need) and Zephyr 3.5
What I'm currently doing is having my...
I am trying to get the wifi stack to connect to a wifi AP using WAP2 Enterprise (initially just with identity and eap_password, later with full ca_certificate check and client...
Hi,Team,
I am developing pawr using nrf54l15-dk. I wanted to set the parameters of pawr with 128 sub-events and 8 response intervals, but the setting Failed and the error...
Hi Nordic team,
I'm trying to stream audio from the nRF5340 DK to a BLE headset ( Sony inzone buds) using the [ Unicast Audio Client sample ] with the BAP profile.
Initially...
I tried to build the coprocessor using NCS 2.9.0, but it doesn’t seem to work. Below is my project configuration,are there any additional parameters I need to set?
Please refer to the link below. How can I configure the Commission Flow according to the requirements?
www.matteralpha.com/.../how-does-matter-qr-code-work
Hi Nordic Team,
We are currently developing a product based on the Raytac MDBT50Q-1MV2 module, which integrates the nRF52840 SoC. Our firmware is built using the nRF Connect...
Hi,
I have a custom board where I have an nrf9161 main processor and an nrf54L05 processor connected with each other via I2C.
In this case, I'd like to manage the communication...
Hi, we are planning to use npm1300 for charging a battery, but we will have a limitation on the power supply (VBUS in npm1300 naming convention): the capability of making...
I have finished developing an application, utilizing the nRF 9151 DK, and I am now working on transferring the firmware to a custom board and testing it. However, when creating...
Hi,
Is there any sample code that can check the Ion_idle8 current below?
I am currently evaluating the following currents on a custom boat and it is running at around...
when I try to build a code for integrating sensor in nRF 5340 dk, this error comes, I tried even after installing cmake manually from the cmake website https://cmake.org/...
Hi
I've an application running on nRF Conenct SDK 3.0.2 on an nRF52840DK. Now I tried to enable update support over serial recovery of MCUBoot using the USB ACM.
First...
Hi,
The attached code is based on a sample code from NCS v2.9.1 and creates a LittleFS flash disk on external SPI NOR onboard nrf54L15DK. There is a mismatch in the code...