Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
I am using the zephyr\samples\subsys\nvs example. By default the program stores data in internal flash in storage_partition. I would like to create a custom board file for...
I am using the peripheral_uart example. Now, our device tree seems to have crashed. Before the crash, I added the following configurations to prj.conf of the application core...
Hello,
I'm having some issues with the channel sounding on the nRF54L15. I'm using two nRF54L15-dk and two custom bords with the nRF54L15.I'm using SDK v3.0.2 for my software...
I’m trying to debug an existing product by opening its old firmware project on a new PC. The project uses nRF5 SDK for Mesh v2.1.1 , SoftDevice S132 , and nRF52832 .
I installed...
I am currently working in project with nrf54l15dk and 3.0.2 sdk. I'm trying to work with peripherals and I want my project to do the following: -Have 2 PWM outputs that used...
Hi DevZone Community
I'm trying to get a simple Hello World sample to run on an nRF5340DK board with a 2.8" ILI9341 based TFT display that has Arduino headers attached ...
Hello,
Im currently in the process of integrating Memfault OTA on the nRF9151 DK. My project has multiple boards: nRF9151 DK connects with nRF52840 DK via UART for communication...
Hi!
I am using the nRF52832 for a small custom PCB for a wearable device and I would appreciate a review from the experts, before proceeding with manufacturing :)
The...
Hi,
I have a FAT file system that I use with an USB Mass Storage feature. I use the mx25r64 NOR flash (the same as the nrf7002dk evalboard). I am working on ncs 3.0.2. ...
TLDR:
I'm working on getting LE Audio working on a Raspberry Pi CM4 setup and running into some frustrating issues. I've got a u-blox NORA-B126 module (with the nRF5340...
Hi nordic engineer
I have a product use nrf52832. And have two project,project use nrf5 17.0.0 SDK and MDK.
The project A choose chip nrf52832 and S132
The project B...
Hi
The nRF54L15-DK suite tests the accuracy of channel sounding, all ncs versions are v3.1.1. I am using the channel_sounding_ras_initiator and channel_sounding_ras_reflector...
Hello,
At my company, I am working on a board with an nrf54L15, equipped with an SX1261 and an ADC MCP3461R.
I started development with SDK 3.0.2 and everything is working...
Hello!
With nRF52, nRF5 SDK and SoftDevice S130, we were using some of the Radio's PPI events (e.g. EVENT_END) for some functionality.
Now we plan to move to nRF54L and...
When running the channel sounding example on the nrf54l15, how can one obtain the IQ values of the ranging signal?I want to obtain the IQ value and then use my own algorithm...