I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
On NRF52840, programming provision.hex with the command as follow:
%nrfjprog -f nrf52 --sectorerase --program provision.hex --reset --verify
On NRF54l15, the nrfutil...
Test platform: nRF54L15-DK
NRF Connect 2.9.0
When calling spi_write_dt, under the hood spi_nrfx_spim.c > configure is called to prepare the SPIM interface for a transmission...
I have an application that runs well on nRF52DK. It is like peripheral uart. I only use Tx/Rx and one LED. With OTA. All works as intended. I use NVS for parameters but nothing...
I've been trying to enable the watchdog as early as possible during boot. I haven't been able to find any way to configure the nrf52832 watchdog to enable itself prior to...
NCS 2.7.0 with NCS Toolchain 2.7.0 and latest NCS SDK extension
When I right click on a build configuration, there is an menu item "Copy Build Command"
which produced...
Hello, Nordic team.
We are getting the following error and log when we try to program our new nRF52840 DK on Windows 10:
Failed "reading readback protection status...
Hi! I’m trying to generate an EdDSA key pair and store it in persistent storage. I then delete the keys and regenerate them. However, after a few successful iterations, my...
I am using the board nRF5340 Soc , which by default exports two VCOM ports via the J-Link OB debugger . Currently:
VCOM1 (UART0) is used for both logging and serial communication...
Hi, although there are many guides and stories about attaching the nordic to external storage NVM, there aren't infos about doing the same with RAM.
I even found some threads...
In NCS v2.9.0 I want to use BLE security (BT_SMP, BT_SECURITY_L4) simultaneously for a peripheral and a central connection. I have tested both separately and they work individually...
It seems I cannot post a full explanation of context so here is the short version. Ill add detail after.
Devices in field all suddenly unable to connect to GCP host.
Problem...
hi,
I need to develop some custom features for MCUBoot, so I transplanted the entire bootloader folder from NCS into my project. In the project's root directory, I added...
I am try to make Bluetooth LE with Nordic UART Service bondable in to pair with central, not requiring to enter pairing code again and again.
I have set followings in prj...
I have added shell console and its support into my nrf54l15 device and it worked well like below.
But now I want to use a python script to run this "bt" shell command...