On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hello,
I have a problem with using custom external Flash. QSPI communication.
nrf52840 + NCS2.9.0 , sysbuild.
Flash chip is GD25Q32, datasheet link
An error occurred...
Hi
We know PMIC nPM1300 can transfer battery information through I2C to nRF54L15 to run fuel gauge algorithm
Can we user other PMIC(like MAX77654) that also have I2C I...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
I am new to PCB and embedded devices in general, but I have decided to try to learn :)
I have started looking at parts for my PCB design and wanted to use nRF51822-QFAA...
Dear Nordic developers,
I'm developing multiprotocol application by combining BLE and a proprietary protocol by using timeslots. In my project I need to disable BLE for...
Hi Nordics!
I am trying to merge my hex files.
I followed this post.
devzone.nordicsemi.com/.../
First, I made a .bat file in the \bin folder.
merge_test.bat...
Hi,
i have a bunch of nrf51822 hwid 0024 or 001E.
With softdevice s110 version 7 everything worked fine, but starting with 8, they pretend to work fine (no error codes...
Using the pure-gcc makefiles, at present I only see this for a stack trace in the command line gdb client:
(gdb) bt
#0 0xfffffffe in ?? ()
#1 <signal handler called>...
If you have the most trivial main.c possible, with a main() which does nothing at all, compile, link and load it at 0x00000000, it runs fine and does nothing .. that's basically...
I have a nRF51822 program in which a button triggered event doesn't work as expected and crashes the program. The program may have potential race condition problem. Here is...
Hello,
I've overcome most of my problems using this wonderful Q&A system from other people. Recently I've moved from a nRF8001 + MCU to a nRF51
Using SDK 8.1.1, keil...
Hi all-
I apologize in advance for the noob question but I have spent loads of time on this and can't make progress. I am trying to work my way through the nrf51822 User...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Is it possible to add a payload (1-2 bytes) to the beacon advertising packet?
I intend place an ADC output to the payload. For now, I'm using nRF51-DK but later wants to...
Hello,
I'm developping an application using softdevice S130 with the nRF51822 evaluation kit.
The device has to scan multiple devices, and to save power, I'm storing the...
The SDK defines functions for operating on "ports", which are the output space divided into 8-bit chunks:
nrf_gpio_port_clear
nrf_gpio_port_dir_set
nrf_gpio_port_read...