I wrote a simple terminal that reads the keyboard input from USB UART device and echos it back to the same device. It works as follows: 1. It registers an interrupt handler...
Hello,
I using ncs v3.1.1 SLM on nrf9151 to send messages to a CoAP server. It seems nrf9151 by default uses AES_128_CBC_SHA256 even though on the server side, we have given...
Hi, I am unable to read GPIOs (always getting 0x00000000 from gpio_port_get or 0 from gpio_pin_get). My main project is https://github.com/marcuswu/leaf-fall/tree/main/firmware...
The DECT Nr+ shell (the MAC version, not the -phy; tested with v3.3.0-ba167d9f3db4) offers IPv6 connectivity.
The DECT standard has a profile for IPv6 described in ETSI...
Hello,
Overview:
Currently we are using nRF9160 we are using mbedtls library for generating EC key based certificates (self-signed and CSR). Our code is built with TFM...
Hello, I wanted to update my project (Custom board using the nRF54L15 ) to the v3.3.0 SDK since this fixed a BLE bug with the v3.0.1. version. To my knowledge I did not change...
I have installed ncs3.3.0 and want to keep ncs unaffected. According to the document docs.nordicsemi.com/.../sdk_setup.html , I should choose to import the edge impulse SDK...
I have installed NCS V3.0.0, nrf54L05
I'm currently working on the ESB and BLE coexistence feature, but I've run into some issues.
In ,config file
I find that TIMER10...
Hello,
We have the following environment:
1) nRF Connect SDK v3.0.1
2) The custom board with nRF54H20
3) Our project with update capability using SUIT file.
...
I'm trying too use a timer as a counter on my nRF52840. This is the function in question:
static void timer_init ( void )
{
nrfx_timer_config_t timer_cfg = { ...
Hi NordicSemi
We might have mixed up different SoC versions of the nRF54L15.
According to the following page, there are different SDKs that supports different HW versions...
I want to evaluate Bluetooth LE Channel Sounding on the nRF54L15, using multiple antennas. The nRF54L15DK only has one antenna, so if I use it as both initiator and reflector...
I am experiencing issues programming my newly purchased nRF52840 DK, which has never been successfully flashed. After following the official starting guide on nordicsemi.com...
When Enabling an advertising set already enabled on the Softdevice Controller, the HCI error command disallowed is produced when according to the BLE specification 6.0 it...
Hi everyone, I am attempting to configure two of NRF5340DK modules to execute ISO_Connected_Benchmark. I have tried to configure ipc_radio to compile for cpunet and application...
Hi everyone,
We're using the "Manufacturer Specific Data" field within its advertising packets to send the firmware version to a phone application. It requires the company_indentifier...
1st issue: Tingy91X doesnt build at all with debug -Og enabled: Because of all the strange issues of Thingy91 (nRF9151) and "not to be used in new products) we ordered a couple...
Hello,
I would have a question regarding the use of PCAL6408A I/O expander on nRF9151 DK. The buttons and LEDs on nRF9151 DK are connected both directly to the processor...
We are planning to run a small proto build, and looking to program a small quantity of nRF54L10, prior to the SMT. These are loose parts (not built onto any PCBA). I am hoping...
I recently switched from evaluating an nRF52805 (Fanstel BC805M) to an nRF54L15 (using the nRF54L15-DK), and after I updated the toolchain and tried to flash the kit (using...
checking in if anyone is successfully using an open debug-probe for nRF54L series?
...guessing nordic is using segger OB on the DK's because of the Risc-V not fitting...
Hi,
I'm evaluating the nrf5340-DK board. I have a question about LED5 state. I tried following power sources:
usb J2, sw9 in VDD position - LED5 lights and I can detect...