Hello,
I've an issue that I can't find clear instructions for the nRF5340 serial recovery for the network core.
Being able to update both cores from the bootloader level...
Hi , am developing the st7789v_minimal_sample application using Nrf52840. after creating minimal application am facing some unrecognisable issue. which am stuck can you please...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
Hi,
1. It was measured that SWD0_SELECT needs to be connected to VDD to program the external nRF54L15 2. Will the document or the program be modified here to make it consistent...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
I am trying to setup a multiceiver scenario with the nrf24l01+ with three transmitters (PTX1,PTX2 and PTX3) and one receiver (PRX) with enhanced shockburst but I am having...
Hi,
I'm trying to use winbond spi flash (w25q64fv)
but i have a problem with spi as you can see in below image clock stop before receiving data from spi flash, do you...
Hi,
i use for debugging propose JLinkRTTViewer on OS X Terminal. It works fine but i wanted to use Colored Terminal output, like it is possible in windows rtf viewer application...
So I've been using the SPI master driver supplied via the SDK. I'm currently trying to use the nrf51822 to control an LCD screen so I can display some information. I don't...
SoftDevice : S110 7.1
SDK 7.2
Example : experimental_ble_app_uart
Using IAR 7.1
Using nRFGo Studio 1.19.0
Board : PCA10001 V 2.0.0 (Rev. 2 MCU)
Test device...
Hi, recently I'm looking at some computer architecture books.
So my question could be easy or silly.
I tried to search more but I couldn't find many.
The nRF51822...
Since the SoftDevice uses Timer0, am I correct in assuming that the maximum number of PWM channels for nRF51-DK with SoftDevice running is 4? (Two each on Timer1 and Timer2...
Hi Expert,
At my nRF51 platform, I opened two GPIOTE users one of which is used to handle an external sensor interrupt. After invoking app_gpiote_user_register(&sensor_gpiote_user_id...
I am seeing some very strange behavior when using an ANT channel with the sd_ant_acknowledge_message_tx call to guarantee message deliveries between a master and slave.
...
hello I am using nRF51822 microcontroller and KIELuvision5 for programming, I am new to this platform kindly need your help, I was compiling the basic code it toggles an LED...
I tried to follow some tutorials on this site to build the samples for the beacon modules using gcc.
I am seeing this error:
Compiling file: bootloader_util_arm.c
...
I download my elf file using SEGGER Jlink via Eclipse. The instruction pointer gets positioned on the Reset_Handler. But when I try to run the code after that, I get a SIGTRAP...
HI:
I try use pstorage_raw_mode to store data. According to the document description,first steps:
ble_stack_init() and scheduler_init(). Then, in turn, calls the function...
Hello,
I need a FIFO buffer for at least 20 arrays with 8 int32 in each... for use in an algorithm.. is there a more elegant way than just copying them all around each...