Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
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?