I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
Hi,
I want to test the behavior of Enhanced Multi-Admin added in Matter 1.4.
Is it possible to verify this behavior using a Nordic DK board, sample code and a Raspberrypi...
Hi there,
I've designed a custom board implementing the nPM1300 and am currently in the process of examining the board without any firmware. Throughout testing, I have tried...
Hi,
currently I'm migrating my application from SDK5 to NCS and I'm facing a problem with the application size for a BLE update. In the previous SDK5 there was the softdevice...
Hi, I have a project which uses Matter over WiFi and at the same time running a HTTP client. I want to retrieve and use the WiFi credentials from the Matter over WiFi provisioning...
Hi Nordic Team,
I am working on implementing synchronized sensor sampling on multiple Bluetooth devices that are externally triggered. To achieve this, I have combined the...
Hi,
For a customer I like to make a demonstrator for Bluetooth direction finding with AOD. What is the Nordicsemi suggested development hardware board for Bluetooth direction...
Hello Nordic team,
I'm currently developing on the nRF5340 and recently encountered an issue related to BLE advertisements . After thorough debugging, I was able to confirm...
Hello Nordic team. Please let me know if you can provide assistance or advice on this issue. Any help is much appreciated.
Our issue:
Myself and my team are wondering...
We are building project with this config parameters: But we get this error messages while compile: If we use CONFIG_LOG =n for mcuboot, then project compiles normally. Also...
Hi,
NRF54L15, nordic sdk version 2.9.1
I recently lost ability to build my application. I get this linker error:
/home/adam/ncs/toolchains/b77d8c1312/opt/zephyr-sdk...
Im trying to write software on a custom PCB based on the 5340/7002.
A single device/single config/single endpoint (in and out) works great.
However if I try and do...
NRF52840
S140
APP based on ble_app_multilink_central
1 PCA10056 as central, 1 PCA10056 as peripheral, the cantral can find the peripheral and buid connection.
But...
I'm developing a solution using the nRF9160 and would like to confirm the correct method to completely disable NB-IoT mode so the device operates exclusively in LTE-M.
...
I have a custom board using a nRF52840.
A part of the configuration is a Analog Devices MAX98357AEWL+T Class D amplifier which is driven by i2s0.
When the board is idle...