I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
Hi,
I am trying to write and update a record in flash but not receiving event callbacks FDS_EVT_WRITE and FDS_EVT_UPDATE. I found that i need to add the following code...
Hi there
Is there any PCA10040 simple demo IAR project? Just like print out "hello world" from any debugging uart? Base on this I can add in more functions gradually. ...
I am using clock signal from external RTC chip to clock NRF52832 at 32768 Hz through XL1 leaving XL2 floating. I have verified the waveform by the oscilloscope and set SRC...
2.4g ble work in 2 mode(not same time) when reset.
when I init 2.4g clock
void esb_clocks_start( void )
{
NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;
NRF_CLOCK->TASKS_HFCLKSTART...
Hello everyone!
I have peripheral device with notify characteristic with 20 bytes length of value and connection time interval - 7.5 ms. So, I want to increase throughput...
Hi,
from the nRF52840's datasheet: Up to 4x SPI masters/3x SPI slaves with EasyDMA .
Is it possible to connect the nRF52840 as a slave with another microcontroller and simultaneously...
Hello,
do I need to do anything to accept new Connection Parameters as a Peripheral when the Central updates them?
I am seeing 'BLE_GAP_EVT_CONN_PARAM_UPDATE' events,...
Hi, guys.
I am meeting a terrible problem when using the SDK14.2 -> BLE\nRF5_SDK_14.2.0_17b948a1\examples\ble_central_and_peripheral
experimental\ble_app_hrs_rscs_relay...
HI,
I am using nrf52 with other mcu and sending scanned beacon to that mcu.
I have set baud rate to 921600 and transmitting data when mcu request.
when mcu request...
Hi,
We am using sdk 12.2.2 and nrf52. We are observing some strange behavior of chip. We have our own customized board.
The issue is mac address shown is different in...
Hi there,
I'm using a PCA10040 board, and the app that I am working on was originally built in SDK 11.0. I'm trying to send a stream of arbitrary bytes over USB using the...
Hello.
I am trying to download a program, but I get this error.
Beacon does not work when downloading in order of Application -> SoftDevice as indicated by the error...
Hello,
In the blinky project, I have added the following peripherals to build up an application
Timer
UART
SAADC
PPI
I have followed the saadc peripheral...
Hi, I want to use the components directory that comes with the SDK as much as possible isntead of the "packs" which comes with keil.
This is what I've selected in a project...