Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
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...
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...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
I have compiled the bootloader and the application firmware with keil.
When I install the application firmware by means of the bootloader dfu ota.
The bootloader launches...
Hi,
Unable to locate the source code for "UART/Serial Port Emulation over BLE"?
The documentation for this is available in this link - developer.nordicsemi.com/.../a00072...
Hi, i try to understand how to use power down modes. But i have a problem in the example gzll_device_w_power_management of nrf24le1 sdk. Before enter register retention in...
I just started using RTT because I needed to trace execution through some ble events and the uart could not keep up.
It is very nice, but I am used to frequently resetting...
Hi all,
I'm trying to use the experimental ANCS example with an iPhone iOS 8.3. My Nordic SDK is 8.0.
The sequence is the following :
Flash the example on the dev...
Hi,
I'm looking at interrupts from three different GPIO-pins. I'm setting it up like this:
static void gpiote_init(void)
{
uint32_t pins_low_to_high_mask = INTERRUPT_1...
Hi,
I'm using device manager for bonding starting from a sample application in the SDK.
I see that the DM_EVT_CONNECTION is raised before the BLE_GAP_EVT_CONNECTED but...
Is there a way to prevent nrfjprog from disabling target power from the J-Link when programming? I've tried setting power on perm but to no avail, nrfjprog powers down my...
I would like to know the RAM usage of my nRF51822 application. I found this post discussing some of it, but there is no obvious conclusion yet. I am using Keil for development...
I am using nRF51822-QFAA_Rev2. S110 7.1.0, SDK6.1.0.
First, program bootloader, then program \s6310\s110\ble_app_hrs\arm\ble_app_hrs_dfu code.
I use Android nRFtoolbox...
When performing a DFU using the latest iOS nRF Toolbox I keep getting an "Error on init Packet Message:Operation Failed". The DFU works fine with the same firmware application...
HI:
i use master control panel to write data to 51822(sdk8.0 ble_app_uart),but i can't write successfully.i do as help information.and i have selected the right UUID and...
I've just got up and running with the nRF51 DK. I've had a play with some of the examples, and now I've started on my own project using ble_app_template_s110_pca10028 as a...
After startup, I was able to send a spi msg from the master (app chip) to the slave(nordic). But when I try to sent the second message, I did not get any response from the...
I am using the SPI Slave peripheral and attempting to send the nrf51822 bytes from another MCU.
Am I right to assume that there is, basically, a 256 byte max per transaction...