I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
One of our products uses the NRF51822 for Bluetooth communication.
This product is now undergoing CE certification. Is there a CE DoC (Declaration of Conformity) for the...
When creating a new board in the nRF Connect VSCode IDE, and just entering the basic items for name, if trying to use sysbuild there is a CMake error. I used name "foo" and...
I'm running Windows 11, have the kit connected with a microUSB cable and it shows up as a properly working nRF device on COM5 in device manager. I'm using v5.0.2 of nRF Connect...
Dear Nordic team,
I have developed a device using N51802QFAA, but I am doubt whether this chip will be discontinued in future. If you are going stop its production, when...
Hi~~ Nordic Team!!
Our project is to read data from sensors and transmit it to a smartphone. So, we are configuring it using Mesh chat, and like the Meshchat example, the...
Hi everyone,
I'm working with the nRF52832 on custom hardware , and I'm experiencing an issue where the microcontroller shuts down after around 30 seconds, regardless of...
Hello,
We are planning to use RT500 MCU as host of nRF7002 WiFi chip.
We are looking into firmware update for nRF7002 chip.
I read through these documents
https...
Hi,
How can I expand the time in the red box to the total time so that I can calculate the average current with time
Thank you for all your assistance. Kind regards...
Hi, Guys.
I am developing a custom hardware keyboard using the ble_app_hids_keyboard example source code of SDK17.1.0. The basic keyboard function works well. And Caps Lock...
Hi,
I am using version S140 of an nRF52840 in an application that creates an extended (S=8) advertising beacon. For my application to comply with regulations, I need to...
On iOS 18 beta we faced a random issue: creating CBCentralManager doesn't trigger BLE permission dialog. There is a thread about this on Apple forums .
Freshly installed...
Dear support team, I see that the mater/Template (Release) example only needs 715K of memory, as shown below:
I want to use nrf54l15pdk/nrf54l15/cpuapp to compile a firmware...
I am experiencing an issue to reach the ADC Max value(4200mV) on the nRF5340(our custom board) . We are using a 12-bit ADC, 4.2V and received a reading of 3297 mV, but we...
Well, this one took me many hours of tracing to track down the root cause, so I hope it helps someone!
Note: I wasn't able to reproduce this directly with a sample included...