Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
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...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
Hello, I'm using nRF51822-mKIT for a research.
I recently posted a question related to "reading ADC value from analog input", having issues with reading proper ADC value...
Hardware: nrf52 DK
Software: SDK v13
I want to use SAADC to sample some analog data (main function of my device), but It seems to be noisy. In attachment spreadsheet with...
When P0.15 is held high, the nrf_cli fails to talk to my computer via serial.
Lowering P0.15 allows all buffered bytes to be sent to my terminal.
Oddly, Pin 15 is not...
Dear Nordic:
I want to build project only using command line tools. So I refer link text to study solution.
I do step by step according to the tutorial .But when I use ...
#define BLE_UUID_OUR_SERVICE 0xABCD // Just a random, but recognizable value
typedef struct
{
uint16_t service_handle; /**< Handle of Our Service (as provided by the...
can anybodulow cost BLE module which can support MESH network with UART port and less power consumption on all modes compared to other brands.
Product/Application: Building...
#define BLE_UUID_OUR_SERVICE 0xABCD // Just a random, but recognizable value
typedef struct
{
uint16_t service_handle; /**< Handle of Our Service (as provided by the...
Is the t2t_lib/t4t_lib source available?
I'm referring to the following binary files:
sdk/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a
sdk/components/nfc/t4t_lib/nfc_t4t_lib_gcc...
i faced with a problem :
i created a private key
then make public key from private key
insert my public key in dfu_public_key.c
build bootloader_secure(debug...
Hi,
I am a newbie in nRF51 application. I am busy with a project which required the peripheral to communicate with the central once per second. Just to make sure that the...
I have a NRF52382 DK and cannot seem to get the fs_store callback to fire.
here is my fs_config callback function:
static uint8_t fs_callback_flag;
void fs_evt_handler...
HI, i m working in a project using mpu6050 and hmc5883l in same chip and nrf52832. indeed, i see that guys face many problem with twi connexion. so i decided to create a self...