Hi,
the nrf54L15 datasheet states on SPIM "CSN and DCX are not present in all configuration" (p.559). But I can't find the information, when CSN is available.
Hello everyone I am gradually learning Bluetooth, it takes time, but I need a temporary solution, I need a so-called adapter, Bluetooth <-> UART, to simply transfer bytes...
ZBOSS NCP: ZBOSS NCP Serial Protocol, Version 1.5 states that a "Full featured Zigbee PRO r22 platform is provided".
Is a more recent version of this document available...
I use SDKv2 . 09 . 00 without using the eSB function timelot can trigger MPSL_TIMESLOT_SIGNAL_TIMER0 normally,then NRF54L15 Running esb and BT at the same time with MSPL cannot...
I'm looking for an nrfutil command to replace this command:
nrfjprog --memwr 0x10001080 --val 0x12345678
My goal is to write a serial number to the UICR CUSTOMER[0] register...
Hello,
Our company makes module using nRF52840. And we also make development kit with it.
I recently programmed open bootloader built-in hex in nRF5 SDK v17.1.0 (examples...
I am starting development on the nRF51422. I noticed that for the non-ANT sample code (blinky and UART), a gcc makefile and windows batch files are provided for compilation...
Hi,
Does the heart rate demo in SDK v4.4.0 work with SD v6.0.0? I'm using the QFAAC0 revision of the NRF51822. The demo works fine with SD v5.2.0. Is there anything special...
So far I haven't run across any code examples that will switch the BLE (S110) stack in and out. I'm looking to test enabling and disabling of the softdevice to see how that...
I'm reading AD-converter data usin nRF51822 SPI-Master. BLE-stack is active so I can't use
interrupts with SPI. I get data every 2 ms. Sometimes Events are delayed so long...
Hi,
We would like to implement a scenario that need two BLE devices,
One is Peripheral that able to broadcast and connectable,
another one is Central that able to scanning...
Hi,
I'm using nRF51 SDK v 5.1.0 with SoftDevice v6.0.0 on nRF51822.
I'm using the pstorage SDK module for flash operations.
I've found an issue with this module,...
Hi
In the product specification the S120 softdevice it is mentioned, that the S120 will support central and broadcaster role at the same time. This is exactly what we need...
I've cut the BLE proximity app example code back to doing nothing more than this:
int main(void)
{
uint32_t err_code;
leds_init();
for (;;)
{
power_manage...
It takes about 30s after I power my nrf51822 DK with ble_app_hids_mouse demo, how can I short it less than 10s ?
In the code there is a line
"#define NEXT_CONN_PARAMS_UPDATE_DELAY...
Would like to know whether you have a diagram for the RF pattern for nRF24L01. Like whether the node can receive other nRF signals 360 degrees around or should be at some...
Hi, I need to select the values for the crystal capacitors (C1 & C2) for a nRF51422 pcb.
From page 9 of "Crystal Oscillator Design Considerations" I see:
C1' = C1 +...
Hello,
I'm assessing various ways to authenticate/secure a connection with BLE on Nordic nrf51822. Our goal is to enable authenticated modification of a few values in a...
Hi
I see this in our own firmware and also in the sample HRS on the PCA10001
(If you try with the HRS app, then modify the app so that on BLE_GAP_EVT_DISCONNECTED instead...
I'm trying to get a simple, single shot timer working. The debugger never stops at a breakpoint set in my handler function, and an LED turned on in that function never lights...