Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
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...
Performing a DFU with an iPhone works in some configurations and fails in other. Android consistently works.
The failing version of iOS is:
iPhone 12 mini
iPhone 13...
I'm trying to commit a VS Code project to source control and don't want to include the entire build directory (with all of the build-generated files). But it seems that all...
I was trying to build the ble_app_scan functionality in a well served project in my custom nRF52810 board. During project build I am facing these build errors in SDK v17.1...
Hi,
I cannot start HFXO on nRF52832. I'm using 32MHz crystal TSX-3225 32.0000MF20X-W0(from Mouser) wtih 12pF caps UMK105CG120JV-F(also from Mouser).
Checked with beeper...
We're experiencing issues with RTT logging on an nRF9151-based project using NCS 2.9.0. When `CONFIG_LOG_DEFAULT_LEVEL` is set to `3`, RTT Viewer fails to connect to the device...
Hi,
I'm experiencing memory constraints while using the nRF52811 with the SoftDevice S112, as it takes up a significant portion of the available memory. Is there a lightweight...
Hello, I am working on a project using a custom board with the nRF5340 chip and SDK 2.8.0.
In my setup, the application core reads sensor values, packages them into packets...
You are trying to perform RSA encryption using CC312 on the nRF5340, but the function:
returns -147 (PSA_ERROR_NOT_SUPPORTED) when CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y and...
Hello,
I am trying to make GPIO P0.07 to high, in my nrf5340 Audio DK. Externally I am connecting an LED between P0.07 and GND. But it not showing any voltage between them...
Hi Nordic
Q1.
HW: nrf9160 customer board. One USB-to-RS232 cable is used for PC sending AT commands (UART2).
Another USB-to-RS232 cable is used for PC collecting modem...
If I have an application where I have implemented USB CDC-ACM, how can I set the serial number seen by the PC when I connect my device? Is it possible to set it at runtime...
I am currently evaluating the Nrf54l15 viability for a migration from the Nrf52 for our products. I've been able to advertise, scan and connect with success but I can't find...
Hi,
I want to make an I2C communication with an NRF5340 DK as Master and an NRF52840 as Slave, but all the example i found in I2C communication it use the slave adress...