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...
Hi,
Good day!
Problem statement:
TSM12 Capacitive touch sensor IC (I2C com supported) is used in our application. It has got 12 output channels and Channel 1 is a parallel...
I am trying to send a string from the board through uart to the PC(windows) through usb-ttl. I tried using adruino and was able to successfully execute it. but when i tried...
Hi,
I've used the 'Getting Started with nRF9160 DK' tutorial to setup a development environment, I have a problems with loading asset_tracker project. My output:
Loading...
I understand there is a hard fault happening in the SDK. I am using SDK 15.3.0, I am not on a sdk example, but on a specific program I am doing I can't share. It happens a...
Hi,
I added a small shunt resistance to see current consumption of nRF52832.
I see current ripples when DCDC regulator is enabled, this ripples doesn't exist when DCDC...
1. We are running our nrf52832 based project on Eclipse and are able to compile, build and run the project on our target hardware. So far, so good.
2. Now, in addition we...
I'm working with the light switch server example and nRFMeshProvision example project for iOS.
How do you send arbitrary data to a board? I understand the provisioning process...
Hi,
I noticed that there are a few methods in nRF52 SDK v16 to blink LEDs:
Use bsp indication methods which seems based on app_timer;
Use led_softblink library which...
nrf52832, SDK 15.3
The average current consumption is 9.53uA in my system with SPIM. After I init another SPIS, the current consumption goes up to 478uA. CS pin keeps high...
Now I am using nrf9160DK for development. In my project, I need to use a random number generator and a highly accurate system time stamp. Is there an API that I can call directly...
Hello,
On nordic nRF9160dk I want to send SMS and receive the data from UART simultaneously. UART needs 3V VDD supply and for Sim card it is 1.8V. So how this condition...
Does SoftDevice S112 or S113 offer mesh support on a nRF52811?
The intended use is for an end-device running very simple app-logic. According to the SoftDevice properties...
Hi there,
I'm using nRF52840 dev kit board and v15.2 SDK.
I've set up a PWM using the PWM driver and is working well.
I'm frequently stopping and starting the PWM...
Hello everyone,
I have a nrf52832 (SDK v15.2.0) that is connected to a tablet via BLE. However, if I have several SPI transfers one after another, the BLE suddenly disconnects...
I am trying to retain the data on the board when it is transferred from my computer to the board through uart and once it is on the board through bluetooth to phone. Text...