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...
Hello I am trying to add OTA update functionality to my device which is running the nrf52810 micro with the s113 softdevice. Currently I am trying to convert the PCA10040e...
Hi!
I am working on SES studio and NRF52 DK suit.
I wanted to add ble – service files, other periphral driver and libraries files in one of the example project as per...
Hi I want to change MTU size cuz I want to send more
30bytes.
Now I'd identified only 20 bytes of data being transferred.
I changed the MTU SIZE, but it does not become...
Hi,
I set TX power for ble_app_uart application like this;
advertising
sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_ADV, m_advertising.adv_handle , 4);
peripheral...
Dear Nordic,
just got my Thingy:91 out of the box and followed the instruction.
Very surprised that the device could not connect (blue led flashing slowly every 5sec...
Hello
I am a beginner for NRF52832 FW desgin.
Now there are some issue stuck me
The scenario could me show as below: IDE platfrom: Embedded Studio Release 4.12 SDK...
Hello we want to save power and there we had the idea to not send the scan response to the central. Because we don't need this exta 31 Byte for advertising data.
We use...
Hello,
I'm trying to write BLE app that talks to Android phone. sometimes I need to set MTU more than 23 bytes so I decided to increase NRF_SDH_BLE_GATT_MAX_MTU_SIZE....
as already written in other threads (two years old) the DFU upload with nrfutil is extremely slow.
Transferring the same data from a smartphone (with BLE5) takes about...
Hi,
I want to measure the pulse length of sqauare wave (accuracy in ms) using PPI.
I have counted the number of pulses occurring in particular time period using PPI...
Hi
I am using nRF5340 PDK, but there seems to be something wrong with the configuration of my environment. Could you please help me see what is wrong.
thank you!
Hi,
I'm trying to program our custom development board which has an nRF5340 on it using the external JLINK on the nRF5340 dev kit. However, during a simple read of the...
I was working from the ANCS example and the way it stores the remote characteristics in flash. I expanded the example to add the time service, and was now storing additional...
Hello together,
from the 19th of Dezember 2019 Apple has put his HomeKit Protocol under Open Source ( https://github.com/apple/HomeKitADK ). My question is now, is it planned...