I'm seeing garbled/malformed UART console output when running apps on the Thingy:91 X. This includes pre-built apps from Nordic and custom apps I build myself.
Here's an...
I am using the NRF Connect SDK package provided by Qorvo, and adding BLE functions to their package. I am now trying to debug my added code.
I am using Ozone as the debugger...
Hello, We are currently working on the 18031 RED cybersecurity documentation and we have to document all known exploitable vulnerabilities in the hardware and software we...
I want to try out some changes that are not yet in the stable NCS releases, so I'm trying to build my Matter application using NCS v3.1.0-preview4. Unfortunately it gives...
Hi, I have a question about Channel Sounding. For my design, I want to use 2 antennas on the initiator and 1 antenna on the reflector. My initiator hardware has an RF switch...
Hi,
We need to write binary content from a binary file (.hex or .bin) to a specific area of the external flash (QSPI).
According to this topic: , this is similar to our...
Using nrf sample from v2.9.1/nrf/samples/crpyto/rng Configure build with v2.9.1 SDK/Toolchain Configure build with board target: nrf5340dk/nrf5340/cpuapp Add MCUBOOT support...
i failed to program the ptr5518 module with a jlink EDU.
it gives me :
$ JLinkExe
SEGGER J-Link Commander V5.02 ('?' for help)
Compiled Aug 28 2015 19:48:33
DLL...
I'm following the SDK 8.1 example from here with S210 v4 but I never seem to get a PSTORAGE_STORE_OP_CODE or PSTORAGE_UPDATE_OP_CODE.
I do however get the PSTORAGE_LOAD_OP_CODE...
Hello!
I'll start by giving some context: custom bootloader created via modifications to the one provided in SDK6.1, then ported to SDK9.0. SD revision 0x0064, running...
I am working on an mbed nrf51-DK powered Bluetooth Low Energy project. I have been developing various GATT services, however, I have now found my project has got "stuck" on...
Hi,
I'm using 3rd Generation of the nRF51822 with SoftDevice 8.0.0 and SDK 10.0.
There is an example in the SDK installation folder which shows how to use the TWI transaction...
Hello,
I have PCA10004 rev 2.2.0 evaluation kit and have tested S110 applications with SDK9.0 and softdevice 8.0.
Now I am working on S130 stack, softdevice v 1.0.0 and...
Hello,
I am working on S130 stack with version 1.0.0 and SDK 9.0 . I am testing the example of ble_app_hrs_rscs_relay_s1 project and it is working as a peripheral but the...
Hi nRF team,
I read somewhere that the sensitivity of the nRF52 is degraded when the internal DCDC is enabled. Can you confirm or dismiss this? If true, what is the sensitivity...
Hi,
I want to use nRF52832 for our new development.
So I have to get examples source code like nRF51822's Keil Pack Installer.
Where Can I get example source code for...
I saw the video of csr mesh network. I want to try something like that using nrf51822. I have read the documentation provided in the link link
. But I only got a rough idea...
Hi,
I am looking for an wearable solution which should be able to full duplex audio transfer over Bluetooth. Is this possible with BLE 4.1/4.2. As here battery life is...
Greetings. Could you provide more information on the issues with GPIO located near the radio in the nRF52 (PS 18.2.1)? Specifically, what is considered "high frequency digital...
I've created a BLE Peripheral project to test maximum possible throughput for the Notify of a single characteristic. I've also created a Central based on the new BLE Central...
Hi: I want use all eight ADC channel, But I don't know how to get different channel conversion result.
I write my code as follow:
void adc_config(void)
{
const...