hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
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?