Environment info:
Tested on own integrated product, and nRF5340 Audio DK.
Firmware built on Fedora Linux 42,
Using the Rust programming language, using embassy-nrf &...
Hi Nordic team,
I’m currently testing UART communication on nRF54L15 with NCS 2.8.0 , and I’ve encountered an issue I’d like to ask about.
When using UART20 configured...
Dear Nordic Semiconductor Support Team,
I hope this message finds you well.
I am currently evaluating the nRF52840 for use in an industrial/automotive application and...
Hello,
I've tried to compile the experimental_ble_app_hrs_pairing_nfc example using Keil uVision. The example requires the NordicSemiconductor::nRF_DeviceFamilyPack version...
Hello,
This ticket actually build upon the previous ticket I did here Possible Bug: Cellular modem sample with nRF9151 running SLM .
To recap, running cellular modem...
Hi,
I'm trying to use MBEDTLS with MBEDTLS_USE_PSA_CRYPTO and CONFIG_PSA_CRYPTO_DRIVER_CC3XX activated.
Unfortunately I can't find a way to tell MBEDTLS that nRF9151...
The 9161 has 256 KB of RAM, but while building the application, it reports that only 32 KB is available for the application. If I create some large static buffers (e.g. 10...
I am using pca10001, SDK6, SD7.1.
In my application i want to send a large amount of data to central(ios).
So im sending data as a packet of 19 bytes and each packet with...
I have NRF 51 DK.
I adjusted the toolchain path to arm-gcc 4.9 2015q1. This version works fine for the NRF 51 SDK.
I get this error:
lto1.exe: fatal error: bytecode...
I'm seeing the resetreas show the CPU lock-up detected after I reboot. This error is occurring while using the ADC. What type of fault condition can cause a CPU lock-up detection...
Hey everyone,
I'm developing an application using the IoT SDK . The first part of the application consisted of a normal BLE peripheral to interact with an android app....
app_timer.h contains a useful macro for getting from milliseconds to a number of timer ticks, given a prescaler value with which the timer was started:
#define APP_TIMER_TICKS...
Hello,
May i know what will happen if we happen to assign the same pipe address for let's say pipe 1 and pipe 2?
Can we still receive data and be informed of the pipe...
Hi,
My goal is to send temperature values on the advertising so, I'm trying to get work this example, but i have an error about this lines of the code on keil:
advdata...
Hello, how can i modify the hrs_s_evt_handler() to initiate bonding only if it my configured belt address?
My Solution:
static void hrs_c_evt_handler(ble_hrs_c_t * p_hrs_c...
Hello, All.
I want to know AppID in iPhone's App using ANCS.
(for example, Facebook App's AppID is "com.facebook.Facebook",
Facetime's AppID is "com.apple.facetime")...
Hi Nordics!
I want to add custom service into ANCS example for android.
But I cannot understand how to add custom service stably.
First, I just added my custom service...
I have compiled the nRF51-ble-bcast-mesh 's examples: "LED_mesh_SDK7" and "BLE_Gateway_SDK7" on Keil uVision v5.14.0.0. But, I am facing problems flashing them on to my nRF51422...
I have a problem that I can't figure out. I have a custom board with an nRF51822 QFAB. The board will run a test application that uses nrf_delay_ms() to toggle an output pin...
Hi!
I have reviewed the NRF518 reference design, i.e., case "PCB layout recommendations for the NRF51822 WLCSP62 package" and the layout pdf files provided therein:
...
Hi
I have read various things about this so I would like to confirm
What is the best way to set the bluetooth address of my device ? Is it built in by nordic ?
Or is it...