Dear sir,
I'm using the sample application "channel_sounding_ras_initiator" to performing the evaluation. Here are my test environment: - Developement kit: nRF45L151 - Tool...
Hello,
I previously used DECT NR+ modem firmware mfw-nr+_nrf91x1_1.0.2 on nRF9151 DK Development kit and moved on using the new modem firmware mfw-nr+_nrf91x1_1.1.0.
But...
Hello.
This may be a basic question, but please let me know. I am using nRF54L15-DK and nRF Connect SDK v3.0.2.
Is the 32MHz crystal running when the nRF54L15 program...
hi everybody: This is my first time developing an nRF chip and also my first time using VSCode After installing nRF tools and fast (3.0.0), I found that I did not see the...
Hi there,
I am using an NRF54L15 custom board and am trying to set up a functionality using DPPI + PPIB. using a single in (1 event) and single out (1 task). I have two...
Hi,
I'm trying to get the debugger to work on my target board. I created the attached simple program to eliminate complexity.
The debugger starts, but it starts running...
Hello, I am working with a nRF54L15 and using a TF-M build (cpuapp_ns). SDK and toolchain are currently v3.0.2. NRF_SECURTY is enabled (by default) and here's the relevant...
Can anyone tell me where the board / device choices in Eclipse come from, as shown in the screen shot below? I have none.
I copied my Eclipse installation from a working...
Hi all I've already setup my Eclipse environment as described in Development with GCC and Eclipse . Now I want to use the SPI libraries for my example. But I got the first...
Hi
The compiling of standard TWI sensor example is giving me an error with SES.
Please find attached a snapshot of the issue.
Need your help ASAP. Thanks
Ch...
My pcb is nrf52832 based, with SPI interfacing ICM20649 sensor.
- Nordic SDK 11.0
- Softdevice 2.0
I am able to flash example code of SPI based ble_peripheral and mpu...
Hello,
I am using an app_timer on my nRF52840 (SDK 15, Softdevice 140) to keep track of the time on my device. After a specific event, I would like to be able to clear the...
Hi,
I use nRF5 SDK v15.0.0. In my application I need periodically disable and enable Bluetooth because they are wifi also, which connected to the same antenna. Its mean...
I have been successfully using nRF Connect v2.5.0 on Windows with a PCA10056 v0.9.2 to communicate with our target device, a nRF52840 using S140 v6.0.0, nRF5 SDK 15.0.0. We...
I have four button and one external interrupt from GSensor on my demo board, and I use GPIOTE_CONFIG_IN_SENSE_TOG for button and GPIOTE_CONFIG_IN_SENSE_LOTOH for GSensor interrupt...
Hi, I am wondering what cost-effective JTAG debuggers you can use with the nRF52832 hardware using the 10-pin standard debugging header. For example, has anyone used the Segger...
Hi All,
I am using the nRF51822 board and have it connected to a micro SD card shield using SPI.
I have not changed anything in the example file with the exception of...
I have a question.
Two slaves connect one Master.
At that time, Can another Master automatically connect the two slaves ?
I know softdevice110_v7 has connection state and...
Hello,
We've been developing nRF52 software for about two years. We develop on Linux desktop machines, and build with GCC from the command line interface.
I'm starting...
I am attempting to implement the Time Slot API into SDK 15, based on the SDK 11 Multi-Acitivy example: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
I get the following error when trying to build to target:
make: *** No rule to make target `nrf52832_xxaa'. Stop.
I am doing the following on the Blinky Example program...