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...
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...
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...
Hello,
in the electrical specification of the Timer peripheral (in the product specification page of the nrf52840 or nrf52832) it is said that there is 0.25us of delay between...
I have created a whitelist in nrf51822 device its working fine. But i stored whitelist details (pp_irk and pp_addr) to an external flash memory( bacause i not using peer manager...
I'm wondering if the extended advertisement feature of Bluetooth 5.0 is supported in any softdevice. If not, when can we expect it to be supported? Still within 2017 (as I...
Hi,
Each node has some state which should be saved in case of a power failure and recovered after it.
The problems:
how to detect the power failure?
where to save...
I have some Bluetooth LE v4.2 beacons that I will connect ONLY with known devices that we may call "readers". No consumer with use my beacons, I program them, I install them...
Hello everyone,
I am currently working on porting the InvenSense motion driver 6.12 to nrf52840pdk.
I followed porting guide provided by InvenSense. However, I met the...
First of all, I know the difference between the two roles, and I have also read through docs.
My question is actually limited to the current nordic mesh implementation....
I need a bootloader that I can use for my application that doesn't use a soft device and allows the firmware to be transferred through uart. Going through the forums, I found...
Common situation:
We have flashed dfu bootloader, and firmware uploaded into Flash via DFU. In this situation, DFU settings page contains correct CRC value for existing...
Because if there is, I'm not seeing it. It seems to me that the SDKv14 has asks you where you want your event handler function like this:
Where spi_0_event_handler() is...
HI,
I have been trying to generate the hex files for the mesh sdk (Latest) examples using cmake following the instructions in the documentation.
But the platforms supported...
Hi All,
I am starting an application using nRF51822 beacon kit.
I have some observation regarding current consumption.
1- erase entire flash and power up only, i can...
I'm trying to measure the startup time of the 32 MHz XTAL at the pins XC1 and XC2. Often a microcontroller will indicate in a register that the XTAL and internal PLL are stable...
I wanna use NFC Tag module for OOB authentication in Bluetooth Pairing. I don't wanna use heavy SDK library for it.
Just need simple function which configure NFC to transfer...