Hello Everyone,
I am using a nrf54l15 for my current project and ran into some discrepancies within the documentation provided for the processor.
Even the AI chat bot...
Hi
I am developing some nodes that all using BLE in nordic chip, I want each node get some data at the same time and send to one central device, the central device can fuse...
Hello,
We are considering to develop an appliance based on the nRF5340 AUDIO DK.
The nRF5340 AUDIO DK contains the VM3011-U1microphone that is absolute on the market....
Dear forum, I am trying to implement some examples from the nrf5340 Product Specification but the register names does not match with the ones in the include files. I am using...
We are currently working on a project based on Enhanced ShockBurst (ESB) and would like to use Front-End Module (FEM) support with the nRF21540.
In your Enhanced ShockBurst...
Hello,
I have a custom nRF52820 board powered by a coin cell, and I want to measure its power consumption using the Nordic Power Profiler Kit 2 (PPK2).
Could you please...
If I want to set transmit power to -4dB, these are the settings:
command=LE_TRANSMITTER_TEST (this wouldn't be used anyway)
freq=0x3C (meaning: -4dB)
length=2 (meaning...
Hi,
I would like to store firmware version number at a particular offset from the application start address so that it can be retrieved by boot loader as explained here...
Are there plans to release the files for download instead of online-only access through the Infocenter? It was always so nice to have them on-hand to grep in the previous...
When I try to compile DFU examples, I get the following errors :
"..\..\dfu_public_key.c(20): error: #35: #error directive: "Debug public key not valid for production...
I have my custom board wired to the nRF52 DK. Using the SAADC example code located in GitHub I am trying to set up SAADC to measure the coin cell battery that will power the...
I am sending and receiving streams of data over BLE.
Do I need to add a checksum byte for every GATT write/notification/indication to ensure that my data is not corrupt...
Hello All,
I am interfacing nRF905 as a receiver mode which are interface with nRF51 DK.
As a transmitter used this module www.alibaba.com/.../RF-100m-transmission-distance...
Hi,
I'm facing a little problem with custom service characteristic. I've set char settings as follows
attr_char_value.init_len = sizeof(uint8_t);
attr_char_value.init_offs...
Although this is easily fixable, Nordic engineers should be made aware that they made a minor change in SDKV12 that breaks makefiles on the Mac.
In /components/toolchain...
Hi,
I have downloaded the latest SDK12 for nRF52.
And i tried out the new "BLE Secure DFU Bootloader" example.
But i found that doing the BLE DFU with nrfutil on...
Hi,
I have nrf52 DK and sdk11.
I want to implement the time using internal RTC , the clock should run if the power is off ,i'm implementing in central code ,it has to...
Hi, I'm planning to add bluetooth LE support to my Arduino based project. I want to use nrf52832, but I couldn't find any example on Arduino interaction with this radio. I...
Hello. I have the need to get a device's unique address that remains stable across device firmware upgrades, etc.
Before SDKV12 I've been using sd_ble_gap_address_get(...
Hi
I want to know how to use ppi to wake up CPU from IDLE mode.
I've tried to use timer timeout event for triggering Port Event and wake up CPU, but can't assign NRF_GPIOTE...