Hi,
I'm developing an application on the nRF54L15 and recently I designed a custom PCB with a sensor that gives interrupts when its FIFO is full (should be around every...
Good morning,
I have created a python script which allows me to flash modem firmware at production stage.
I'm using modem firmware mfw_nrf9160_1.3.6.zip
I'm using pynrfjprog...
I have compiled the sample code from ncs/v2.9.1/zephyr/samples/drivers/uart/echo_bot and loaded it onto an nRF54L15 dev kit.
The dev kit is connected to my pc running a...
I am trying to run the USBD_BLE_UART for nRF52840 on a PCA10056 board.
I installed the USB driver that comes with the SDK (17.1.0).
My computer is running Windows 11....
Hello, I am trying to save some sensor data based on my current state of the device. I want to log IMU data and timestamp into my external flash (MX25R64) with littlefs file...
I'm working on a project where I want to integrate AoA into the DS TWR templates provided in the DW3000 api. My hardware is made up of the QM33120WDK1 Ultra-Wideband (UWB...
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...
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...
I have been using a module of nRF52832. I write the Direct test mode in the module, to measure the current consumption of the Tx and Rx. DTM setting is + 4dBm, DCDC off. As...
Hello,
I try to send about 80kB of data between 2 beacons and I have encountered some problem that I got no idea how to resolve.
I have managed to connect devices, discover...