Hello,
I've an issue that I can't find clear instructions for the nRF5340 serial recovery for the network core.
Being able to update both cores from the bootloader level...
Hi , am developing the st7789v_minimal_sample application using Nrf52840. after creating minimal application am facing some unrecognisable issue. which am stuck can you please...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
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...
Hi All,
I am using NRF51822 chip pca10001 development board.
I flashed ble_app_hrs application to the board.
I configure 3 channel for PPI.
static void ppi_init...
Hello all,
I'm writing code for the nRF51 to allow it to be driven via the Android ANT SDK (from Dynastream), using standard ANT protocol messages.
However, it's occured...
Hi,
I'm using the nRF51 DK as a BLE sniffer with your Wireshark plugin. I have several BLE peripherals in the same room I'm testing it so it will be useful to filter data...
Hi, I'm newbie developing with nRF51. I'm working in Firmware for a ble central role that can read all the macs of ble peripherals roles near. I want to event or function...
Hi all,
I've a problem that drives me crazy for some day.
I installed all SDKs, and trying to write some BLE apps. Everything works fine but i cant't find where pstorage_access_wait...
Hi,
I want to implement stack tracing to check stack overflow and remaining stack. I followed the implementation given in example github.com/.../memory_watcher.
Memory...
Hi
I am coding a s130 NUS example.
The base example is sdk8.1.0 ble_app_uart peripheral example.
I added central part from Github sdk8.0.0 ble_app_uart_c...
Hi
I've installed the new tools in version 7.5.1 to support the new nRF52 family. While working on the nRF51 again i found out, that the old parameters i used for programming...
Hi,
I'm working on a project where nrf51 modules should communicate with each other. For that i'd need to set characteristic that can store string. Now i've done that ...
Hi,all.i call function "sd_clock_hfclk_release(); power_manage();" and want my device to sleep.as this,my device's current is 2.2mA.what's wrong ?Can someone help me?
I have a master device using SPI interface , write data to nordic SPI salve and send data to cell pohone.
But ,the master device SPI wirte data is fast, the nordic will...
hi all,
since i am new to nRF24L01+ device, kindly any one provide me details regarding range that can be supported by nRF24L01+ device.i already try to find out information...
Hi,
I am attempting to create a secure BLE connection in security mode 1 and level 3.
I noticed that when I simply call sd_ble_gap_authenticate with MITM = 1 it seems...
Hi,
I would like to save the most energy when going to sleep mode. In particular, I want to turn off the radio while keeping just RTC timer on.
So, after shutting down...