We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi,
I am using a simple python script to test packet sniffing:
import time import subprocess from nrf802154_sniffer import Nrf802154Sniffer sniffer = Nrf802154Sniffer...
Hi,
I've developed a hardware platform for a battery operated monitoring medical device. The nRF5340 is in charge of sensors sampling and communication with either smartphone...
Hello
I'm trying to follow the steps in this section Building and programming using Visual Studio Code
The section is included in a section Developing with Thingy:53 guide...
I would like to use a portion of the shared SRAM (address range 0x20070000-0x2007FFFF) to transfer some raw data between the network and application cores. My system is also...
The online documentation for the new V2 driver for the SAADC is missing and the links go nowhere.
i.e. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17...
Hello,
I am using the nRf8001 and successfully connecting to an android device, but I still have some doubts related to the BLE protocol itself, specifically to the connection...
Dear Nordic Engineers
I have a problem and would like to ask you.
Our customer's product used nrf51822. They use DTM of nrf5_sdk 12.3 SDK to build and download their to...
Dear Nordic Engineers
I would like an issue to ask you about Bluetooth Appearance values and class of device.
I read the following file. It's the SIG document
This...
Hi!
I'm porting our application from nRF52832 (SD132 6.3.1, SDK 15.2.0) to nRF52811. We're intereset in the nRF52811 because of its smaller size with the WLCSP package....
I have an NRF52840 connected over SPI3 to a Macronix MX25V1635F external flash part in my custom board. I save a firmware image in the external flash during FOTA. The SPI...
Hi - Encountered "Unexpected Python version: Python 3.10.6" when doing a build of Matter as instructed here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/matter...
It appears that MPSL is using Zero Latency IRQs, and I'm not able to disable that.
I set the config param to 'n' in my prj.conf file, but as noted, it isn't taking effect...
Hi
Currently, I am developing an application to send larger data over BLE through custom service. I have referred to multiple tickets on devzone was able to send the data...
Dear All, I wonder if there is a way to redirect the logging operations to any kind of persistent memory type, so that a device can be debugged even when it is not possible...
A few days ago, I tried project "hci_uart" of zephyr on nrf52832 and succeed. Now I want to know if there is any method running "hci_uart" with Qemu? May be it is hard?