I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
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?